[Dart-dev] DART/releases Revision: 13137
dart at ucar.edu
dart at ucar.edu
Tue Apr 30 09:48:00 MDT 2019
nancy at ucar.edu
2019-04-30 09:48:00 -0600 (Tue, 30 Apr 2019)
122
push several months of changes from the rma_trunk branch
to the Manhattan release. see the CHANGELOG file for
details.
Index: DART/releases/Manhattan
===================================================================
--- DART/releases/Manhattan 2019-04-30 15:20:44 UTC (rev 13136)
+++ DART/releases/Manhattan 2019-04-30 15:48:00 UTC (rev 13137)
Property changes on: DART/releases/Manhattan
___________________________________________________________________
Modified: svn:mergeinfo
## -2,12 +2,16 ##
/DART/branches/bgrid_sprint:8186-8235
/DART/branches/bgrid_sprint_state_reorder:8206-8248
/DART/branches/development:4672-6247
+/DART/branches/gigg:12710-12714
/DART/branches/gitm:5135-6207
/DART/branches/gitm_lanai:6563-6644
/DART/branches/helen:5987-6153
/DART/branches/mmc:12038-12269
/DART/branches/model_mod_changes:11401-11602
+/DART/branches/pertirb_tool:12695-12764
/DART/branches/qc8:12643-12657
+/DART/branches/qc8diags:13002-13130
+/DART/branches/recam:12028-13088
/DART/branches/rma_array_nml:11814-11839
/DART/branches/rma_cam_fv:9550-9726
/DART/branches/rma_cf_conventions:9725-10084
## -16,6 +20,7 ##
/DART/branches/rma_closest_member_tool:12576-12617
/DART/branches/rma_diag:9621-9735
/DART/branches/rma_fill_inf:12517-12656
+/DART/branches/rma_fix_broken:12835-12848
/DART/branches/rma_fix_clm_restarts:9634-11919
/DART/branches/rma_fixed_filenames:10700-10893
/DART/branches/rma_kinds_to_state_structure:8950-9429
## -39,7 +44,7 ##
/DART/branches/rma_sprint:8093-8164
/DART/branches/rma_state_structure_test_dir:9470-9674
/DART/branches/rma_state_structure_unit_test:9689-10266
-/DART/branches/rma_trunk:11347-12681
+/DART/branches/rma_trunk:11347-13136
/DART/branches/rma_trunk_clamping:8784-8799
/DART/branches/rma_trunk_filename:8009-8155
/DART/branches/rma_trunk_get_state_fun:8566-8594
## -53,4 +58,5 ##
/DART/branches/rma_types_kinds:11200-11234
/DART/branches/rma_updates_nancy:11613-11674
/DART/branches/trunk_with_cam_style:9465-9532
+/DART/branches/yz-cice:12771-12805
/DART/trunk:6298-6299,6306-9548
\ No newline at end of property
Modified: DART/releases/Manhattan/CHANGELOG
===================================================================
--- DART/releases/Manhattan/CHANGELOG 2019-04-30 15:20:44 UTC (rev 13136)
+++ DART/releases/Manhattan/CHANGELOG 2019-04-30 15:48:00 UTC (rev 13137)
@@ -785,7 +785,89 @@
be set. If your observations will impact most of the model state, then
"convert_all_state_verticals_first = .true.' can also be set.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Apr 30 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. Namelist changes will be required.
+
+- CAM-FV setup and scripting support added for CESM 2.1, including advanced
+ archiving and compression
+
+- fix for WRF's wind direction vectors when using the Polar Stereographic
+ map projection. Thanks to Kevin Manning for the fix.
+
+- Add filter namelist option to avoid calling the posterior forward operators
+ and to not create those copies in the obs_seq.final file.
+
+- Use less memory if writing ensemble member values into the obs_seq.final file.
+
+- added a DART QC of 8 for failed vertical conversions
+
+- updated Matlab scripts support QC=8 and no posterior in obs sequence files.
+
+- sampling error correction table now has all ensemble sizes between 3 and 200
+
+- closest_member_tool can be compiled with other MPI targets
+
+- 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
+
+- obs_converters/gps/convert_cosmic_ionosphere.f90 has a test dataset
+
+- support for NAG compiler
+
+- fixed Intel compiler bug in lorenz_96 comparing long integers to integer loop indices
+
+- get_maxdist() now a required routine all location modules
+
+- Default routines now create a time variable as time(time) to allow multiple
+ files to be concatinated along the unlimited dimension more easily. Also
+ conforms to the netCDF convention for coordinate dimensions.
+
+- obs_impact_tool handles a continuum of values, not just discrete 0 or 1.
More information about the Dart-dev
mailing list