[Dart-dev] DART/branches Revision: 12296
dart at ucar.edu
dart at ucar.edu
Tue Jan 9 10:05:42 MST 2018
mizzi at ucar.edu
2018-01-09 10:05:40 -0700 (Tue, 09 Jan 2018)
75
Removing unused files from the repo. These were logs that are not needed.
Deleted: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/advance_time
===================================================================
(Binary files differ)
Deleted: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/dart_log.out
===================================================================
Deleted: DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/input.nml
===================================================================
--- DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/input.nml 2018-01-09 16:32:31 UTC (rev 12295)
+++ DART/branches/mizzi/models/wrf_chem/run_scripts/RUN_REAL_TIME/FINAL_TEST_SCRIPTS/input.nml 2018-01-09 17:05:40 UTC (rev 12296)
@@ -1,609 +0,0 @@
-&perfect_model_obs_nml
- start_from_restart = .true.,
- output_restart = .true.,
- async = 2,
- init_time_days = -1,
- init_time_seconds = -1,
- first_obs_days = -1,
- first_obs_seconds = -1,
- last_obs_days = -1,
- last_obs_seconds = -1,
- output_interval = 1,
- 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",
- output_timestamps = .false.,
- trace_execution = .false.,
- output_forward_op_errors = .false.,
- print_every_nth_obs = -1,
- silence = .false.,
- /
-
-&filter_nml
- async = 2,
- adv_ens_command = "./advance_model.csh",
- ens_size = 60,
- start_from_restart = .true.,
- output_restart = .true.,
- obs_sequence_in_name = "obs_seq.out",
- obs_sequence_out_name = "obs_seq.final",
- restart_in_file_name = "filter_ics_old",
- restart_out_file_name = "filter_ics_new",
- init_time_days = -1,
- init_time_seconds = -1,
- first_obs_days = -1,
- first_obs_seconds = -1,
- last_obs_days = -1,
- last_obs_seconds = -1,
- num_output_state_members = 0,
- num_output_obs_members = 0,
- output_interval = 1,
- num_groups = 1,
- input_qc_threshold = 3.0,
- outlier_threshold = -1.0,
- output_forward_op_errors = .false.,
- output_timestamps = .false.,
- output_inflation = .true.,
- trace_execution = .true.,
- silence = .false.,
-
- inf_flavor = 2, 0,
- inf_initial_from_restart = .false., .false.,
- inf_sd_initial_from_restart = .false., .false.,
- inf_output_restart = .true., .true.,
- inf_deterministic = .true., .true.,
- inf_in_file_name = 'prior_inflate_ics_old', 'post_inflate_ics',
- inf_out_file_name = 'prior_inflate_ics_new', 'post_inflate_restart',
- inf_diag_file_name = 'prior_inflate_diag', 'post_inflate_diag',
- inf_initial = 1.00, 1.00,
- inf_sd_initial = 0.6, 0.0,
- inf_damping = 0.9, 1.0,
- inf_lower_bound = 1.0, 1.0,
- inf_upper_bound = 1000000.0, 1000000.0,
- inf_sd_lower_bound = 0.6, 0.0,
- /
-
-&smoother_nml
- num_lags = 0,
- start_from_restart = .false.,
- output_restart = .false.,
- restart_in_file_name = 'smoother_ics',
- restart_out_file_name = 'smoother_restart',
- /
-
-# cutoff is in radians; for the earth, 0.05 is about 300 km.
-# cutoff is defined to be the half-width of the localization radius,
-# so 0.05 radians for cutoff is about an 600 km effective
-# localization radius, where the influence of an obs decreases
-# to ~half at 300 km, and ~0 at the edges of the area.
-&assim_tools_nml
- filter_kind = 1,
- cutoff = 0.1,
- sort_obs_inc = .false.,
- spread_restoration = .false.,
- sampling_error_correction = .false.,
- adaptive_localization_threshold = -1,
- output_localization_diagnostics = .false.,
- localization_diagnostics_file = 'localization_diagnostics',
- print_every_nth_obs = 0,
More information about the Dart-dev
mailing list