[Dart-dev] DART/branches Revision: 11637
dart at ucar.edu
dart at ucar.edu
Mon May 15 18:37:54 MDT 2017
thoar at ucar.edu
2017-05-15 18:37:48 -0600 (Mon, 15 May 2017)
188
The HEAD of the rma_trunk has been merged into the openggcm branch.
The openggcm model interfaces, etc. compile under the new file layout.
They have not yet been tested for correctness.
Index: DART/branches/rma_openggcm
===================================================================
--- DART/branches/rma_openggcm 2017-05-15 21:29:34 UTC (rev 11636)
+++ DART/branches/rma_openggcm 2017-05-16 00:37:48 UTC (rev 11637)
Property changes on: DART/branches/rma_openggcm
___________________________________________________________________
Modified: svn:mergeinfo
## -5,6 +5,7 ##
/DART/branches/gitm:5143-6215
/DART/branches/gitm_lanai:6571-6652
/DART/branches/helen:5995-6161
+/DART/branches/model_mod_changes:11409-11610
/DART/branches/rma_cam_fv:9558-9734
/DART/branches/rma_cf_conventions:9733-10092
/DART/branches/rma_cice:10655-10858
## -17,6 +18,7 ##
/DART/branches/rma_mpas_fold_mean_fwd:9348-9458
/DART/branches/rma_mpas_get_state_meta_data:8871-8890
/DART/branches/rma_obs_defs:8923-9067
+/DART/branches/rma_output_files:11447-11544
/DART/branches/rma_par_msg:9472-9511
/DART/branches/rma_pop_variable_namelist:8824-9156
/DART/branches/rma_qc_fwd_op:9650-9723
## -28,7 +30,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:9832-11288
+/DART/branches/rma_trunk:9832-11636
/DART/branches/rma_trunk_clamping:8792-8807
/DART/branches/rma_trunk_filename:8017-8163
/DART/branches/rma_trunk_get_state_fun:8574-8602
Copied: DART/branches/rma_openggcm/CHANGELOG (from rev 11636, DART/branches/rma_trunk/CHANGELOG)
===================================================================
--- DART/branches/rma_openggcm/CHANGELOG (rev 0)
+++ DART/branches/rma_openggcm/CHANGELOG 2017-05-16 00:37:48 UTC (rev 11637)
@@ -0,0 +1,395 @@
+# DART software - Copyright UCAR. This open source software is provided
+# by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# DART $Id$
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Jan 13th 2017 :: rma_fixed_filenames merge changes Revision: 10902
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+Specific namelist changes include:
+
+1. ) Earlier versions of the RMA branch code supported both direct NetCDF
+ reads/writes and the original binary/ascii DART format restart files.
+ As of the next update DART format files are no longer supported. All
+ I/O is NetCDF only. If your model does not use NetCDF you will still
+ need a model_to_dart and dart_to_model converter; otherwise all DART
+ programs read the model's NetCDF files directly. The namelist options
+ related to selecting direct netcdf I/O have been removed.
+
+2. ) Diagnostic and state space data (such as inflation, mean and sd
+ information) that were previously stored in {Prior,Posterior}_Diag.nc
+ are now broken up into multiple files and have fixed filenames. This
+ decreases the IO time for diagnostic output and reduces the number of
+ namelist options.
+
+3. ) There is no longer support for observation space inflation
+ (i.e. inf_flavor = 1). Contact us at dart at ucar.edu if you have an
+ interest in using this option.
+
+------------------------------------------------------------------------------
+Changes to the filter_nml are :
+------------------------------------------------------------------------------
+* restart_in_file_name -- has been replaced with input_restart_file_list.
+ The namelist must contain one or more file names,
+ each of which is a textfile containing a list of N
+ NetCDF restart files, one per line for each ensemble member.
+ For models with multiple domains (e.g. nested WRF or
+ CLM) you must specify a listfile for each domain.
+
+* restart_out_file_name -- has been replaced with output_restart_file_list.
+ Same format as input_restart_file_list.
+
+* inf_in_file_name -- REMOVED, now have fixed names of the form
+ input_{prior,posterior}inf_{mean,sd}.nc
+
+* inf_out_file_name -- REMOVED, now have fixed names of the form
+ output_{prior,posterior}inf_{mean,sd}.nc.
+
+* inf_diag_filename -- REMOVED
+
+* inf_output_restart -- REMOVED, inflation restarts will be written
+ out if inflation is turned on
+
+* output_inflation -- REMOVED, inflation diagnostic files will be written
+ if inflation is turned on
+
+* stages_to_write -- There is more control over what state data
+ to write. Options are at stages :
+ 'input', 'preassim', postassim', 'output'.
+ Stages preassim and postassim will output
+ state data originally contained within the
+ copies of Prior_Diag.nc and Posterior_Diag.nc.
More information about the Dart-dev
mailing list