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

lateral boundary fix for regional runs #1050

Merged
merged 22 commits into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c1b4b01
Attempt to point at my latest code.
Feb 10, 2022
bc08089
Merge remote-tracking branch 'origin' into feature/devemc_lbcfix
MatthewPyle-NOAA Feb 10, 2022
835de32
Adds orion regression test
MatthewPyle-NOAA Feb 12, 2022
9c3bc88
Adds Dell p3 regression test summary
MatthewPyle-NOAA Feb 15, 2022
86990f0
Merge remote-tracking branch 'origin/develop' into feature/devemc_lbcfix
MatthewPyle-NOAA Feb 15, 2022
577b9bb
Merge remote-tracking branch 'origin/develop' into feature/devemc_lbcfix
MatthewPyle-NOAA Feb 16, 2022
4537cee
Updates to my feature/devemc_lbcfix branch of atmos_cubed_sphere
MatthewPyle-NOAA Feb 16, 2022
ce95d0f
Merge remote-tracking branch 'origin/develop' into feature/devemc_lbcfix
MatthewPyle-NOAA Feb 22, 2022
00571f0
Merge remote-tracking branch 'origin/develop' into feature/devemc_lbcfix
MatthewPyle-NOAA Feb 24, 2022
3ad2330
Merge remote-tracking branch 'origin/develop' into feature/devemc_lbcfix
MatthewPyle-NOAA Feb 24, 2022
82881d5
Brings in GOCART update lost in a previous merge.
MatthewPyle-NOAA Feb 24, 2022
1405d3c
Updates BL_DATE in rt.sh to 20220224
MatthewPyle-NOAA Feb 24, 2022
96f3d7e
[AutoRT] cheyenne.gnu Job Completed.
BrianCurtis-NOAA Feb 24, 2022
5a97c6a
add wcoss_cray log
DeniseWorthen Feb 24, 2022
91704e6
add wcoss_dell_p3 log
DeniseWorthen Feb 24, 2022
33ae5b1
[AutoRT] cheyenne.intel Job Completed.
BrianCurtis-NOAA Feb 25, 2022
d2e4611
[AutoRT] orion.intel Job Completed.
BrianCurtis-NOAA Feb 25, 2022
d14984b
[AutoRT] gaea.intel Job Completed.
BrianCurtis-NOAA Feb 25, 2022
c6b98b8
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA Feb 25, 2022
950fa4b
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA Feb 25, 2022
5f44932
add jet.intel log
DeniseWorthen Feb 25, 2022
0fba357
points at merged fv3atm
MatthewPyle-NOAA Feb 25, 2022
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
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
# url = https://github.com/NOAA-EMC/fv3atm
# branch = develop
url = https://github.com/MatthewPyle-NOAA/fv3atm
branch = feature/devemc_lbcfix
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 2 files
+4 −2 .gitmodules
+1 −1 atmos_cubed_sphere
318 changes: 159 additions & 159 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,012 changes: 506 additions & 506 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

992 changes: 496 additions & 496 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

322 changes: 161 additions & 161 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,024 changes: 512 additions & 512 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

967 changes: 491 additions & 476 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,012 changes: 506 additions & 506 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

662 changes: 331 additions & 331 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,026 changes: 513 additions & 513 deletions tests/RegressionTests_wcoss_dell_p3.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 @@ -485,7 +485,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220222
BL_DATE=20220224
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down