Skip to content

Commit

Permalink
Merge branch 'mahf708/eam/sathis' (PR E3SM-Project#6641)
Browse files Browse the repository at this point in the history
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 E3SM-Project#6543

[BFB]
  • Loading branch information
rljacob authored Sep 30, 2024
2 parents b12eb68 + 9a66d99 commit 76d797e
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 95 deletions.
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=2018-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/satellite_profilelist_orcas_to_socrates_c190208.nc'
sathist_hfilename_spec = '%c.eam.h9.sathist.%y-%m-%d-%s.nc'
sathist_nclosest = 1
sathist_ntimestep = 1
sathist_fincl = 'T', 'PS'
Loading

0 comments on commit 76d797e

Please sign in to comment.