adding gocart changes for head of develop#16
Merged
JessicaMeixner-NOAA merged 1 commit intoJul 10, 2025
Merged
Conversation
ee1917b
into
JessicaMeixner-NOAA:updatemodel20250625
4 checks passed
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 introduces several updates to configuration files for the UFS GOCART model, focusing on adding new parameters, improving wet removal schemes, and updating external data sources. Below is a summary of the most important changes, grouped by theme.
Wet Removal Scheme Enhancements:
wet_removal_scheme: ufsalong with rainout efficiency parameters (fwet_ice,fwet_snow,fwet_rain) to multiple configuration files, includingCA2G_instance_CA.bc.rc,CA2G_instance_CA.br.rc,CA2G_instance_CA.oc.rc,DU2G_instance_DU.rc, andSS2G_instance_SS.rc. These parameters define the efficiency of wet removal processes for different precipitation types. [1] [2] [3] [4] [5]New Parameters for Physical and Chemical Processes:
time_days_hydrophobic_to_hydrophilic(conversion rate of hydrophobic to hydrophilic aerosols) andtime_days_chemical_destruction(rate of chemical destruction of carbon species) inCA2G_instance_CA.bc.rc,CA2G_instance_CA.br.rc, andCA2G_instance_CA.oc.rc. These parameters enhance the representation of aerosol lifecycle processes. [1] [2] [3]soil_clay_factorinDU2G_instance_DU.rcto scale clay fraction in dust emissions.Updates to External Data Sources:
ExtData.otherfor variables such asDU_RDRAG,DU_GVF, andDU_LAI, pointing to new datasets for albedo drag, green vegetation fraction, and leaf area index.volcano_srcfilen_explosiveandvolcano_srcfilen_degassinginSU2G_instance_SU.rc, improving the handling of volcanic SO₂ sources.Dust Emission Scheme Adjustments:
alphaparameter in the Fengsha dust emission scheme from0.1to0.16and addeddrag_partition_option: 2inDU2G_instance_DU.rc, refining the dust emission calculations.<!--