Skip to content

Commit

Permalink
fix: v11 (qceff) version of input.workshop.nml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Jan 2, 2025
1 parent bddda57 commit 56e2cb8
Showing 1 changed file with 13 additions and 6 deletions.
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

0 comments on commit 56e2cb8

Please sign in to comment.