File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
components/eamxx/cime_config/testdefs/testmods_dirs/eamxx/hremap_nudged Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 760
760
"SMS.ne30pg2_EC30to60E2r2.WCYCLXX2010" ,
761
761
"ERS_Ln90.ne30pg2_ne30pg2.F2010-SCREAMv1.eamxx-L128--eamxx-sl_nsubstep2" ,
762
762
"ERS.ne30pg2_ne30pg2.F2010-SCREAMv1.eamxx-prod" ,
763
+ "SMS.ne30pg2_ne30pg2.F2010-SCREAMv1.eamxx-hremap_nudged" ,
763
764
)
764
765
},
765
766
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments