We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc2798 commit 7cd2a36Copy full SHA for 7cd2a36
components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/hremap_nudged/shell_commands
@@ -5,8 +5,9 @@ input_data_dir=$(./xmlquery --value DIN_LOC_ROOT)
5
atmchange=$cime_root/../components/eamxx/scripts/atmchange
6
case_name=$(./xmlquery --value CASE)
7
8
-$atmchange -b nudging::nudging_filenames_patterns="${input_data_dir}/atm/scream/hremap_nudging/output*.nc"
+$atmchange -b physics::atm_procs_list+="nudging"
9
10
+$atmchange -b nudging::nudging_filenames_patterns="${input_data_dir}/atm/scream/hremap_nudging/output*.nc"
11
$atmchange -b nudging::source_pressure_type=TIME_DEPENDENT_3D_PROFILE
12
$atmchange -b nudging::nudging_fields=U,V
13
$atmchange -b nudging::nudging_timescale=21600
0 commit comments