[Dart-dev] svn:mergeinfo/ Revision: 11114

dart at ucar.edu dart at ucar.edu
Wed Feb 15 13:54:16 MST 2017


hendric at ucar.edu
2017-02-15 13:53:51 -0700 (Wed, 15 Feb 2017)
1727
Merging in the rma_single_file branch back into the trunk.

We have updated the rma_trunk to work with lower order models that are 
subroutine callable from inside filter.  We have also renamed some of the 
items in the namelist to be more clear (this information is in README_rma_updates.txt) :

Filter and PMO can now run with multiple cycles for low order 
models. The output for this is only supported with single file 
output (members, inflation, mean, sd are all in the same file).

Added matlab support for diagnostics format in lower order models.

#--------------------------------------------------------------
# Changes to the filter_nml are :
#--------------------------------------------------------------

output_restart          -- RENAMED to output_members
restart_in_file_name    -- RENAMED to input_state_file_list
restart_out_file_name   -- RENAMED to output_state_files_list
single_restart_file_in  -- RENAMED to single_file_in
single_restart_file_out -- RENAMED to single_file_out

input_state_files       -- ADDED - not currently working
output_state_files      -- ADDED - not currently working

has_cycling             -- ADDED for low order model

#--------------------------------------------------------------
# Changes to the perfect_model_obs_nml are :
#--------------------------------------------------------------

start_from_restart    -- RENAMED read_input_state_from_file
output_restart        -- RENAMED write_output_state_to_file
restart_in_file_name  -- RENAMED input_state_files
restart_out_file_name -- RENAMED output_state_files

single_file_in        -- ADDED for low order models
single_file_out       -- ADDED for low order models
has_cycling           -- ADDED for low order models




Index: DART/branches/rma_trunk
===================================================================
--- DART/branches/rma_trunk	2017-02-14 21:17:31 UTC (rev 11113)
+++ DART/branches/rma_trunk	2017-02-15 20:53:51 UTC (rev 11114)

Property changes on: DART/branches/rma_trunk
___________________________________________________________________
Modified: svn:mergeinfo
## -24,6 +24,7 ##
 /DART/branches/rma_remove_groups_from_transpose:9327-9455
 /DART/branches/rma_roms:10157-10381
 /DART/branches/rma_set_filenames:8385-8391
+/DART/branches/rma_single_file:10904-11113
 /DART/branches/rma_sprint:8101-8172
 /DART/branches/rma_state_structure_test_dir:9478-9682
 /DART/branches/rma_state_structure_unit_test:9697-10274
Modified: DART/branches/rma_trunk/README_rma_updates.txt
===================================================================
--- DART/branches/rma_trunk/README_rma_updates.txt	2017-02-14 21:17:31 UTC (rev 11113)
+++ DART/branches/rma_trunk/README_rma_updates.txt	2017-02-15 20:53:51 UTC (rev 11114)
@@ -5,7 +5,7 @@
 # DART $Id$
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jan 13th 2017 :: rma_fixed_filenames merge changes                         +
++ Jan 13th 2017 :: rma_fixed_filenames merge changes Revision: 10902
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 Specific namelist changes include:
@@ -144,6 +144,46 @@
 * some programs such as model_mod_check have not been fully tested and need
   to be exercised with the new naming conventions.
 
+
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Feb 15th 2017 :: rma_single_file merge changes $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+Filter and PMO can now run with multiple cycles for low order models. The output
+for this is only supported with single file output (members, inflation, mean, sd
+are all in the same file).
+
+Added matlab support for diagnostics format in lower order models.
+
+------------------------------------------------------------------------------
+Changes to the filter_nml are :
+------------------------------------------------------------------------------
+
+output_restart          -- RENAMED to output_members
+restart_in_file_name    -- RENAMED to input_state_file_list
+restart_out_file_name   -- RENAMED to output_state_files_list
+single_restart_file_in  -- RENAMED to single_file_in
+single_restart_file_out -- RENAMED to single_file_out
+
+input_state_files       -- ADDED - not currently working
+output_state_files      -- ADDED - not currently working
+
+has_cycling             -- ADDED for low order models
+
+------------------------------------------------------------------------------
+Changes to the perfect_model_obs_nml are :
+------------------------------------------------------------------------------
+
+start_from_restart    -- RENAMED read_input_state_from_file
+output_restart        -- RENAMED write_output_state_to_file
+restart_in_file_name  -- RENAMED input_state_files
+restart_out_file_name -- RENAMED output_state_files
+
+single_file_in        -- ADDED for low order models
+single_file_out       -- ADDED for low order models
+has_cycling           -- ADDED for low order models
+
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$

Index: DART/branches/rma_trunk/adaptive_inflate
===================================================================
--- DART/branches/rma_trunk/adaptive_inflate	2017-02-14 21:17:31 UTC (rev 11113)
+++ DART/branches/rma_trunk/adaptive_inflate	2017-02-15 20:53:51 UTC (rev 11114)

Property changes on: DART/branches/rma_trunk/adaptive_inflate
___________________________________________________________________
Modified: svn:mergeinfo
## -21,6 +21,7 ##
 /DART/branches/rma_refac_io/adaptive_inflate:9123-9546
 /DART/branches/rma_remove_groups_from_transpose/adaptive_inflate:9327-9455
 /DART/branches/rma_roms/adaptive_inflate:10157-10381
+/DART/branches/rma_single_file/adaptive_inflate:10904-11113
 /DART/branches/rma_sprint/adaptive_inflate:8101-8172
 /DART/branches/rma_state_structure_test_dir/adaptive_inflate:9478-9682
 /DART/branches/rma_state_structure_unit_test/adaptive_inflate:9697-10274
Index: DART/branches/rma_trunk/assim_tools
===================================================================
--- DART/branches/rma_trunk/assim_tools	2017-02-14 21:17:31 UTC (rev 11113)
+++ DART/branches/rma_trunk/assim_tools	2017-02-15 20:53:51 UTC (rev 11114)

Property changes on: DART/branches/rma_trunk/assim_tools
___________________________________________________________________
Modified: svn:mergeinfo


More information about the Dart-dev mailing list