-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update microphysics / thermodynamics for imicro_bulk3
For imicro_bulk3, the saturation adjustment in thermodynamics should be done with respect to liquid water only. This is done by initializing the vapor pressure table using liquid water values (for bulk3) and ice/liquid mix values for all other cases. Move the initialization of those tables from modglobal to modthermodynamics, since the initialization needs imicro and importing that into modglobal would create a cyclic dependency. Report an error for running bulk3 with old thermodynamics, since that has not been updated with the liquid-only special case.
- Loading branch information
Showing
3 changed files
with
33 additions
and
21 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