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

Wrapper PR for #479, #508, #507: zorl interstitial, ocn -> wat, merra2 threading #520

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
48ff9c9
changed .gitmodules to point to merra2 fv3atm
AnningCheng-NOAA Mar 5, 2021
e6bc1e4
Merge remote-tracking branch 'upstream/develop' into merra2
AnningCheng-NOAA Mar 8, 2021
0c452b2
Merge remote-tracking branch 'upstream/develop' into merra2
AnningCheng-NOAA Mar 16, 2021
9e16346
Update .gitmodules and submodule pointer for fv3atm for code review a…
climbfuji Mar 17, 2021
5caadd8
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Mar 17, 2021
0e3cd46
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Mar 18, 2021
78091c8
Update .gitmodules and submodule pointer for fv3atm for code review a…
climbfuji Apr 2, 2021
bc72785
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Apr 2, 2021
28a7c93
Update submodule pointer for fv3atm
climbfuji Apr 2, 2021
a51e0c2
Update submodule pointer for fv3atm
climbfuji Apr 2, 2021
51aa856
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Apr 2, 2021
0f32da9
Update .gitmodules and submodule pointer for fv3atm for code review a…
climbfuji Apr 5, 2021
701b47b
Update submodule pointer for fv3atm
climbfuji Apr 5, 2021
15d82ea
Merge branch 'remove_zorl_interstitial' of https://github.com/climbfu…
climbfuji Apr 5, 2021
ed17853
Update submodule pointer for fv3atm
climbfuji Apr 5, 2021
61a5a66
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Apr 9, 2021
ccd25eb
update submodule pointer for fv3atm
climbfuji Apr 9, 2021
af0a5cf
Merge branch 'threading_aerosol_interp_noahmp_init' of https://github…
climbfuji Apr 14, 2021
40a549a
Merge branch 'rename_surface_composites_ocean_water' of https://githu…
climbfuji Apr 14, 2021
d34e398
Update regression test baseline date in tests/rt.sh; run-ci
climbfuji Apr 14, 2021
55b5da2
RT JOBS PASSED: hera.gnu. Log file uploaded.
BrianCurtis-NOAA Apr 14, 2021
d749cde
RT JOBS PASSED: gaea.intel. Log file uploaded.
BrianCurtis-NOAA Apr 15, 2021
bda91bb
RT JOBS PASSED: hera.intel. Log file uploaded.
BrianCurtis-NOAA Apr 15, 2021
fe56d07
RT JOBS PASSED: orion.intel. Log file uploaded.
BrianCurtis-NOAA Apr 15, 2021
da111fd
Regression test logs for wcoss_dell_p3 and wcoss_cray
climbfuji Apr 15, 2021
36a0b58
Merge branch 'zorl_ocnwat_merra2_combined' of https://github.com/clim…
climbfuji Apr 15, 2021
ed99efb
Regression test logs for cheyenne.gnu
climbfuji Apr 15, 2021
bb0d1f9
Regression test logs for cheyenne.intel
climbfuji Apr 15, 2021
43758b4
Regression test log for jet.intel
climbfuji Apr 15, 2021
882fe33
Revert change to .gitmodules and update submodule pointer for fv3atm
climbfuji Apr 15, 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
2 changes: 1 addition & 1 deletion FV3
200 changes: 100 additions & 100 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

672 changes: 336 additions & 336 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

622 changes: 311 additions & 311 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

202 changes: 101 additions & 101 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

698 changes: 349 additions & 349 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

524 changes: 200 additions & 324 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

698 changes: 349 additions & 349 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

444 changes: 222 additions & 222 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

783 changes: 444 additions & 339 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 @@ -413,7 +413,7 @@ if [[ $TESTS_FILE =~ '35d' ]]; then
TEST_35D=true
fi

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