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

Physics cleanup #67

Merged
merged 39 commits into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
43af5b8
Point to FV3 branch with physics changes
dustinswales Aug 29, 2022
3cb5438
FOund bug in ccpp-physics metadata. RTs passing
Sep 12, 2022
8afdf03
Update RTs and FV3/ccpp-physics
Sep 21, 2022
1808d96
Update FV3
Sep 21, 2022
01899a7
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
Sep 21, 2022
0c34c38
Updated FV3/ccpp-physics
Sep 26, 2022
9f07be0
Merge branch 'main' of https://github.com/NCAR/ufs-weather-model into…
Sep 26, 2022
d7f1dce
Merge branch 'main' of https://github.com/NCAR/ufs-weather-model into…
Oct 3, 2022
f40de3f
[AutoRT] hera.gnu Job Completed.
Oct 4, 2022
90404b7
[AutoRT] cheyenne.gnu Job Completed.
Oct 5, 2022
04b4ae9
Update fv3atm
Oct 27, 2022
82fc3d2
Merge branch 'main' of https://github.com/NCAR/ufs-weather-model into…
Oct 27, 2022
dbd34b7
Changes to fv3/ccpp-physics metadata to accommodate standard_name rules.
Oct 27, 2022
b8df1c3
Merge branch 'main' of https://github.com/NCAR/ufs-weather-model into…
Nov 2, 2022
f8ff894
Updated FV3/ccpp-physics.
Nov 2, 2022
367c8ad
Updated FV3
Nov 22, 2022
93d1b0d
Merge branch 'main' of https://github.com/NCAR/ufs-weather-model into…
Nov 22, 2022
77c7a18
Omission from previous commit
Nov 22, 2022
7785cee
Move declaration to init in FV3/ccpp-physics.
Nov 22, 2022
e91b85e
Sync FV3.
Dec 19, 2022
9756b81
Merge branch 'main' of https://github.com/NCAR/ufs-weather-model into…
Dec 19, 2022
8f49a30
Update FV3 physics
Dec 20, 2022
5dd6652
Updated FV3/ccpp-physics
dustinswales Jan 18, 2023
32c8e62
Merge branch 'main' of https://github.com/NCAR/ufs-weather-model into…
dustinswales Jan 18, 2023
f6681c6
Updated FV3
Jan 31, 2023
7d92426
Merge branch 'main' of https://github.com/NCAR/ufs-weather-model into…
Jan 31, 2023
7d74b1a
[AutoRT] cheyenne.gnu Job Completed.
Feb 1, 2023
a0874b2
[AutoRT] hera.gnu Job Completed.
Feb 1, 2023
a8c7f82
[AutoRT] cheyenne.intel Job Completed.
Feb 1, 2023
ecbb4b1
Update BL_DATE
Feb 1, 2023
f6c326e
[AutoRT] hera.gnu Job Completed.
Feb 1, 2023
d9fd213
[AutoRT] hera.intel Job Completed.
Feb 1, 2023
002f644
Revert some changes.
Feb 2, 2023
76c11b9
Merge branch 'accumulated_cleanup' of https://github.com/dustinswales…
Feb 2, 2023
209abba
[AutoRT] cheyenne.gnu Job Completed.
Feb 7, 2023
2b6f9b1
[AutoRT] cheyenne.intel Job Completed.
Feb 8, 2023
46ffd86
Remove local directory from rt.ncar.sh
Feb 8, 2023
c14a5c5
Merge branch 'accumulated_cleanup' of https://github.com/dustinswales…
Feb 8, 2023
a56a07d
Revert submodules
Feb 8, 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
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/NCAR/fv3atm
branch = main
url = https://github.com/dustinswales/fv3atm
branch = accumulated_cleanup
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
422 changes: 211 additions & 211 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,798 changes: 890 additions & 908 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

422 changes: 211 additions & 211 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,306 changes: 653 additions & 653 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion tests/rt.ncar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then
PARTITION=
dprefix=/glade/scratch
DISKNM=/glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT
dprefix=/glade/scratch/dswales
STMP=$dprefix
PTMP=$dprefix
SCHEDULER=pbs
Expand Down Expand Up @@ -444,7 +445,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20230119
BL_DATE=20230201

RTPWD=${RTPWD:-$DISKNM/NCAR/main-${BL_DATE}/${RT_COMPILER^^}}

Expand Down