[Dart-dev] DART/releases Revision: 11807

dart at ucar.edu dart at ucar.edu
Fri Jul 7 15:08:12 MDT 2017


nancy at ucar.edu
2017-07-07 15:08:09 -0600 (Fri, 07 Jul 2017)
428
models/mpas_atm: scripts completely revised for the Manhattan release.
Many thanks to Soyoung Ha and Ryan Torn for the contributed code.

cam-fv:  scripts and model_mod.f90 updated for cesm2_0_beta05.

single file i/O: we can run with a single input or output file with MPI.
  single_file_io_mod.f90 has been removed and its functionality has been moved 
  to direct_netcdf_mod.f90.  it was removed from all path_names* files.




Index: DART/releases/Manhattan
===================================================================
--- DART/releases/Manhattan	2017-07-07 20:35:51 UTC (rev 11806)
+++ DART/releases/Manhattan	2017-07-07 21:08:09 UTC (rev 11807)

Property changes on: DART/releases/Manhattan
___________________________________________________________________
Modified: svn:mergeinfo
## -21,6 +21,7 ##
 /DART/branches/rma_obs_defs:8923-9067
 /DART/branches/rma_output_files:11447-11544
 /DART/branches/rma_par_msg:9472-9511
+/DART/branches/rma_par_single_file:11685-11779
 /DART/branches/rma_pop_variable_namelist:8824-9156
 /DART/branches/rma_qc_fwd_op:9650-9723
 /DART/branches/rma_refac_io:9123-9546
## -31,7 +32,7 ##
 /DART/branches/rma_sprint:8101-8172
 /DART/branches/rma_state_structure_test_dir:9478-9682
 /DART/branches/rma_state_structure_unit_test:9697-10274
-/DART/branches/rma_trunk:11355-11770
+/DART/branches/rma_trunk:11355-11806
 /DART/branches/rma_trunk_clamping:8792-8807
 /DART/branches/rma_trunk_filename:8017-8163
 /DART/branches/rma_trunk_get_state_fun:8574-8602
Modified: DART/releases/Manhattan/CHANGELOG
===================================================================
--- DART/releases/Manhattan/CHANGELOG	2017-07-07 20:35:51 UTC (rev 11806)
+++ DART/releases/Manhattan/CHANGELOG	2017-07-07 21:08:09 UTC (rev 11807)
@@ -5,7 +5,7 @@
 # DART $Id$
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jan 13th 2017 :: rma_fixed_filenames merge changes Revision: 10902
++ Jan 13th 2017 :: rma_fixed_filenames merge changes.  Revision: 10902
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 Specific namelist changes include:
@@ -187,7 +187,7 @@
 
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Feb 15th 2017 :: rma_single_file merge changes Revision: 11136 
++ Feb 15th 2017 :: rma_single_file merge changes.   Revision: 11136 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 Filter and PMO can now run with multiple cycles for low order models. The output
@@ -225,7 +225,7 @@
 has_cycling           -- ADDED for low order models
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Feb 15th 2017 :: filter updates  Revision: 11160 
++ Feb 15th 2017 :: filter updates.   Revision: 11160 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 The postassim diagnostics file was being incorrectly written after
@@ -255,7 +255,7 @@
 has_cycling           -- REMOVED for low order models
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ April 27th 2017 :: changes  Revision: 11545
++ April 27th 2017 :: diagnostic file changes.  Revision: 11545
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 Two additional Diagnostic Files (forecast and analysis) in Filter 
@@ -293,7 +293,7 @@
 
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ May 5th 2017 :: major changes to model_mod interfaces  Revision: 11615
++ May 5th 2017 :: major changes to model_mod interfaces.  Revision: 11615
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 A long-awaited overhaul of the model_mod interfaces. All models which are
@@ -389,7 +389,7 @@
 is a tool to generate and append to the file any other ensemble size required.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jun 2nd 2017 :: tutorial, DART_LAB, and various updates Revision: 11696
++ Jun 2nd 2017 :: tutorial, DART_LAB, and various updates.  Revision: 11696
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - bring the DART tutorial pdf slides up to date with the current release.
@@ -436,7 +436,7 @@
   DART it it should read and write variables all at once or variable-by-variable.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ June 27rd 2017 :: $Revision$
++ June 27rd 2017 :: CICE 5, model_mod_check, tutorial.  Revision: 11770 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 Updated support for CICE5.
@@ -456,6 +456,30 @@
 deprecated for years, they have been removed. You must remove them from 
 your existing namelists or obs_diag will error out right away.
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ July 7th 2017 :: cam-fv, MPAS-ATM scripts, single file i/o.  $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+models/mpas_atm: scripts completely revised for the Manhattan release.


More information about the Dart-dev mailing list