-
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
Update CDEPS submodule and CDEPS tests #599
Merged
binli2337
merged 13 commits into
ufs-community:develop
from
binli2337:feature/cdeps_tests
May 26, 2021
Merged
Changes from 4 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
9def9dc
* Point CDEPS to develop branch of NOAA-EMC/CDEPS
binli2337 0c00e4f
update rt.sh and rt.conf
binli2337 03f8a42
add RegressionTests_wcoss_dell_p3.log
binli2337 7584d31
update rt_35d.conf
binli2337 38d0946
update rt_35d.conf
binli2337 07700f6
add RegressionTests_hera.intel.log
binli2337 4fe09cd
update rt_gnu.conf
binli2337 6d6e9a9
RT JOBS PASSED: gaea.intel. Log file uploaded.
BrianCurtis-NOAA 61786e5
RT JOBS PASSED: cheyenne.gnu. Log file uploaded.
BrianCurtis-NOAA 9447697
update compile.sh
binli2337 430895a
RT JOBS PASSED: cheyenne.intel. Log file uploaded.
BrianCurtis-NOAA 39d6b36
add RegressionTests_jet.intel.log
binli2337 ccaa2d9
add RegressionTests_orion.intel.log
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 CDEPS
updated
15 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
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.
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 |
---|---|---|
|
@@ -149,12 +149,18 @@ if [[ "${MAKE_OPT}" == *"APP=S2SW"* ]]; then | |
CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=S2SW -DMOM6SOLO=ON" | ||
fi | ||
|
||
if [[ "${MAKE_OPT}" == *"APP=DATM"* ]]; then | ||
CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=DATM" | ||
fi | ||
|
||
if [[ "${MAKE_OPT}" == *"APP=DATM_NEMS"* ]]; then | ||
CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=DATM_NEMS" | ||
#if [[ "${MAKE_OPT}" == *"APP=DATM"* ]]; then | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we remove the commented lines 152-154 and 159-161 ? |
||
# CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=DATM" | ||
#fi | ||
if [[ "${MAKE_OPT}" == *"APP=NG-GODAS"* ]]; then | ||
CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=NG-GODAS" | ||
fi | ||
|
||
#if [[ "${MAKE_OPT}" == *"APP=DATM_NEMS"* ]]; then | ||
# CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=DATM_NEMS" | ||
#fi | ||
if [[ "${MAKE_OPT}" == *"APP=NG-GODAS-NEMSDATM"* ]]; then | ||
CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=NG-GODAS-NEMSDATM" | ||
fi | ||
|
||
CMAKE_FLAGS=$(trim "${CMAKE_FLAGS}") | ||
|
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
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.
No changes have been made in the NEMS driver to switch these names---it will still use "FRONT_NEMS_DATM" and "FRONT_CDEPS_DATM" which then asks for "model" names
nems_datm
ordatm
. It seems we're introducing a lot of inconsistency.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.
@DeniseWorthen You are correct.
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.
@DeniseWorthen My understanding is that this is actually to avoid confusion. in NEMS driver we specify the subcomponent models, not the applications names. Using DATM or NEMS_DATM for both subcomponent and application names could be confusing. Here the NG_GODAS is application name, this application will still define the subcomponents DATM (cdeps datm), MOM6 and CICE6 etc. While before we use DATM as application name and use DATM also as DATM subcomponent along with other subcomponents.
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.
Are both
NG-GODAS
andNG-GODAS-NEMSDATM
needed? What's the difference?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.
NG-GODAS refers to "mom6_cice6_cdeps_datm" application.
NG-GODAS-NEMSDATM refers to "mom_6_cice6_nems_datm" application.
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.
OK. But do we need both? Didn't we switch to CDEPS, why do we need nems? Are the results different when CDEPS is used compared to NEMS? Are different atm data 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.
In the future, NEMS_DATM will be removed from ufs-weather-model. See a related issue at #565.
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.
@junwang-noaa I see, thanks. I do see how DATM is being used two ways (app and component) so this is probably better.