[Dart-dev] Added/ Revision: 11799

dart at ucar.edu dart at ucar.edu
Fri Jul 7 10:11:30 MDT 2017


thoar at ucar.edu
2017-07-07 10:11:24 -0600 (Fri, 07 Jul 2017)
138
Updated all the way to the HEAD of the rma_trunk! Yay!
This is just to stay current, although I did want the model_mod_check capability.




Index: DART/branches/rma_openggcm
===================================================================
--- DART/branches/rma_openggcm	2017-07-07 16:08:50 UTC (rev 11798)
+++ DART/branches/rma_openggcm	2017-07-07 16:11:24 UTC (rev 11799)

Property changes on: DART/branches/rma_openggcm
___________________________________________________________________
Modified: svn:mergeinfo
## -21,6 +21,7 ##
 /DART/branches/rma_obs_defs:8923-9067
 /DART/branches/rma_output_files:11447-11544
 /DART/branches/rma_par_msg:9472-9511
+/DART/branches/rma_par_single_file:11685-11779
 /DART/branches/rma_pop_variable_namelist:8824-9156
 /DART/branches/rma_qc_fwd_op:9650-9723
 /DART/branches/rma_refac_io:9123-9546
## -31,7 +32,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:9832-11758
+/DART/branches/rma_trunk:9832-11798
 /DART/branches/rma_trunk_clamping:8792-8807
 /DART/branches/rma_trunk_filename:8017-8163
 /DART/branches/rma_trunk_get_state_fun:8574-8602
Modified: DART/branches/rma_openggcm/CHANGELOG
===================================================================
--- DART/branches/rma_openggcm/CHANGELOG	2017-07-07 16:08:50 UTC (rev 11798)
+++ DART/branches/rma_openggcm/CHANGELOG	2017-07-07 16:11:24 UTC (rev 11799)
@@ -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,90 @@
 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
+


More information about the Dart-dev mailing list