[Dart-dev] [4045] DART/trunk/models/wrf/model_mod.f90: Add QVAPOR to the default field list; otherwise vertical profiles cannot
nancy at ucar.edu
nancy at ucar.edu
Wed Sep 9 15:03:27 MDT 2009
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090909/f11edbb2/attachment.html
-------------- next part --------------
Modified: DART/trunk/models/wrf/model_mod.f90
===================================================================
--- DART/trunk/models/wrf/model_mod.f90 2009-09-09 17:49:45 UTC (rev 4044)
+++ DART/trunk/models/wrf/model_mod.f90 2009-09-09 21:03:27 UTC (rev 4045)
@@ -5859,6 +5859,13 @@
'UPDATE ', &
'999 ' /)
+row = row+1
+default_table(:,row) = (/ 'QVAPOR ', &
+ 'KIND_VAPOR_MIXING_RATIO', &
+ 'TYPE_QV ', &
+ 'UPDATE ', &
+ '999 ' /)
+
return
end subroutine fill_default_state_table
More information about the Dart-dev
mailing list