[Dart-dev] [6513] DART/trunk/models: fix up perfect model sections to work with the CESM scripts.
nancy at ucar.edu
nancy at ucar.edu
Fri Oct 11 16:38:32 MDT 2013
Revision: 6513
Author: nancy
Date: 2013-10-11 16:38:32 -0600 (Fri, 11 Oct 2013)
Log Message:
-----------
fix up perfect model sections to work with the CESM scripts.
Modified Paths:
--------------
DART/trunk/models/POP/work/input.nml
DART/trunk/models/clm/work/input.nml
-------------- next part --------------
Modified: DART/trunk/models/POP/work/input.nml
===================================================================
--- DART/trunk/models/POP/work/input.nml 2013-10-11 22:33:10 UTC (rev 6512)
+++ DART/trunk/models/POP/work/input.nml 2013-10-11 22:38:32 UTC (rev 6513)
@@ -1,7 +1,7 @@
&perfect_model_obs_nml
start_from_restart = .true.,
- output_restart = .true.,
- async = 2,
+ output_restart = .false.,
+ async = 0,
init_time_days = -1,
init_time_seconds = -1,
first_obs_days = -1,
@@ -13,8 +13,8 @@
restart_in_file_name = "perfect_ics",
restart_out_file_name = "perfect_restart",
obs_seq_in_file_name = "obs_seq.in",
- obs_seq_out_file_name = "obs_seq.out",
- adv_ens_command = "./advance_model.csh"
+ obs_seq_out_file_name = "obs_seq.perfect",
+ adv_ens_command = "no_advance_script"
output_timestamps = .false.,
trace_execution = .false.,
output_forward_op_errors = .false.,
Modified: DART/trunk/models/clm/work/input.nml
===================================================================
--- DART/trunk/models/clm/work/input.nml 2013-10-11 22:33:10 UTC (rev 6512)
+++ DART/trunk/models/clm/work/input.nml 2013-10-11 22:38:32 UTC (rev 6513)
@@ -1,6 +1,6 @@
&perfect_model_obs_nml
start_from_restart = .true.,
- output_restart = .true.,
+ output_restart = .false.,
async = 0,
init_time_days = -1,
init_time_seconds = -1,
@@ -13,16 +13,15 @@
restart_in_file_name = "perfect_ics",
restart_out_file_name = "perfect_restart",
obs_seq_in_file_name = "obs_seq.in",
- obs_seq_out_file_name = "obs_seq.out",
- adv_ens_command = "./ha_ha_ha.csh"
+ obs_seq_out_file_name = "obs_seq.perfect",
+ adv_ens_command = "no_advance_script"
output_timestamps = .false.,
trace_execution = .false.,
- output_forward_op_errors = .true.,
+ output_forward_op_errors = .false.,
print_every_nth_obs = -1,
silence = .false.,
/
-
&filter_nml
async = 0,
adv_ens_command = "./no_advance_model.csh",
More information about the Dart-dev
mailing list