-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a new CDEPS test to use GSFv16 data mode in CDEPS ,update rt_weekly.conf and update MOM6 to main branch (20211220) #976
Merged
binli2337
merged 20 commits into
ufs-community:develop
from
binli2337:add_cfsr_3072x1536
Dec 29, 2021
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fe31b3a
added a new cdeps test using GFS data mode
binli2337 b1bde3e
update rt_weekly.conf to include cpld_bmark_p7_35d tests
binli2337 6b23de1
Merge branch 'ufs-community:develop' into add_cfsr_3072x1536
binli2337 fdcc0a2
modify cpld_bmark_p7_35d
binli2337 2cf244b
update rt.sh
binli2337 7ff53b5
modify tests/datm_cdeps_3072x1536_cfsr
binli2337 e62d800
Merge branch 'ufs-community:develop' into add_cfsr_3072x1536
binli2337 1a02498
modify datm_cdeps_3072x1536_cfsr
binli2337 15ebc55
Merge branch 'ufs-community:develop' into add_cfsr_3072x1536
binli2337 517a286
Merge branch 'ufs-community:develop' into add_cfsr_3072x1536
binli2337 415c61f
pointing MOM6 to testing branch, modify MOM6 cmake file to reflect ch…
jiandewang 31909af
modify datm_cdeps_3072x1536_cfsr
binli2337 205b5b0
add hera.intel log file
binli2337 0fd862f
add orion.intel log file
binli2337 5966b92
add jet.intel log file
binli2337 54417e5
RT JOBS PASSED: hera.gnu. Log file uploaded.
BrianCurtis-NOAA e37f3d2
RT JOBS PASSED: gaea.intel. Log file uploaded.
BrianCurtis-NOAA 19fcad3
RT JOBS PASSED: hera.gnu. Log file uploaded.
BrianCurtis-NOAA 11b973e
add wcoss_dell_p3 log file
binli2337 fb021c1
update MOM6 and .gitmodules
binli2337 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Submodule MOM6
updated
6 files
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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,28 @@ | ||
# | ||
# DATM_CDEPS_MOM6_CICE_CMEPS_CFSR_3072x1536 test | ||
# | ||
|
||
export TEST_DESCR="DATM_CDEPS-MOM6-CICE-CMEPS_CFSR_3072x1536 - control " | ||
|
||
export CNTL_DIR="datm_cdeps_3072x1536_cfsr" | ||
|
||
export LIST_FILES="RESTART/MOM.res.nc \ | ||
RESTART/iced.2011-10-02-00000.nc \ | ||
RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc" | ||
|
||
export_datm_cdeps | ||
export DATM_SRC="CFSR3072x1536" | ||
export FILENAME_BASE='cfsr.' | ||
export WLCLK=15 | ||
export IATM=3072 | ||
export JATM=1536 | ||
export ATM_NX_GLB=$IATM | ||
export ATM_NY_GLB=$JATM | ||
export ATMRES=3072x1536 | ||
export mesh_file=gfs_mesh.nc | ||
export MESH_ATM=DATM_INPUT/${mesh_file} | ||
export atm_datamode=GFS | ||
export RESTART_N=12 | ||
export stream_files="DATM_INPUT/cfsr.2011100100_3072x1536.nc DATM_INPUT/cfsr.2011100106_3072x1536.nc DATM_INPUT/cfsr.2011100112_3072x1536.nc DATM_INPUT/cfsr.2011100118_3072x1536.nc DATM_INPUT/cfsr.2011100200_3072x1536.nc" | ||
export eps_imesh='2.5e-1' | ||
export FV3_RUN=cpld_datm_cdeps.IN |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to change to DAYS=1 and FHMAX=24? If commented out, what values are used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DAYS=1