UFS Wet deposition and fengsha updates#305
Merged
vbuchard merged 72 commits intoGEOS-ESM:developfrom Mar 28, 2025
Merged
Conversation
- 'wet_removal_scheme:' to select UFS vs. GOCART wet removal scheme - 'fwet:' to provide bin-specific rainout efficiencies Implement sanity checks for options above
add ice in qq calculation
…ks units to make it more clear
Contributor
Author
Closed
13 tasks
Member
|
I've tested this and it is zero-diff against current GOCART @bbakernoaa Do you have any more changes? If not, we will merge. |
vbuchard
approved these changes
Mar 28, 2025
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.
This pull request includes several updates to the ESMF/GOCART2G Grid Component, focusing on introducing a new wet removal scheme, adding new tuning parameters, and improving the configuration handling. The most important changes are summarized below:
New Wet Removal Scheme:
Run2subroutine inCA2G_GridCompMod.F90,DU2G_GridCompMod.F90, andSS2G_GridCompMod.F90to handle the new scheme. [1] [2] [3]fwet_ice,fwet_snow,fwet_rain,washout_tuning, andwet_radius_thrinGA_EnvironmentMod.F90to support the UFS wet removal scheme. [1] [2] [3]Configuration Enhancements:
SetServicessubroutine inDU2G_GridCompMod.F90to include additional configuration attributes and logging for the new parameters. [1] [2]validate_configsubroutine inGA_EnvironmentMod.F90to ensure the configuration values are within the expected range and log the configuration details.Additional Tuning Parameters:
drag_optanddistribution_opt, and updated the relevant subroutines to use these parameters. [1] [2]Logging Enhancements:
Configuration File Updates:
DU2G_StateSpecs.rcfile to include new fields required for the FENGSHA scheme, such asDU_GVFandDU_LAI.