-
Notifications
You must be signed in to change notification settings - Fork 153
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
32-bit physics in FV3_RAP #930
Merged
SamuelTrahanNOAA
merged 26 commits into
NCAR:main
from
SamuelTrahanNOAA:sing_prec_from_main
Jul 19, 2022
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
213adc6
Update .gitmodules and submodule pointer for ccpp-physics for code re…
climbfuji a769f64
Interface changes in physics/aer_cloud.F to compile in single precision
climbfuji 35fdb06
Change working precision in physics/flake.F90 to support compiling ph…
climbfuji a35dfda
Interface changes in physics/rrtmgp_lw_cloud_sampling.F90 and physics…
climbfuji 82250de
Fix argument mismatch in w3nco subroutine calls
DusanJovic-NOAA 510b51c
All suites can compile 32-bit.
SamuelTrahanNOAA 0afd7d1
Merge commit '99f32c55b66160cfd75f5002d9b5ba7320e443a2' into i_hate_git
SamuelTrahanNOAA dbf9f51
merge 01e3d6b35c44b1f32abe8b294b414cc29b0ab554 (gsl fork)
SamuelTrahanNOAA d6978a2
Use max(...,1e-7) in 1-exner comparision for single precision
SamuelTrahanNOAA a0f46cb
flake gets its types from machine.F
SamuelTrahanNOAA 2c720da
module_mp_fer_hires gets its types from machine.F
SamuelTrahanNOAA 3ef025a
Merge commit '6e58242e1776b96db1297942f0ea6d961e7dde37' into i_hate_git
SamuelTrahanNOAA ad5a56f
merge 942f9adcef364f463158c7e7a097a97b4ddb76f7 (neptune 32-bit changes)
SamuelTrahanNOAA a9c97bb
Clean up machine.F and get rid of kind_evod & kind_rad
SamuelTrahanNOAA 02bae89
Merge commit '77bcfb1b39f7e737ccffee842031dae228240227' into i_hate_git
SamuelTrahanNOAA 9d7a3a5
Merge commit '1a9b050c342541b24638053dd7dcd60dd8653c7e' into i_hate_git
SamuelTrahanNOAA ddd21d3
Merge commit 'f25b5c402490835fe68d2693351d3e42cc3ed3cf' into i_hate_git
SamuelTrahanNOAA e775045
merge a35dfda1 (hopefully get all suites to compile)
SamuelTrahanNOAA 78caef9
point to sam's rte-rrtmgp
SamuelTrahanNOAA fe8b228
merge working_32bit
SamuelTrahanNOAA 855bf86
revert physics/aer_cloud.F to working_32bit version
SamuelTrahanNOAA d7a244f
point to authoritative repository for rte-rrtmgp
SamuelTrahanNOAA 8b21863
Merge remote-tracking branch 'community/main' into sing_prec_from_main
SamuelTrahanNOAA 70cdc31
correct a type mismatch in a call in module_sf_noahmplsm
SamuelTrahanNOAA 18e35c6
better names for new variables in physics/module_sf_noahmplsm.f90
SamuelTrahanNOAA 948471f
merge main and point to top of dtc/ccpp for physics/rte-rrtmgp
SamuelTrahanNOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@SamuelTrahanNOAA for clarity, can you change this to something like rphys_dummy or rphys_temporary? at first, I was trying to figure out how this was a temperature.
it might be even more clear to name this variable zolri_iteration and the one below as zolrib_iteration or something similar.
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.
Much better names. I just made that change.