Skip to content

Commit 6cc2798

Browse files
committed
EAMxx: add test for hremap nudging
1 parent 4631719 commit 6cc2798

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

cime_config/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@
760760
"SMS.ne30pg2_EC30to60E2r2.WCYCLXX2010",
761761
"ERS_Ln90.ne30pg2_ne30pg2.F2010-SCREAMv1.eamxx-L128--eamxx-sl_nsubstep2",
762762
"ERS.ne30pg2_ne30pg2.F2010-SCREAMv1.eamxx-prod",
763+
"SMS.ne30pg2_ne30pg2.F2010-SCREAMv1.eamxx-hremap_nudged",
763764
)
764765
},
765766

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
3+
cime_root=$(./xmlquery --value CIMEROOT)
4+
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"
9+
10+
$atmchange -b nudging::source_pressure_type=TIME_DEPENDENT_3D_PROFILE
11+
$atmchange -b nudging::nudging_fields=U,V
12+
$atmchange -b nudging::nudging_timescale=21600
13+
$atmchange -b nudging::nudging_refine_remap_mapfile="${input_data_dir}/atm/scream/maps/map_ne4pg2_to_ne30pg2_nco_c20241108.nc"

0 commit comments

Comments
 (0)