Skip to content

Synchronize the GOCART control files in global-workflow with the files in UFS #3554 #3679

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

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from
14 changes: 14 additions & 0 deletions parm/ufs/gocart/CA2G_instance_CA.bc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ aviation_vertical_layers: 0.0 100.0 9.0e3 10.0e3
# Initially hydrophobic portion
hydrophobic_fraction: 0.8

# Rate of conversion of hydrophobic to hydrophilic [days]
time_days_hydrophobic_to_hydrophilic: 2.5

# Rate of chemical destruction of carbon species [days]
time_days_chemical_destruction: -1. -1.

# Wet Removal Scheme Option | gocart, ufs
wet_removal_scheme: gocart ! default value

# Rainout efficiency per bin for wet_removal_scheme == ufs
fwet_ice: 0.0 1.0
fwet_snow: 0.0 1.0
fwet_rain: 0.0 1.0

# Scavenging efficiency per bin [km-1] (NOT USED UNLESS RAS IS CALLED)
fscav: 0.0 0.4

Expand Down
13 changes: 13 additions & 0 deletions parm/ufs/gocart/CA2G_instance_CA.br.rc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,22 @@ pom_ca_ratio: 1.8
# Initially hydrophobic portion
hydrophobic_fraction: 0.5

# Rate of conversion of hydrophobic to hydrophilic [days]
time_days_hydrophobic_to_hydrophilic: 2.5

# Rate of chemical destruction of carbon species [days]
time_days_chemical_destruction: -1. -1.

# Wet Removal Scheme Option | gocart, ufs
wet_removal_scheme: gocart ! default value

# Scavenging efficiency per bin [km-1] (NOT USED UNLESS RAS IS CALLED)
fscav: 0.0 0.4

# Rainout efficiency per bin for wet_removal_scheme == ufs
fwet_ice: 0.0 0.4
fwet_snow: 0.0 0.4

# particle radius
particle_radius_microns: 0.35 0.35

Expand Down
14 changes: 14 additions & 0 deletions parm/ufs/gocart/CA2G_instance_CA.oc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ rhFlag: 0
# Initially hydrophobic portion
hydrophobic_fraction: 0.5

# Rate of conversion of hydrophobic to hydrophilic [days]
time_days_hydrophobic_to_hydrophilic: 2.5

# Rate of chemical destruction of carbon species [days]
time_days_chemical_destruction: -1. -1.

# Wet Removal Scheme Option | gocart, ufs
wet_removal_scheme: gocart ! default value

# Rainout efficiency per bin for wet_removal_scheme == ufs
fwet_ice: 0.0 1.0
fwet_snow: 0.0 1.0
fwet_rain: 0.0 1.0

# Scavenging efficiency per bin [km-1] (NOT USED UNLESS RAS IS CALLED)
fscav: 0.0 0.4

Expand Down
12 changes: 12 additions & 0 deletions parm/ufs/gocart/DU2G_instance_DU.rc
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,15 @@ gamma: 1.0
soil_moisture_factor: 1
soil_drylimit_factor: 1
vertical_to_horizontal_flux_ratio_limit: 2.e-04
drag_partition_option: 1

# clay fraction scaling factor
soil_clay_factor: 1.0

# Wet Removal Scheme Option | gocart, ufs
wet_removal_scheme: gocart ! default value

# Rainout efficiency per bin for wet_removal_scheme == ufs
fwet_ice: 0.8 0.8 0.8 1.0 1.0
fwet_snow: 0.8 0.8 0.8 1.0 1.0
fwet_rain: 0.8 0.8 0.8 1.0 1.0
2 changes: 2 additions & 0 deletions parm/ufs/gocart/ExtData.other
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ DU_SILT '1' Y E - none none siltfrac /dev/null
DU_SSM '1' Y E - none none sep ExtData/nexus/FENGSHA/FENGSHA_2022_NESDIS_inputs_10km_v3.2.nc
DU_RDRAG '1' Y E %y4-%m2-%d2t12:00:00 none none albedo_drag ExtData/nexus/FENGSHA/FENGSHA_2022_NESDIS_inputs_10km_v3.2.nc
DU_UTHRES '1' Y E - none none uthres ExtData/nexus/FENGSHA/FENGSHA_2022_NESDIS_inputs_10km_v3.2.nc
DU_GVF '1' Y E %y4-%m2-%d2T12:00:00 none none GVF /dev/null:1.0
DU_LAI '1' Y E %y4-%m2-%d2T12:00:00 none none LAI /dev/null:1.0

#====== Sulfate Sources =================================================
# Anthropogenic (BF & FF) emissions -- allowed to input as two layers
Expand Down
8 changes: 8 additions & 0 deletions parm/ufs/gocart/SS2G_instance_SS.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ particle_density: 2200. 2200. 2200. 2200. 2200.
# Scavenging efficiency per bin [km-1]
fscav: 0.4 0.4 0.4 0.4 0.4

# Wet Removal Scheme Option | gocart, ufs
wet_removal_scheme: gocart ! default value

# Rainout efficiency per bin for wet_removal_scheme == ufs
fwet_ice: 1.0 1.0 1.0 1.0 1.0
fwet_snow: 1.0 1.0 1.0 1.0 1.0
fwet_rain: 1.0 1.0 1.0 1.0 1.0

# Emissions methods and scaling
emission_scheme: 3 # 1 for Gong 2003, 2 for ...
emission_scale: 1.0 1.0 1.0 1.0 1.0 1.0 # a global scaling factor for C96
Expand Down
3 changes: 2 additions & 1 deletion parm/ufs/gocart/SU2G_instance_SU.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ aerosol_monochromatic_optics_file: ExtData/monochromatic/optics_SU.v1_3.nc
nbins: 4

# Volcanic pointwise sources | degassing only | replace with path to historical volcanic emissions for scientific runs
volcano_srcfilen: ExtData/nexus/VOLCANO/v2021-09/so2_volcanic_emissions_CARN_v202005.degassing_only.rc
volcano_srcfilen_explosive: /dev/null
volcano_srcfilen_degassing: ExtData/volcanic/so2_volcanic_emissions_Carns.%y4%m2%d2.rc

# Heights [m] of LTO, CDS and CRS aviation emissions layers
aviation_vertical_layers: 0.0 100.0 9.0e3 10.0e3
Expand Down