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

Bugfix for convection (prog closure) and gravity wave drag (for stochastic perturbations) needed for GFS/GEFS prototypes #1677

Merged
merged 25 commits into from
Apr 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
750a147
Update submodule pointers for FV3 and ccpp/physics
lisa-bengtsson Mar 24, 2023
f891224
update submodule pointer for FV3
lisa-bengtsson Mar 24, 2023
546be7e
update submodule pointer to FV3
lisa-bengtsson Mar 24, 2023
6872211
Update submodule pointer for FV3
lisa-bengtsson Apr 3, 2023
fdf7f2f
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
lisa-bengtsson Apr 3, 2023
4d0eb02
hera log
lisa-bengtsson Apr 3, 2023
ed3af2a
update tests/RegressionTests_hera.intel.log to avoid merge conflict
lisa-bengtsson Apr 4, 2023
769a087
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
lisa-bengtsson Apr 4, 2023
5ad44de
Update logfile to avoid merge conflict
lisa-bengtsson Apr 5, 2023
5a01e6a
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
lisa-bengtsson Apr 5, 2023
e4b0f2b
Update submodule pointer to FV3 and ccpp/physics to include merged in…
lisa-bengtsson Apr 5, 2023
7f9d75c
add new BL_DATE
jkbk2004 Apr 5, 2023
bd579e3
add hera intel.gnu RT logs: passed
jkbk2004 Apr 6, 2023
8fe182e
WCOSS2 Intel RT Log
BrianCurtis-NOAA Apr 6, 2023
dfa6760
[AutoRT] cheyenne.gnu Job Completed.
epic-cicd-jenkins Apr 6, 2023
da86d87
[AutoRT] cheyenne.intel Job Completed.
epic-cicd-jenkins Apr 6, 2023
e031993
Acorn Intel RT Log
BrianCurtis-NOAA Apr 6, 2023
0619437
add jet.intel RT log: passed
jkbk2004 Apr 6, 2023
2f8822b
add gaea.intel RT log: passed
jkbk2004 Apr 6, 2023
798eb80
add orion.intel RT log: passed
jkbk2004 Apr 6, 2023
68aa17d
update .gitmodules
lisa-bengtsson Apr 6, 2023
a6cdc08
Merge branch 'progc_HR2' of https://github.com/lisa-bengtsson/ufs-wea…
lisa-bengtsson Apr 6, 2023
8fd71b6
recovered logs and rt.sh
jkbk2004 Apr 6, 2023
ca19061
update submodule pointer to FV3
lisa-bengtsson Apr 6, 2023
dac882f
Merge branch 'progc_HR2' of https://github.com/lisa-bengtsson/ufs-wea…
lisa-bengtsson Apr 6, 2023
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
2 changes: 1 addition & 1 deletion FV3
1,334 changes: 667 additions & 667 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

434 changes: 217 additions & 217 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,358 changes: 679 additions & 679 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,388 changes: 663 additions & 725 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

580 changes: 296 additions & 284 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,598 changes: 840 additions & 758 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

6,290 changes: 3,071 additions & 3,219 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,390 changes: 695 additions & 695 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

1,154 changes: 577 additions & 577 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
fi


BL_DATE=20230401
BL_DATE=20230405

RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}

Expand Down