Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cime_config/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"REP_Ln5.ne4pg2_oQU480.F2010",
"SMS_Ld3.ne4pg2_oQU480.F2010.eam-thetahy_sl_pg2_mass",
"ERP_Ld3.ne4pg2_ne4pg2.FIDEAL.allactive-pioroot1",
"ERS_Ld5.ne4pg2_oQU480.F2010.eam-sathist_F2010",
)
},

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test for sat hist capability components/eam/src/control/sat_hist.F90
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./xmlchange RUN_STARTDATE=2015-01-01
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
&satellite_options_nl
sathist_mfilt = 10000,
sathist_track_infile = '$DIN_LOC_ROOT/atm/waccm/sat/sathist_master_19700410-20150419_c20150616.nc'
sathist_hfilename_spec = '%c.eam.h9.sathist.%y-%m-%d-%s.nc'
sathist_nclosest = 1
sathist_ntimestep = 1
sathist_fincl = 'T', 'PS'
Loading