[Dart-dev] Added/ Revision: 12241

dart at ucar.edu dart at ucar.edu
Tue Dec 26 10:28:08 MST 2017


thoar at ucar.edu
2017-12-26 10:28:04 -0700 (Tue, 26 Dec 2017)
143
Incorporating changes from rma_trunk. Basically keeping up with the
code refactoring introduced by some new modules to isolate functionality.




Index: DART/branches/openggcm
===================================================================
--- DART/branches/openggcm	2017-12-22 21:08:19 UTC (rev 12240)
+++ DART/branches/openggcm	2017-12-26 17:28:04 UTC (rev 12241)

Property changes on: DART/branches/openggcm
___________________________________________________________________
Modified: svn:mergeinfo
## -12,6 +12,7 ##
 /DART/branches/rma_cice:10649-10852
 /DART/branches/rma_clm:8905-9126
 /DART/branches/rma_diag:9623-9737
+/DART/branches/rma_fix_clm_restarts:9634-11919
 /DART/branches/rma_fixed_filenames:10702-10895
 /DART/branches/rma_kinds_to_state_structure:8952-9431
 /DART/branches/rma_kinds_to_state_strucutre:8903-8951
## -33,7 +34,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:11836-11897
+/DART/branches/rma_trunk:11836-12240
 /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/openggcm/CHANGELOG
===================================================================
--- DART/branches/openggcm/CHANGELOG	2017-12-22 21:08:19 UTC (rev 12240)
+++ DART/branches/openggcm/CHANGELOG	2017-12-26 17:28:04 UTC (rev 12241)
@@ -4,6 +4,8 @@
 #
 # DART $Id$
 
+SEE THE BOTTOM OF THIS FILE FOR THE MOST RECENT CHANGES!
+
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 + Jan 13th 2017 :: rma_fixed_filenames merge changes.  Revision: 10902
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -491,7 +493,7 @@
   names changed from 'restart' to 'state' for input and output files.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Aug 2 2017 :: single filenames, random distributions, bug fixes.  $Revision$
++ Aug 2 2017 :: single filenames, random distributions, bug fixes.  Revision: 11864
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - added code to support listing input and output filenames directly in the
@@ -516,10 +518,104 @@
 - improved some error messages in the diagnostic matlab scripts
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ MMM DD 2017 :: next revision summary.  Revision: 
++ Oct 17 2017 :: MPAS ATM bug fix, various other updates.     Revision: 12002 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
+- Fixed a bug in the MPAS-ATM model_mod that affected surface observations,
+  in particular altimeter obs.  also fixed a bug in the vertical conversion
+  if using 'scale height' as the vertical localization type.
 
+- Fixed a bug in the CAM-FV model_mod which might have excluded observations 
+  with a vertical coordinate of height (meters) which were in fact below the 
+  equivalent highest_obs_pressure_Pa namelist setting.  also fixed a possible 
+  memory leak.
+
+- Added two new modules: options_mod.f90 and obs_def_utilities_mod.f90 
+  this was required so we didn't have circular dependencies in our modules
+  as we reused common code in more places.
+                   
+  We have updated all the path_names* files which are in the repository.
+  if you have your own path_names files you may need to add these new modules
+  to your path lists.
+
+    assimilation_code/modules/utilities/options_mod.f90
+    observations/forward_operators/obs_def_utilities_mod.f90
+
+- Removed QTY_SURFACE_TEMPERATURE from the default obs quantities list
+  and added QTY_2M_SPECIFIC_HUMIDITY.  QTY_2M_TEMPERATURE exists for
+  atmospheric models, and QTY_SKIN_TEMPERATURE and QTY_SOIL_TEMPERATURE
+  exist for other models.  if you were using QTY_SURFACE_TEMPERATURE
+  please replace it with the corresponding other temperature quantity.
+
+- Updated and improved the observation converter for ionospheric observations
+  from the COSMIC GPS satellite.
+
+- Updated the CAM-FV scripts for cesm2_0_beta05.
+
+- Updated the Matlab diagnostics documentation.  'help DART' or 'doc DART'
+  will give an overview of the available Matlab diagnostics shipped with the
+  dart distribution.
+
+- Added the observation type COSMIC_ELECTRON_DENSITY to the obs_def_upper_atm_mod
+
+- dart_to_clm and clm_to_dart were resurrected to correctly handle conversions
+  for the SWE (snow water equivalent) field.
+
+- Updated the channel and column location modules to be compatible with
+  the current required interfaces.
+
+- Updated the model_mod_check.f90 program (most often used when porting
+  DART to a new model).  there is now more control over exactly which
+  tests are being run.  updated the nml and html documentation files to


More information about the Dart-dev mailing list