-
Notifications
You must be signed in to change notification settings - Fork 37
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
Cloud-J in GEOS-Chem Classic #27
Conversation
2eda9f7
to
e08812a
Compare
9fb3e48
to
3e12bec
Compare
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.
Thanks @lizziel. Looks good to merge but we just need a CHANGELOG.md update.
Thanks @yantosca! I just merged in dev/14.3.0 and updated the changelog. |
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.
Thanks @lizziel! Good to merge.
7fabdce
to
1540e75
Compare
1540e75
to
c5afa01
Compare
CLOUDJ is now a compile-time option in GEOS-Chem Classic. Note that Cloud-J itself is not yet used in GEOS-Chem with this update. Signed-off-by: Lizzie Lundgren <[email protected]>
Submodule src/Cloud-J 766472c..4d612ea: > Update comments in cld_sub_mod for clarity > Remove unused inputs to ICA_* subroutines called in Cloud_JX > Fix bug in Cloud-J standalone for computing ice water path input to Cloud-J > Minor updates, including fixing write statement format to fit # GC jvalues Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
> Merge pull request #4 from jimmielin/hplin/fix_decl_ifort > Updates for using MAPL in Cloud-J > Include compile definition for MODEL_GEOSCHEM when building in GCHP Signed-off-by: Lizzie Lundgren <[email protected]>
> Remove unused common variables JXL_, JXL1_, and JXL2_ > Make number of CTM levels set by the calling program during initialization Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]> # Conflicts: # CHANGELOG.md
c5afa01
to
a80df2e
Compare
Name and Institution (Required)
Name: Lizzie Lundgren
Institution: Harvard University
Describe the update
This update adds the Cloud-J photolysis library as a submodule with GC-Classic. It is stored alongside GEOS-Chem and HEMCO in the
src
folder. This PR should be merged with geoschem/geos-chem#1522.Expected changes
See geoschem/geos-chem#1522 for changes expected in GEOS-Chem when using Cloud-J to compute J-values.
Reference(s)
Prather, M. J.: Photolysis rates in correlated overlapping cloud fields: Cloud-J 7.3c, Geosci. Model Dev., 8, 2587–2595, https://doi.org/10.5194/gmd-8-2587-2015, 2015.
Related Github Issue(s)
geoschem/geos-chem#1522