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.
Upgrade to RRTMGP v1.7 from previous v1.6.
Needs @RRTMGP to be at v1.7.
This should be 0-diff for a default RRTMG run, but please check.
It will be non-0-diff for an RRTMGP run.
v1.7 has various improvements (see @RRTMG) including some numerics improvements.
Under v1.7 RRTMGP can now be run in Single Precision mode with the option below:
./parallel_build.csh -- -DRRTMGP_SINGLE_PRECISION=ON.
Whether this is faster is being investigated ... its likely a trade-off, since it will be less accurate than default double precision.
I have noticed around a -0.15W/m2 difference in global OSR in SP mode, but individual clouds can be -2 W/m2 or more.
This must be matched with a corresponding PR in @GEOS_App, since I change some of the configuration names for RRTMGP in AGCM.rc.tmpl.