[Dart-dev] DART/branches Revision: 12384
dart at ucar.edu
dart at ucar.edu
Thu Feb 1 08:59:57 MST 2018
nancy at ucar.edu
2018-02-01 08:59:56 -0700 (Thu, 01 Feb 2018)
173
merge back in extensive changes from the rma_trunk that were
committed since we made the recam branch. many of these are
related to reworking the model_mod_check program.
Index: DART/branches/recam
===================================================================
--- DART/branches/recam 2018-01-29 23:53:48 UTC (rev 12383)
+++ DART/branches/recam 2018-02-01 15:59:56 UTC (rev 12384)
Property changes on: DART/branches/recam
___________________________________________________________________
Modified: svn:mergeinfo
## -5,6 +5,7 ##
/DART/branches/gitm:5137-6209
/DART/branches/gitm_lanai:6565-6646
/DART/branches/helen:5989-6155
+/DART/branches/mmc:12038-12269
/DART/branches/model_mod_changes:11403-11604
/DART/branches/rma_array_nml:11814-11839
/DART/branches/rma_cam_fv:9552-9728
## -34,7 +35,7 ##
/DART/branches/rma_sprint:8095-8166
/DART/branches/rma_state_structure_test_dir:9472-9676
/DART/branches/rma_state_structure_unit_test:9691-10268
-/DART/branches/rma_trunk:12028-12166
+/DART/branches/rma_trunk:12028-12383
/DART/branches/rma_trunk_clamping:8786-8801
/DART/branches/rma_trunk_filename:8011-8157
/DART/branches/rma_trunk_get_state_fun:8568-8596
Modified: DART/branches/recam/CHANGELOG
===================================================================
--- DART/branches/recam/CHANGELOG 2018-01-29 23:53:48 UTC (rev 12383)
+++ DART/branches/recam/CHANGELOG 2018-02-01 15:59:56 UTC (rev 12384)
@@ -613,9 +613,71 @@
longitude interpolation in grids that cross the 360/0 line.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Jan 03 2018 :: MPAS_ATM bugfix Revision: 12256
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- Fixed an error in the mpas_atm model_mod for a debug print that failed with
+large ensemble sizes.
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Jan 03 2018 :: reintegration of mmc branch Revision: 12272
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- several model_mod_check programs were combined into a single
+ assimilation_code/programs/model_mod_check/model_mod_check.f90
+ that allows for selection of individual tests.
+
+- bugfix: threed_sphere/location_mod.f90
+ print format wider for fractional levels
+
+- bugfix: dart_time_io_mod.f90
+ fixed variable type for 'time' variables we create.
+
+- bugfix: direct_netcdf_mod.f90
+ only task 0 deallocates the arrays that task 0 allocates
+
+- bugfix: cam-fv/model_mod.f90 calculating the U_WIND observations on height.
+ indexing was wrong in a block of code that is seldom (if ever) used.
+ U_WIND observations usually use pressure for the vertical.
+
+- bugfix: test_interpolate_threed_cartesian.f90 fixed grid creation in
+ test_interpolate_range(). Now uses correct spacing for grids
+ in the x,y coordinates.
+
+- bugfix: model_mod_tools/test_interpolate*90 ensure that all versions
+ allocate and initialize the array of error codes
+
+- feature: utilities/*_win_mod.f90: free_state_window()
+ make observation ensemble handles optional
+
+- feature: clm/model_mod.f90
+ the DART QTYs are now available via the state structure
+
+- feature: wrf/model_mod.f90
+ the DART QTYs are now available via the state structure
+
+- cleanup: the PGI compiler warns against variables that have the same
+ name as Fortran intrinsics. _some_ of those have been renamed.
+
+- cleanup: some unused variables were removed in modules that were involved.
+
+- cleanup: assim_model_mod.html
+ removed two unused routines, fixed documentation for
+ get_closest_state_time_to and get_initial_condition
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Jan 04 2018 :: test_dart.csh enhancements $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- developer_tests/test_dart.csh can run pmo for more models.
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ MMM DD YYYY :: summary of next changes $Revision$
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+- next ...
+
+
# <next few lines under version control, do not edit>
# $URL$
# $Revision$
More information about the Dart-dev
mailing list