Add ZFP compression and radiation diagnostic variables, update CO2 concentrations, make IDIFFPERTS=1 consistent#23
Open
grleung wants to merge 5 commits into
Open
Add ZFP compression and radiation diagnostic variables, update CO2 concentrations, make IDIFFPERTS=1 consistent#23grleung wants to merge 5 commits into
grleung wants to merge 5 commits into
Conversation
Added SW and LW heating rates (fthrdsw, fthrdlw) and outgoing longwave at top radiative level (rlontop). These are added from radiation options 3-5.
Now using 420ppm which is (alas) more accurate for 2020s. Updated radiation options 3-5: - Harrington (3): rad_drive.f90 - BUGSRAD (4): bugsrad/driver_read.f90 - RTE (5): rte-rrtmgp/interface/rams_rrtmgp_driver.f90 In the future we should probably make this an option that is easier to change without recompiling, potentially adding to the RAMSIN.
Previously, when IDIFFPERTS=1 it used a different equation for THP vs other scalars. After discussing with Leah Grant, this seems inconsistent. Changed such that it uses the same equation for all scalars. This change helps fix energy balance over long times in RCE mode. further fixes to boundary conditions for extra radiation variables FTHRDLW/FTHRDSW that I missed previously
- change RAMSIN.arctictest to include ACC_LT_VAR - include sample include.mk.template with paths on my computer to show how to incorporate HDF5 plugins Note that you need to set HDF5_PLUGIN_PATH in your .bashrc or equivalent to ensure ZFP is working. I am working on some instructions for installing all the relevant libraries with Spack which I hope to be able to share soon.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In this PR: