[Dart-dev] DART/branches Revision: 13149
dart at ucar.edu
dart at ucar.edu
Wed May 1 14:37:35 MDT 2019
mizzi at ucar.edu
2019-05-01 14:37:35 -0600 (Wed, 01 May 2019)
57
Modifications associated with the WRF-Chem/DART cleanup
Added: DART/branches/mizzi/models/wrf_chem/work/input_FRAPPE.nml
===================================================================
--- DART/branches/mizzi/models/wrf_chem/work/input_FRAPPE.nml (rev 0)
+++ DART/branches/mizzi/models/wrf_chem/work/input_FRAPPE.nml 2019-05-01 20:37:35 UTC (rev 13149)
@@ -0,0 +1,606 @@
+&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,
+ special_localization_obs_types ='IASI_CO_RETRIEVAL','MOPITT_CO_RETRIEVAL',
+ special_localization_cutoffs = 0.1,0.1,
+ /
+
+&cov_cutoff_nml
+ select_localization = 1,
More information about the Dart-dev
mailing list