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

Add 3-moment option for NSSL cloud microphysics #1924

Merged
merged 26 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
30e2a87
Update FV3 path
MicroTed Sep 23, 2023
563cb69
Updated FV3
MicroTed Sep 25, 2023
bef6092
Merge branch 'develop' into feature-nssl3m
MicroTed Sep 26, 2023
30fdb3b
Add -mcmodel=medium for builds targeting multiple cores (prevents li…
MicroTed Sep 29, 2023
4b4529d
Temporarily add RT results file
MicroTed Oct 2, 2023
cc0b278
Merge branch 'feature-nssl3m' of https://github.com/MicroTed/ufs-weat…
MicroTed Oct 2, 2023
9f49a0c
removed extraneous log file
MicroTed Oct 2, 2023
a4ca49c
Update FV3 commit level
MicroTed Oct 11, 2023
b365176
Merge remote-tracking branch 'origin/develop' into feature-nssl3m
MicroTed Oct 12, 2023
fee3652
Merge remote-tracking branch 'origin/develop' into feature-nssl3m
MicroTed Oct 23, 2023
fde6e46
update FV3
MicroTed Oct 26, 2023
4ee4d65
Merge remote-tracking branch 'origin/develop' into feature-nssl3m
MicroTed Oct 26, 2023
e89b4ca
Updated FV3/ccpp/physics (NSSL MP)
MicroTed Oct 29, 2023
44caa4a
Update FV3
MicroTed Nov 2, 2023
677497a
Merge branch 'develop' into feature-nssl3m
MicroTed Nov 2, 2023
26da700
update FV3
MicroTed Nov 2, 2023
065c43f
Update bl_date.conf
zach1221 Nov 2, 2023
02b3f7b
Fix commit point of FV3/atmos_cubed_sphere
MicroTed Nov 2, 2023
8334f5c
add hera RT log: passed
jkbk2004 Nov 3, 2023
8f219cb
add jet RT logs: passed
zach1221 Nov 3, 2023
f99b1a5
add gaea RT logs: passed
zach1221 Nov 3, 2023
a91c1b3
add orion RT logs: passed
zach1221 Nov 3, 2023
2019f7f
add hercules RT logs: passed
zach1221 Nov 3, 2023
1dcc0c3
WCOSS2 RT Log
BrianCurtis-NOAA Nov 3, 2023
0577449
Acorn RT Log
BrianCurtis-NOAA Nov 6, 2023
eea56c7
Update to EMC FV3/develop
MicroTed Nov 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 change: 1 addition & 0 deletions cmake/Intel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ else()
elseif(SIMDMULTIARCH)
set(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE} -axSSE4.2,CORE-AVX2")
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -axSSE4.2,CORE-AVX2")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -mcmodel=medium")
elseif(AVX)
set(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE} -march=core-avx-i")
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -march=core-avx-i")
Expand Down
2 changes: 1 addition & 1 deletion tests/bl_date.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export BL_DATE=20231024
export BL_DATE=20231102
1,670 changes: 859 additions & 811 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

1,516 changes: 758 additions & 758 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

2,084 changes: 1,042 additions & 1,042 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

1,995 changes: 997 additions & 998 deletions tests/logs/RegressionTests_hercules.log

Large diffs are not rendered by default.

1,352 changes: 676 additions & 676 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

1,674 changes: 839 additions & 835 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

1,356 changes: 678 additions & 678 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.