Skip to content
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 with fv3 & ccpp/physics updates in order to turn the NSST model on in the coupled model (Replace PR #453) #483

Merged
merged 19 commits into from
Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
482dd64
point to fv3 branch
XuLi-NOAA Mar 25, 2021
dad728f
Add one more test cpld_control_nsst to test added ccpp suite (FV3_GFS…
XuLi-NOAA Mar 25, 2021
48c414f
Modify rt.conf to add FV3_GFS_v15p2_couplednsst
XuLi-NOAA Mar 29, 2021
9c7e5b8
Modify rt.conf to add a new test, cpld_bmarkfrac_v16_nsst, remove te…
XuLi-NOAA Mar 29, 2021
c73d62b
merge to the develop branch in ufs-weather-model
XuLi-NOAA Mar 31, 2021
0dc1d1e
Remove the "," after FV3_GFS_v16_couplednsst in rt.conf
XuLi-NOAA Mar 31, 2021
e060e17
Modify tests/tests/cpld_bmarkfrac_v16_nsst: 1. cpld_bmarkfrac_v16 to …
XuLi-NOAA Mar 31, 2021
f922305
Modify input.benchmark_v16.nml.IN & cpld_bmarkfrac_v16_nsst for a con…
XuLi-NOAA Mar 31, 2021
8993cf2
merge to the develop branch in ufs-weather-model
XuLi-NOAA Mar 31, 2021
2f6fb4d
Modify cpld_bmarkfrac_v16_nsst by moving the NSTF_NAME to the nameli…
XuLi-NOAA Apr 1, 2021
5a0f6d2
merge to the develop branch in ufs-weather-model
XuLi-NOAA Apr 5, 2021
2af3f31
remove tests/tests/cpld_control_nsst since it has been replaced by cp…
XuLi-NOAA Apr 6, 2021
6d4e019
Change BL_DATE to be: develop-20210406
XuLi-NOAA Apr 6, 2021
b465ef7
RegressionTests_orion.intel.log of the rt run and BL_DATE=20210406 in…
XuLi-NOAA Apr 7, 2021
7d0b2c9
RT JOBS PASSED: hera.intel. Log file uploaded.
BrianCurtis-NOAA Apr 8, 2021
c5842b9
run-ci, commit 7 RegressionTest log files
XuLi-NOAA Apr 8, 2021
127fa9a
Push RegressionTests_wcoss_dell_p3.log
XuLi-NOAA Apr 8, 2021
afed340
Update .gitmodules back to develop
XuLi-NOAA Apr 8, 2021
fda9a8b
Update FV3
XuLi-NOAA Apr 8, 2021
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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/XuLi-NOAA/fv3atm
branch = feature/ufs-nst
[submodule "NEMS"]
path = NEMS
url = https://github.com/NOAA-EMC/NEMS
Expand Down
2 changes: 1 addition & 1 deletion FV3
3 changes: 2 additions & 1 deletion tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ RUN | fv3_gfs_v16_ras_debug
# CPLD tests #
###################################################################################################################################################################################

COMPILE | APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled | - wcoss_cray jet.intel | fv3 |
COMPILE | APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled,FV3_GFS_v15p2_couplednsst | - wcoss_cray jet.intel | fv3 |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you please add a GFSv16 coupled case as coupled P6 already moved to GFSv16_coupled? We may remove the old configures soon.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean to add one ccpp suite, like FV3_GFS_v16_couplednsst, since FV3_GFS_v15p2_coupled will be removed soon.

If yes, I can create a ccpp suite, FV3_GFS_v16_couplednsst, based on FV3_GFS_v16_coupled, as I did for FV3_GFS_v15p2_couplednsst. But a test is required to deliver FV3_GFS_v16_couplednsst.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XuLi-NOAA Please close PR #453 since it has been replaced by PR #483.

PR #453 closed since it has been replaced by # 483

RUN | cpld_control | - wcoss_cray jet.intel | fv3 |
RUN | cpld_control_nsst | - wcoss_cray jet.intel | fv3 |
RUN | cpld_restart | - wcoss_cray jet.intel | | cpld_control
RUN | cpld_controlfrac | - wcoss_cray jet.intel | fv3 |
RUN | cpld_restartfrac | - wcoss_cray jet.intel | | cpld_controlfrac
Expand Down