[Dart-dev] Added/ Revision: 12018
dart at ucar.edu
dart at ucar.edu
Thu Oct 26 08:10:08 MDT 2017
thoar at ucar.edu
2017-10-26 08:10:06 -0600 (Thu, 26 Oct 2017)
104
Bringing up-to-date with the rma_trunk.
Most visible change is the improvements to model_mod_check.f90
Index: DART/branches/coamps
===================================================================
--- DART/branches/coamps 2017-10-25 21:49:24 UTC (rev 12017)
+++ DART/branches/coamps 2017-10-26 14:10:06 UTC (rev 12018)
Property changes on: DART/branches/coamps
___________________________________________________________________
Modified: svn:mergeinfo
## -34,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:11712-11927
+/DART/branches/rma_trunk:11712-12017
/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 2017-10-25 21:49:24 UTC (rev 12017)
+++ DART/branches/coamps/CHANGELOG 2017-10-26 14:10:06 UTC (rev 12018)
@@ -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,71 @@
- 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
+ match the current code and describe the tests in more detail.
+
+- Fixed a misleading status message in the obs_sequence_tool when all obs
+ are excluded by the min/max lon/lat box namelist items. the incorrect
+ message blamed it on observation height instead of the bounding box.
+
+- Added some additional debugging options to the mpi utilities module.
+ if you have problems that appear to be MPI related, contact us for
More information about the Dart-dev
mailing list