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

ufs-dev-PR30a #90

Merged
merged 24 commits into from
Mar 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e50f701
Bring in calculations for point source emissions in AQM (#1560)
BrianCurtis-NOAA Jan 9, 2023
de1546f
Faster, safer, compilation options targeted for HAFS operational upgr…
SamuelTrahanNOAA Jan 12, 2023
e051e0e
HAFSv1 needed HYCOM, UPP, g2tmpl, ugwp, and moving nesting related up…
BinLiu-NOAA Jan 17, 2023
c5badea
Compile CICE with safe CPU instructions (#1563)
DavidHuber-NOAA Jan 20, 2023
70de7ef
update CICE with latest consortium/main (#1562)
DeniseWorthen Jan 23, 2023
863ffdd
Create ESMF field attributes using the same kind as field data values…
DusanJovic-NOAA Jan 25, 2023
0febb7f
Platform-594 AutoRT Jenkins (#1580)
kbooker79 Jan 26, 2023
c22aaad
Bug fix for cloud effective radius for convective clouds (HR1) (#1582)
ChunxiZhang-NOAA Jan 30, 2023
130f857
update CMEPS (#1570)
DeniseWorthen Feb 1, 2023
30b847d
RRTMGP refactoring (#1571)
Feb 7, 2023
0c8e74c
Hpc stack update (Issue 1465) (#1596)
zach1221 Feb 9, 2023
16277fa
(1) update MOM6 to 20230206 main branch (2) remove cpld_esmfthread_P8…
jiandewang Feb 14, 2023
74ec1da
Six new winter weather diagnostics, new precip ice density for RUC, N…
ericaligo-NOAA Feb 17, 2023
08b9831
Switch submodules
Mar 16, 2023
0455114
Merge commit '74ec1da74ee8a4fdf2989f7d43e6c775559ce284' into ufs-dev-…
Mar 16, 2023
01b0300
Fix missed change in merge.
Mar 16, 2023
bcfe7dd
Update baseline date
Mar 16, 2023
0d43992
[AutoRT] cheyenne.gnu Job Completed.
Mar 16, 2023
0c05502
[AutoRT] hera.gnu Job Completed.
Mar 17, 2023
4469d3b
[AutoRT] hera.intel Job Completed.
Mar 17, 2023
7d550f0
cheyenne.intel Job Completed
Mar 17, 2023
7172c71
Merge branch 'ufs-dev-PR30a' of github.com:dustinswales/ufs-weather-m…
Mar 17, 2023
d8fd81c
Revert submodules
Mar 17, 2023
991aed9
Merge branch 'ufs-dev-PR30a' of https://github.com/dustinswales/ufs-w…
Mar 17, 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
Prev Previous commit
Next Next commit
Bug fix for cloud effective radius for convective clouds (HR1) (ufs-c…
…ommunity#1582)

* Bug fix for cloud effective radius for convective clouds (HR1)
ChunxiZhang-NOAA authored Jan 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c22aaadfb8dafb5687e2f3bf6416e8f11e3f9a1d
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
1,216 changes: 608 additions & 608 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

538 changes: 269 additions & 269 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,682 changes: 847 additions & 835 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,652 changes: 826 additions & 826 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

638 changes: 325 additions & 313 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,682 changes: 841 additions & 841 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,540 changes: 770 additions & 770 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,688 changes: 844 additions & 844 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

1,066 changes: 533 additions & 533 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
@@ -445,7 +445,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20230120
BL_DATE=20230126

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