[Dart-dev] svn:mime-type/ Revision: 11010
dart at ucar.edu
dart at ucar.edu
Tue Feb 7 10:57:11 MST 2017
hendric at ucar.edu
2017-02-07 10:57:11 -0700 (Tue, 07 Feb 2017)
115
adding domain from blank for lorenz_96 so that
we can have varying model sizes. pmo and filter
compiles and runs.
Modified: DART/branches/rma_single_file/models/lorenz_96/model_mod.f90
===================================================================
--- DART/branches/rma_single_file/models/lorenz_96/model_mod.f90 2017-02-07 17:43:04 UTC (rev 11009)
+++ DART/branches/rma_single_file/models/lorenz_96/model_mod.f90 2017-02-07 17:57:11 UTC (rev 11010)
@@ -174,7 +174,7 @@
! Tell the DART I/O routines how large the model data is so they
! can read/write it.
-dom_id = add_domain('perfect_input.nc',1,(/'state'/))
+dom_id = add_domain(model_size)
end subroutine static_init_model
Modified: DART/branches/rma_single_file/models/lorenz_96/work/input.nml
===================================================================
--- DART/branches/rma_single_file/models/lorenz_96/work/input.nml 2017-02-07 17:43:04 UTC (rev 11009)
+++ DART/branches/rma_single_file/models/lorenz_96/work/input.nml 2017-02-07 17:57:11 UTC (rev 11010)
@@ -2,8 +2,8 @@
start_from_restart = .true.,
output_restart = .true.,
async = 0,
- restart_in_file_names = "perfect_ics.nc",
- restart_out_file_names = "perfect_restart.nc",
+ restart_files_in = "perfect_input.nc",
+ restart_files_out = "perfect_restart.nc",
init_time_days = 0,
init_time_seconds = 0,
first_obs_days = -1,
@@ -18,6 +18,9 @@
output_timestamps = .false.,
print_every_nth_obs = -1,
output_forward_op_errors = .false.,
+ single_file_in = .true.
+ single_file_out = .true.
+ has_cycling = .true.
silence = .false.,
/
@@ -27,8 +30,8 @@
ens_size = 20,
obs_sequence_in_name = "obs_seq.out",
obs_sequence_out_name = "obs_seq.final",
- input_restart_file_list = "restart_list_in.txt",
- output_restart_file_list = "restart_list_out.txt",
+ input_restart_file_list = "restart_in.txt",
+ output_restart_file_list = "restart_out.txt",
init_time_days = 0,
init_time_seconds = 0,
first_obs_days = -1,
@@ -45,6 +48,7 @@
silence = .false.,
single_file_in = .true.,
single_file_out = .true.,
+ has_cycling = .true.,
perturb_from_single_instance = .false.,
stages_to_write = 'output'
Added: DART/branches/rma_single_file/models/lorenz_96/work/restart_in.txt
===================================================================
--- DART/branches/rma_single_file/models/lorenz_96/work/restart_in.txt (rev 0)
+++ DART/branches/rma_single_file/models/lorenz_96/work/restart_in.txt 2017-02-07 17:57:11 UTC (rev 11010)
@@ -0,0 +1 @@
+filter_input.nc
Property changes on: DART/branches/rma_single_file/models/lorenz_96/work/restart_in.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: DART/branches/rma_single_file/models/lorenz_96/work/restart_out.txt
===================================================================
--- DART/branches/rma_single_file/models/lorenz_96/work/restart_out.txt (rev 0)
+++ DART/branches/rma_single_file/models/lorenz_96/work/restart_out.txt 2017-02-07 17:57:11 UTC (rev 11010)
@@ -0,0 +1 @@
+filter_output.nc
Property changes on: DART/branches/rma_single_file/models/lorenz_96/work/restart_out.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
More information about the Dart-dev
mailing list