[Dart-dev] DART/branches Revision: 12314

dart at ucar.edu dart at ucar.edu
Thu Jan 11 12:15:36 MST 2018


thoar at ucar.edu
2018-01-11 12:15:33 -0700 (Thu, 11 Jan 2018)
171
Bringing up-to-date with the rma_trunk.
Largest changes are the updates to model_mod_check.
There are a few allocate/deallocate fixes identified by the NAG compiler too.




Index: DART/branches/coamps
===================================================================
--- DART/branches/coamps	2018-01-11 18:48:37 UTC (rev 12313)
+++ DART/branches/coamps	2018-01-11 19:15:33 UTC (rev 12314)

Property changes on: DART/branches/coamps
___________________________________________________________________
Modified: svn:mergeinfo
## -5,7 +5,7 ##
 /DART/branches/gitm:5137-6209
 /DART/branches/gitm_lanai:6565-6646
 /DART/branches/helen:5989-6155
-/DART/branches/mmc:12038-12066
+/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
## -35,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:11712-12266
+/DART/branches/rma_trunk:11712-12303
 /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/coamps/CHANGELOG
===================================================================
--- DART/branches/coamps/CHANGELOG	2018-01-11 18:48:37 UTC (rev 12313)
+++ DART/branches/coamps/CHANGELOG	2018-01-11 19:15:33 UTC (rev 12314)
@@ -613,13 +613,71 @@
 longitude interpolation in grids that cross the 360/0 line.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ MMM DD YYYY :: summary of next changes                    $Revision$
++ 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>


More information about the Dart-dev mailing list