[Dart-dev] DART/branches Revision: 11007
dart at ucar.edu
dart at ucar.edu
Tue Feb 7 10:30:48 MST 2017
hendric at ucar.edu
2017-02-07 10:30:48 -0700 (Tue, 07 Feb 2017)
123
updating lorenz_96 to compile with quickbuild and setting
what should be the default input.nml to work with single
files.
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:19:36 UTC (rev 11006)
+++ DART/branches/rma_single_file/models/lorenz_96/work/input.nml 2017-02-07 17:30:48 UTC (rev 11007)
@@ -43,8 +43,8 @@
output_timestamps = .false.,
trace_execution = .false.,
silence = .false.,
- single_file_in = .false.,
- single_file_out = .false.,
+ single_file_in = .true.,
+ single_file_out = .true.,
perturb_from_single_instance = .false.,
stages_to_write = 'output'
Modified: DART/branches/rma_single_file/models/lorenz_96/work/path_names_create_obs_sequence
===================================================================
--- DART/branches/rma_single_file/models/lorenz_96/work/path_names_create_obs_sequence 2017-02-07 17:19:36 UTC (rev 11006)
+++ DART/branches/rma_single_file/models/lorenz_96/work/path_names_create_obs_sequence 2017-02-07 17:30:48 UTC (rev 11007)
@@ -9,6 +9,7 @@
io/direct_netcdf_mod.f90
io/io_filenames_mod.f90
io/state_structure_mod.f90
+io/state_space_diag_mod.f90
io/state_vector_io_mod.f90
location/oned/location_mod.f90
models/lorenz_96/model_mod.f90
Modified: DART/branches/rma_single_file/models/lorenz_96/work/path_names_fill_inflation_restart
===================================================================
--- DART/branches/rma_single_file/models/lorenz_96/work/path_names_fill_inflation_restart 2017-02-07 17:19:36 UTC (rev 11006)
+++ DART/branches/rma_single_file/models/lorenz_96/work/path_names_fill_inflation_restart 2017-02-07 17:30:48 UTC (rev 11007)
@@ -11,6 +11,7 @@
io/direct_netcdf_mod.f90
io/io_filenames_mod.f90
io/state_structure_mod.f90
+io/state_space_diag_mod.f90
io/state_vector_io_mod.f90
location/oned/location_mod.f90
models/lorenz_96/model_mod.f90
More information about the Dart-dev
mailing list