[Dart-dev] DART/branches Revision: 11615

dart at ucar.edu dart at ucar.edu
Tue May 9 13:52:25 MDT 2017


nancy at ucar.edu
2017-05-09 13:52:25 -0600 (Tue, 09 May 2017)
28
updated with more new info




Modified: DART/branches/rma_trunk/CHANGELOG
===================================================================
--- DART/branches/rma_trunk/CHANGELOG	2017-05-09 15:32:26 UTC (rev 11614)
+++ DART/branches/rma_trunk/CHANGELOG	2017-05-09 19:52:25 UTC (rev 11615)
@@ -346,11 +346,15 @@
 We have removed 'output_state_vector' from the namelist of all model_mods since
 we no longer output a single 1d vector.  all i/o is now in netcdf format.
 
-Models that were doing vertical conversion in get_state_meta_data should set
+Models that were doing vertical conversion in get_state_meta_data should set:
 &assim_tools_nml
    convert_all_state_verticals_first = .true.
    convert_all_obs_verticals_first = .true.
 
+Models which were not should set:
+   convert_all_state_verticals_first = .false.
+   convert_all_obs_verticals_first = .true.
+
 The location_mod::vert_is_xxx() routines have become a single is_vertical(loc, "string") where
 string is one of: "PRESSURE", "HEIGHT", "SURFACE", "LEVEL", "UNDEFINED", "SCALE_HEIGHT"
 


More information about the Dart-dev mailing list