Skip to content

Commit 76d797e

Browse files
authored
Merge branch 'mahf708/eam/sathis' (PR #6641)
Ressurecting a long-forgotten capability to output variable along ship/flight tracks, and adding a test to (weakly try to) ensure it doesn't break again. Fixes #6543 [BFB]
2 parents b12eb68 + 9a66d99 commit 76d797e

File tree

5 files changed

+207
-95
lines changed

5 files changed

+207
-95
lines changed

cime_config/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
"REP_Ln5.ne4pg2_oQU480.F2010",
208208
"SMS_Ld3.ne4pg2_oQU480.F2010.eam-thetahy_sl_pg2_mass",
209209
"ERP_Ld3.ne4pg2_ne4pg2.FIDEAL.allactive-pioroot1",
210+
"ERS_Ld5.ne4pg2_oQU480.F2010.eam-sathist_F2010",
210211
)
211212
},
212213

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test for sat hist capability components/eam/src/control/sat_hist.F90
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
./xmlchange RUN_STARTDATE=2018-01-01
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
&satellite_options_nl
2+
sathist_mfilt = 10000,
3+
sathist_track_infile = '$DIN_LOC_ROOT/atm/waccm/sat/satellite_profilelist_orcas_to_socrates_c190208.nc'
4+
sathist_hfilename_spec = '%c.eam.h9.sathist.%y-%m-%d-%s.nc'
5+
sathist_nclosest = 1
6+
sathist_ntimestep = 1
7+
sathist_fincl = 'T', 'PS'

0 commit comments

Comments
 (0)