[Dart-dev] DART/branches Revision: 13005
dart at ucar.edu
dart at ucar.edu
Wed Mar 6 16:20:17 MST 2019
nancy at ucar.edu
2019-03-06 16:20:17 -0700 (Wed, 06 Mar 2019)
32
fix the namelist here as well.
Modified: DART/branches/cesm_dart_esp/assimilation_code/programs/fill_inflation_restart/fill_inflation_restart.html
===================================================================
--- DART/branches/cesm_dart_esp/assimilation_code/programs/fill_inflation_restart/fill_inflation_restart.html 2019-03-06 23:17:24 UTC (rev 13004)
+++ DART/branches/cesm_dart_esp/assimilation_code/programs/fill_inflation_restart/fill_inflation_restart.html 2019-03-06 23:20:17 UTC (rev 13005)
@@ -100,7 +100,6 @@
<div class=namelist>
<pre>
&fill_inflation_restart_nml
- input_state_files = ''
write_prior_inf = .FALSE.
prior_inf_mean = -88888.8888
@@ -107,10 +106,11 @@
prior_inf_sd = -88888.8888
write_post_inf = .FALSE.
- prior_inf_mean = -88888.8888
- prior_inf_sd = -88888.8888
+ post_inf_mean = -88888.8888
+ post_inf_sd = -88888.8888
single_file = .FALSE.
+ input_state_files = ''
verbose = .FALSE.
/
</pre>
@@ -131,13 +131,6 @@
<TBODY valign=top>
-<TR><TD>input_state_files</TD>
- <TD>character(:)</TD>
- <TD>A template file that contains all of the variables in the
- state vector. If there is multiple domains you need to provide
- a file for each domain.
-</TD></TR>
-
<TR><TD>write_prior_inf</TD>
<TD>logical</TD>
<TD>Setting this to .TRUE. writes both the prior inflation mean and
@@ -177,6 +170,12 @@
all of the ensemble members.
</TD></TR>
+<TR><TD>input_state_files</TD>
+ <TD>character(:)</TD>
+ <TD>The template file comes from the model_mod code,
+ so this is unused in the current code.
+</TD></TR>
+
<TR><TD>verbose</TD>
<TD>logical</TD>
<TD>Setting this to .TRUE. gives more output, and is
@@ -198,17 +197,16 @@
<div class=namelist>
<pre>
&fill_inflation_restart_nml
- input_state_files = 'caminput.nc'
-
write_prior_inf = .TRUE.
prior_inf_mean = 1.0
prior_inf_sd = 0.6
write_post_inf = .FALSE.
- prior_inf_mean = -88888.8888
- prior_inf_sd = -88888.8888
+ post_inf_mean = -88888.8888
+ post_inf_sd = -88888.8888
single_file = .FALSE.
+ input_state_files = ''
verbose = .FALSE.
/
</pre>
More information about the Dart-dev
mailing list