-
Notifications
You must be signed in to change notification settings - Fork 250
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
To update FV3 dynamic core to the GFDL 201912 released version #58
Changes from all commits
38de896
24e915f
0403d22
de0392c
73fd25d
2b12849
c57aad0
dc370ae
698f3e6
708e460
6b4e601
c4a351d
55b6ba1
2c33839
cc82f8c
b1e168a
af020dd
985a0bd
081109b
a5e29dd
0ddf6df
d993d2a
3a9c1ab
60ddf0e
fee9ce2
cb1e90d
8d3bc8e
c52fdef
da0e33a
fc17238
05f96a6
81495d5
757c648
8bdacb1
37ccd2f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
+1 −1 | CMakeLists.txt | |
+1 −1 | atmos_cubed_sphere | |
+5 −5 | atmos_model.F90 | |
+1 −1 | ccpp/physics |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ option(VERBOSE "Enable VERBOSE mode" OFF) | |
option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF) | ||
option(OPENMP "Enable OpenMP threading" ON) | ||
option(AVX2 "Enable AVX2 instruction set" OFF) | ||
option(QUAD_PRECISION "Enable QUAD_PRECISION (for certain grid metric terms in dycore)" ON) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Has anyone tested this new FMS release / quad precision flag with GNU (on cheyenne, or generic linux, or generic macOS)? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't run this version with GNU compiler. If there are issues, we must fix them in the next PR. |
||
|
||
option(INLINE_POST "Enable inline post" OFF) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is there no
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see it further down, why not make the same change as for GNU and PGI?