[Dart-dev] DART/branches Revision: 13088
dart at ucar.edu
dart at ucar.edu
Wed Mar 27 10:43:59 MDT 2019
nancy at ucar.edu
2019-03-27 10:43:58 -0600 (Wed, 27 Mar 2019)
200
merging the updated (post-recam) rma_trunk onto the cesm_dart_esp
branch. preserve the changes to filter_mod to handle namelists
specially, and maintain useful changes in the 2 mpi utilities files.
Index: DART/branches/cesm_dart_esp
===================================================================
--- DART/branches/cesm_dart_esp 2019-03-26 22:21:17 UTC (rev 13087)
+++ DART/branches/cesm_dart_esp 2019-03-27 16:43:58 UTC (rev 13088)
Property changes on: DART/branches/cesm_dart_esp
___________________________________________________________________
Modified: svn:mergeinfo
## -10,6 +10,7 ##
/DART/branches/model_mod_changes:11403-11604
/DART/branches/pertirb_tool:12695-12764
/DART/branches/qc8:12643-12657
+/DART/branches/recam:12028-13073
/DART/branches/rma_array_nml:11814-11839
/DART/branches/rma_cam_fv:9552-9728
/DART/branches/rma_cf_conventions:9727-10086
## -42,7 +43,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:12599-13002
+/DART/branches/rma_trunk:12599-13087
/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/cesm_dart_esp/CHANGELOG
===================================================================
--- DART/branches/cesm_dart_esp/CHANGELOG 2019-03-26 22:21:17 UTC (rev 13087)
+++ DART/branches/cesm_dart_esp/CHANGELOG 2019-03-27 16:43:58 UTC (rev 13088)
@@ -810,7 +810,7 @@
conforms to the netCDF convention for coordinate dimensions.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Nov 01 2018 :: summary of changes in Manhattan update $Revision$
++ Nov 01 2018 :: Adaptive Inflation, dewpoint, obs_diag Revision: 13006
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- Updated dewpoint equation to avoid dividing by zero given a very unlikely
@@ -827,6 +827,51 @@
- Better error and informational messages in various routines.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Mar 25 2019 :: cam-fv refactor, posteriors optional, QC 8 $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- The CAM Finite Volume (cam-fv) model_mod.f90 has undergone substantial
+ refactoring to improve simplicity and remove code for unsupported CAM variants
+ while also supporting WACCM and WACCM-X
+
+- cam-fv setup and scripting support added for CESM 2_1, including advanced
+ archiving and compression
+
+- COSMIC_ELECTRON_DENSITY has been moved from obs_def_gps_mod.f90 to
+ obs_def_upper_atm_mod.f90, which has new quantities for
+ ION_O_MIXING_RATIO and ATOMIC_H_MIXING_RATIO
+
+- Namelist option to select whether or not to compute posterior estimates of
+ observations
+
+- added a DART QC of 8 for failed vertical conversions
+
+- obs_converters/gps/convert_cosmic_ionosphere.f90 has a test dataset
+
+- support for NAG compiler
+
+- closest_member_tool should be compiled with other MPI targets
+
+- fixed Intel compiler bug in lorenz_96 comparing long integers to integer loop indices
+
+- sampling error correction table now has all ensemble sizes between 3 and 200
+
+- get_maxdist() now a required routine all location modules
+
+- dart_time_io_mod: read_model_time, write_model_time more stable behavior
+
+- obs_impact_tool handles a continuum of values, not just discrete 0 or 1.
+
+- fill_inflation_restart now produces files with names consistent with filter defaults.
+
+- expanded functionality in xyz_location_mod.f90
+
+- Removed 'slow' sorting routines from sort_mod.f90
+
+- replacing some repeated native netCDF library calls with routines from
+ the netcdf_utilities_mod.f90
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ MMM DD YYYY :: summary of changes in Manhattan update $Revision$
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Modified: DART/branches/cesm_dart_esp/assimilation_code/location/annulus/location_mod.f90
===================================================================
--- DART/branches/cesm_dart_esp/assimilation_code/location/annulus/location_mod.f90 2019-03-26 22:21:17 UTC (rev 13087)
+++ DART/branches/cesm_dart_esp/assimilation_code/location/annulus/location_mod.f90 2019-03-27 16:43:58 UTC (rev 13088)
@@ -26,7 +26,7 @@
private
public :: location_type, get_location, set_location, &
- set_location_missing, is_location_in_region, &
+ set_location_missing, is_location_in_region, get_maxdist, &
More information about the Dart-dev
mailing list