-
Notifications
You must be signed in to change notification settings - Fork 2
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
V10.19.3 ctm jk #40
base: main
Are you sure you want to change the base?
V10.19.3 ctm jk #40
Conversation
The following modifications were made: - CTM Env has the option to produce the courant numbers and mass fluxes needed for Advection. - The flag output_forcingData needs to be set to true in CTM_GridComp.rc. - The fields MFX, MFY, CX and CY should be included in HISTORY.rc - CTM Env has the option to read the courant number and mass fluxes. - The flag read_advCoreFields needs to be set to true in CTM_GridComp.rc - CTM Convection was refactored. - CTM Env has the option to do RAS calculations. - The flag enable_rasCalculations needs to be set to true in CTM_GridComp.rc - CTM has the option to do Advection or not. - If choosing not to do Advection, the flag do_ctmAdvection needs to be set to false in CTM_GridComp.rc - CTM Env was refactored to add an internal state and to include calculations to derive fields into subroutines. - CTM GridComp was edited to include an internal state. - In CTM Env, the atmospheric pressure is now calculate using the surface pressure and AK and BK. This is the most significant change among all the modifications.
…un in debugging mode.
…es that have one record only
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.
cmake changes ok
USE MAPL | ||
USE GmiConvectionMethod_mod ! GMI Convection component | ||
USE GenericConvectionMethod_mod ! Generic Convection component | ||
USE MAPL_Mod |
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.
@JulesKouatchou Is there a reason you went back to MAPL_Mod
? @tclune and the SI Team moved GEOS to use MAPL
as the default in GEOS.
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.
Note there are other moves to use MAPL_Mod
in other files in this PR as well
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.
- MAPL_Mod can be replaced by MAPL.
- The changes I do not produce zero-diff because the atmospheric pressure is now calculated instead of being read from file.
- Fully implmented the internal state in CTM_ConvectionGridCompMod.F90 - Removed GenericConvectionMethod_mod.F90 and GmiConvectionMethod_mod.F90 from CMakeLists.txt. The two files do not need to be compiled at this time. The file GenericConvectionMethod_mod.F90 might be completely removed. GmiConvectionMethod_mod.F90 needs to be kept and used if we decide to implement GMI specific calculations.
Made the following changes in CTM Env to align the Icarus version of the code with the Jason one:
- The flag output_forcingData needs to be set to true in CTM_GridComp.rc.
- The fields MFX, MFY, CX and CY should be included in HISTORY.rc
- The flag read_advCoreFields needs to be set to true in CTM_GridComp.rc
The following tests were done to validate the changes: