[Dart-dev] Added/ Revision: 11774
dart at ucar.edu
dart at ucar.edu
Tue Jun 27 11:23:27 MDT 2017
hendric at ucar.edu
2017-06-27 11:23:25 -0600 (Tue, 27 Jun 2017)
48
merging the latest changes from the rma_trunk
Index: DART/branches/rma_par_single_file
===================================================================
--- DART/branches/rma_par_single_file 2017-06-27 17:13:23 UTC (rev 11773)
+++ DART/branches/rma_par_single_file 2017-06-27 17:23:25 UTC (rev 11774)
Property changes on: DART/branches/rma_par_single_file
___________________________________________________________________
Modified: svn:mergeinfo
## -31,7 +31,7 ##
/DART/branches/rma_sprint:8101-8172
/DART/branches/rma_state_structure_test_dir:9478-9682
/DART/branches/rma_state_structure_unit_test:9697-10274
-/DART/branches/rma_trunk:11685-11759
+/DART/branches/rma_trunk:11685-11773
/DART/branches/rma_trunk_clamping:8792-8807
/DART/branches/rma_trunk_filename:8017-8163
/DART/branches/rma_trunk_get_state_fun:8574-8602
\ No newline at end of property
Modified: DART/branches/rma_par_single_file/CHANGELOG
===================================================================
--- DART/branches/rma_par_single_file/CHANGELOG 2017-06-27 17:13:23 UTC (rev 11773)
+++ DART/branches/rma_par_single_file/CHANGELOG 2017-06-27 17:23:25 UTC (rev 11774)
@@ -293,7 +293,7 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ May 5th 2017 :: major changes to model_mod interfaces $Revision$
++ May 5th 2017 :: major changes to model_mod interfaces Revision: 11615
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
A long-awaited overhaul of the model_mod interfaces. All models which are
@@ -346,6 +346,9 @@
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 now have more control over when vertical conversion happens - on demand
+as needed, or all up front before assimilation.
+
Models that were doing vertical conversion in get_state_meta_data should set:
&assim_tools_nml
convert_all_state_verticals_first = .true.
@@ -369,9 +372,6 @@
modules into a location_io_mod which contains common functions for creating
and writing 'location' variables for any location type.
-Models now have more control over when vertical conversion happens - on demand
-as needed, or all up front before assimilation.
-
QTY_RAW_STATE_VARIABLE is redundant and was shortened to QTY_STATE_VARIABLE
Many utility programs use the template/model_mod.f90 because they don't
@@ -388,7 +388,79 @@
sizes which were previously in final_full.XX files are included, and there
is a tool to generate and append to the file any other ensemble size required.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Jun 2nd 2017 :: tutorial, DART_LAB, and various updates Revision: 11696
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+- bring the DART tutorial pdf slides up to date with the current release.
+
+- include new GUIs with adaptive inflation options in DART_LAB:
+ oned_model_inf.m
+ run_lorenz_96_inf.m
+
+- added the lorenz_96_2scale model - additional kinds of
+ QTY_SMALL_SCALE_STATE and QTY_LARGE_SCALE_STATE added as required.
+
+- add useful attributes to the variables in the diagnostic files
+
+- updates and minor bug fixes to the matlab diagnostic scripts
+
+- updates to the default input.nmls for models
+
+- updates to the cam-fv shell scripts to work with the cesm 2.0 framework
+
+- updates to the cam-fv model_mod for support of cam-chem variables
+ Added more QUANTITIES/KINDS for chemistry species.
+ Removed support for 'stand-alone' CAM and CAM-SE (cam-se will be a separate 'model').
+
+- major bug fix in the simple_advection model_mod: Fixed an error with
+ the layout of the state vector.
+
+- obs_def_radar_mod: Fixed a serious bug in the fall velocity forward operator.
+ If the fall speed field is not in the state the test for a bad istatus from
+ the interpolate() call was looking at the wrong variable and returning ok
+ even if interpolate() had set bad values.
+
+- bug fix in the wrf model_mod for fields which have a vertical stagger
+
+- fix to the makefiles for the GSI2DART observation converter
+
+- added additional netcdf and location utility routines
+
+- various fixes to documentation and test code
+
+- renamed QTY_RAW_STATE_VARIABLE to QTY_STATE_VARIABLE (RAW is redundant)
+
+- direct_netcdf_mod: Renamed 'limit_mem' to 'buffer_state_io'.
+ buffer_state_io is now a logical that states if a variable that tells
+ DART it it should read and write variables all at once or variable-by-variable.
More information about the Dart-dev
mailing list