forked from E3SM-Project/E3SM
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mahf708/eam/sathis' (PR E3SM-Project#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 E3SM-Project#6543 [BFB]
- Loading branch information
Showing
5 changed files
with
207 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
components/eam/cime_config/testdefs/testmods_dirs/eam/sathist_F2010/readme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
components/eam/cime_config/testdefs/testmods_dirs/eam/sathist_F2010/shell_commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
./xmlchange RUN_STARTDATE=2018-01-01 |
7 changes: 7 additions & 0 deletions
7
components/eam/cime_config/testdefs/testmods_dirs/eam/sathist_F2010/user_nl_eam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Oops, something went wrong.