[Dart-dev] DART/releases Revision: 12591
dart at ucar.edu
dart at ucar.edu
Mon May 21 14:49:27 MDT 2018
nancy at ucar.edu
2018-05-21 14:49:26 -0600 (Mon, 21 May 2018)
1781
move updates from rma_trunk to Manhattan release.
changes include:
- Enhanced inflation algorithm added. See the filter_mod.html for new
documentation on this option.
- Updated WRF scripts for the Manhattan release.
- Obs_diag reports statistics on DART QC 8, observation failed vertical
conversion. Matlab scripts also updated to support QC 8.
- New parallel conversion scripts for GPS Radio Occultation observations and
NCEP prepbufr conversions.
- Further updates to documentation files to change KIND to QTY or Quantity.
- Documented required changes when moving from the Lanai/Classic release to
Manhattan in documentation/html/Manhattan_diffs_from_Lanai.html
- Expanded the routines in the netcdf_utilities_mod.f90
- Add an ensemble handle parameter to the 6 ensemble manager routines
where it was missing.
- The advance_time program can read/generate CESM format time strings
(YYYY-MM-DD-SSSSS).
- Fixed a bug in the netcdf read routines that under certain circumstances
could report an array was using the unlimited dimension incorrectly.
- Removed the option to try to bitwise reproduce Lanai results; due to the
number of changes this is no longer possible.
- Minor bug fixes to the (seldom used) perturb routines in the WRF
and MPAS_ATM model_mod.f90 files. (used to add gaussian noise to a
single model state to generate an ensemble; this is never the recommended
method of starting a new experiment but the code remains for testing
purposes.)
- Several remaining model-specific model_mod_check programs were
removed in favor of a single common program source file.
- Keep filter_mod.dopplerfold.f90 in sync with filter_mod.f90,
and assim_tools_mod.pf.f90 in sync with assim_tools_mod.f90.
- Removed makefiles for the obsolete trans_time program.
Index: DART/releases/Manhattan
===================================================================
--- DART/releases/Manhattan 2018-05-18 23:07:38 UTC (rev 12590)
+++ DART/releases/Manhattan 2018-05-21 20:49:26 UTC (rev 12591)
Property changes on: DART/releases/Manhattan
___________________________________________________________________
Modified: svn:mergeinfo
## -21,6 +21,7 ##
/DART/branches/rma_model_mod_check:8957-9170
/DART/branches/rma_mpas_fold_mean_fwd:9340-9450
/DART/branches/rma_mpas_get_state_meta_data:8863-8882
+/DART/branches/rma_netcdf_utils:12424-12448
/DART/branches/rma_obs_defs:8915-9059
/DART/branches/rma_output_files:11439-11536
/DART/branches/rma_par_msg:9464-9503
## -35,7 +36,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-12416
+/DART/branches/rma_trunk:11347-12590
/DART/branches/rma_trunk_clamping:8784-8799
/DART/branches/rma_trunk_filename:8009-8155
/DART/branches/rma_trunk_get_state_fun:8566-8594
Modified: DART/releases/Manhattan/CHANGELOG
===================================================================
--- DART/releases/Manhattan/CHANGELOG 2018-05-18 23:07:38 UTC (rev 12590)
+++ DART/releases/Manhattan/CHANGELOG 2018-05-21 20:49:26 UTC (rev 12591)
@@ -624,7 +624,7 @@
longitude interpolation in grids that cross the 360/0 line.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Mar 01 2018 :: ROMS, MMC, PMO, MPAS_ATM debug, etc Revision: 12419
++ Mar 01 2018 :: ROMS, MMC, PMO, MPAS_ATM debug, etc Revision: 12419
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- Fix a debug message in the MPAS ATM model which might have caused a buffer
@@ -697,10 +697,58 @@
- Updated the location module test programs.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ May DD 2018 :: enhanced inflation option, WRF scripting Revision: 12591
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- Enhanced inflation algorithm added. See the filter_mod.html for new
+documentation on this option.
+
+- Updated WRF scripts for the Manhattan release.
+
+- Obs_diag reports statistics on DART QC 8, observation failed vertical
+conversion. Matlab scripts also updated to support QC 8.
+
+- New parallel conversion scripts for GPS Radio Occultation observations and
+ NCEP prepbufr conversions.
+
+- Further updates to documentation files to change KIND to QTY or Quantity.
+
+- Documented required changes when moving from the Lanai/Classic release to
+Manhattan in documentation/html/Manhattan_diffs_from_Lanai.html
+
+- Expanded the routines in the netcdf_utilities_mod.f90
+
+- Add an ensemble handle parameter to the 6 ensemble manager routines
+where it was missing.
+
+- The advance_time program can read/generate CESM format time strings
+(YYYY-MM-DD-SSSSS).
+
+- Fixed a bug in the netcdf read routines that under certain circumstances
+could report an array was using the unlimited dimension incorrectly.
+
+- Removed the option to try to bitwise reproduce Lanai results; due to the
+number of changes this is no longer possible.
+
+- Minor bug fixes to the (seldom used) perturb routines in the WRF
+and MPAS_ATM model_mod.f90 files. (used to add gaussian noise to a
+single model state to generate an ensemble; this is never the recommended
+method of starting a new experiment but the code remains for testing
+purposes.)
+
+- Several remaining model-specific model_mod_check programs were
+removed in favor of a single common program source file.
+
+- Keep filter_mod.dopplerfold.f90 in sync with filter_mod.f90,
+and assim_tools_mod.pf.f90 in sync with assim_tools_mod.f90.
+
+- Removed makefiles for the obsolete trans_time program.
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ MMM DD YYYY :: summary of next changes $Revision$
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- next ...
+- note for next release
# <next few lines under version control, do not edit>
Property changes on: DART/releases/Manhattan/CHANGELOG
More information about the Dart-dev
mailing list