Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix lorenz_93 and lorenz_63 workshop input.nmls to have v11 version of namelist #793

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions models/lorenz_63/work/input.workshop.nml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
&probit_transform_nml
/

&algorithm_info_nml
qceff_table_filename = ''
/

&perfect_model_obs_nml
read_input_state_from_file = .true.,
single_file_in = .true.
Expand Down Expand Up @@ -86,7 +93,6 @@
/

&assim_tools_nml
filter_kind = 1,
cutoff = 0.00001,
sort_obs_inc = .false.,
spread_restoration = .false.,
Expand Down Expand Up @@ -135,11 +141,12 @@
/

&preprocess_nml
input_obs_def_mod_file = '../../../observations/forward_operators/DEFAULT_obs_def_mod.F90',
output_obs_def_mod_file = '../../../observations/forward_operators/obs_def_mod.f90',
input_obs_kind_mod_file = '../../../assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90',
output_obs_kind_mod_file = '../../../assimilation_code/modules/observations/obs_kind_mod.f90',
input_files = '../../../observations/forward_operators/obs_def_1d_state_mod.f90'
input_obs_def_mod_file = '../../../observations/forward_operators/DEFAULT_obs_def_mod.F90'
output_obs_def_mod_file = '../../../observations/forward_operators/obs_def_mod.f90'
input_obs_qty_mod_file = '../../../assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90'
output_obs_qty_mod_file = '../../../assimilation_code/modules/observations/obs_kind_mod.f90'
obs_type_files = '../../../observations/forward_operators/obs_def_1d_state_mod.f90'
quantity_files = '../../../assimilation_code/modules/observations/oned_quantities_mod.f90'
/

&obs_sequence_tool_nml
Expand Down
20 changes: 13 additions & 7 deletions models/lorenz_96/work/input.workshop.nml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
&probit_transform_nml
/

&algorithm_info_nml
qceff_table_filename = ''
/

&perfect_model_obs_nml
read_input_state_from_file = .true.,
single_file_in = .true.
Expand Down Expand Up @@ -89,7 +96,6 @@
# large for the model to converge. to test that the model is
# doing a successful assimilation, change cutoff to 0.02 and rerun.
&assim_tools_nml
filter_kind = 1,
cutoff = 1000000.0,
sort_obs_inc = .false.,
spread_restoration = .false.,
Expand Down Expand Up @@ -145,12 +151,12 @@
/

&preprocess_nml
overwrite_output = .true.,
input_obs_def_mod_file = '../../../observations/forward_operators/DEFAULT_obs_def_mod.F90',
output_obs_def_mod_file = '../../../observations/forward_operators/obs_def_mod.f90',
input_obs_kind_mod_file = '../../../assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90',
output_obs_kind_mod_file = '../../../assimilation_code/modules/observations/obs_kind_mod.f90',
input_files = '../../../observations/forward_operators/obs_def_1d_state_mod.f90',
input_obs_def_mod_file = '../../../observations/forward_operators/DEFAULT_obs_def_mod.F90'
output_obs_def_mod_file = '../../../observations/forward_operators/obs_def_mod.f90'
input_obs_qty_mod_file = '../../../assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90'
output_obs_qty_mod_file = '../../../assimilation_code/modules/observations/obs_kind_mod.f90'
obs_type_files = '../../../observations/forward_operators/obs_def_1d_state_mod.f90'
quantity_files = '../../../assimilation_code/modules/observations/oned_quantities_mod.f90'
/

&obs_sequence_tool_nml
Expand Down
Loading