[Dart-dev] [5866] DART/branches/development/models/cam/work/input.nml: There were TWO obs_def_gps_nml blocks in the namelist.
nancy at ucar.edu
nancy at ucar.edu
Thu Sep 13 16:29:09 MDT 2012
Revision: 5866
Author: thoar
Date: 2012-09-13 16:29:08 -0600 (Thu, 13 Sep 2012)
Log Message:
-----------
There were TWO obs_def_gps_nml blocks in the namelist.
I removed the second one.
I also changed the value of max_gpsro_obs from
100000 to 1000000 since it seems Kevin is running with
the latter value. No other values were changed.
Modified Paths:
--------------
DART/branches/development/models/cam/work/input.nml
-------------- next part --------------
Modified: DART/branches/development/models/cam/work/input.nml
===================================================================
--- DART/branches/development/models/cam/work/input.nml 2012-09-13 17:36:00 UTC (rev 5865)
+++ DART/branches/development/models/cam/work/input.nml 2012-09-13 22:29:08 UTC (rev 5866)
@@ -51,12 +51,14 @@
start_from_restart = .false.
output_restart = .false.
restart_in_file_name = 'smoother_ics'
- restart_out_file_name = 'smoother_restart' /
+ restart_out_file_name = 'smoother_restart'
+ /
&ensemble_manager_nml
single_restart_file_in = .false.,
single_restart_file_out = .false.,
- perturbation_amplitude = 0.2 /
+ perturbation_amplitude = 0.2
+ /
&assim_tools_nml
filter_kind = 1,
@@ -71,16 +73,19 @@
/
&cov_cutoff_nml
- select_localization = 1 /
+ select_localization = 1
+ /
®_factor_nml
select_regression = 1,
input_reg_file = "time_mean_reg",
save_reg_diagnostics = .false.,
- reg_diagnostics_file = 'reg_diagnostics' /
+ reg_diagnostics_file = 'reg_diagnostics'
+ /
&obs_sequence_nml
- write_binary_obs_sequence = .false. /
+ write_binary_obs_sequence = .false.
+ /
&assim_model_nml
write_binary_restart_files = .true.,
@@ -186,13 +191,14 @@
module_details = .false.,
logfilename = 'dart_log.out',
nmlfilename = 'dart_log.nml',
- write_nml = 'file' /
+ write_nml = 'file'
+ /
&mpi_utilities_nml
/
&obs_def_gps_nml
- max_gpsro_obs = 100000,
+ max_gpsro_obs = 1000000
/
&restart_file_tool_nml
@@ -210,7 +216,8 @@
overwrite_advance_time = .false.,
new_advance_days = -1,
new_advance_secs = -1,
- gregorian_cal = .true. /
+ gregorian_cal = .true.
+ /
&obs_sequence_tool_nml
filename_seq = 'obs_seq.one', 'obs_seq.two',
@@ -280,7 +287,8 @@
reg_names = 'Northern Hemisphere', 'Southern Hemisphere', 'Tropics', 'North America',
print_mismatched_locs = .false.,
print_obs_locations = .false.,
- verbose = .false. /
+ verbose = .false.
+ /
&schedule_nml
calendar = 'Gregorian',
@@ -304,9 +312,6 @@
verbose = .false.
/
-&obs_def_gps_nml
- /
-
&obs_common_subset_nml
filename_seq1 = 'obs_seq1.final',
filename_seq_list1 = '',
More information about the Dart-dev
mailing list