-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Structural updates to fast-jx/cloud-j work so far
- Replace Headers/photol_obj_mod.F90 with Headers/phot_container_mod.F90 - Rename State_Chm%Photol to State_Chm%Phot - Rename derived type PhotolState to PhotContainer - Retire CMN_Phot_Mod.F90 - Create photolysis_mod.F90 - Replace Init_Chemistry with Init_Photolysis - Pass State_Chm to RRTMG subroutine Set_SpecMask - Replace local variable DO_PHOTCHEM in mercury_mod with Input_Opt var set from toggle in geoschem_config.yml photolysis menu - Pass State_Chm to Photo_JX - Change order of arguments in Init_Mercury to put all IN-only first - Move duplicate subroutines out of fjx_interface_mod.F90 and cldj_interface_mod.F90 and put in photolysis_mod.F90 - Retire fast-jx subroutine GC_EXITC - Rename subroutine Fast_JX to Run_FastJX - Rename subroutine Init_Fjx to Init_RastJX Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
- Loading branch information
Showing
23 changed files
with
2,808 additions
and
4,507 deletions.
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
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
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
Oops, something went wrong.