Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ particle_radius_microns: 0.35 0.35
# Sigma of lognormal number distribution
sigma: 2.0 2.0

pressure_lid_in_hPa: 0.01
pressure_lid_in_hPa: 10.0

nbins: 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fnum: 9.76e17 9.76e17
# Sigma of lognormal number distribution
sigma: 2.20 2.20

pressure_lid_in_hPa: 0.01
pressure_lid_in_hPa: 10.0

nbins: 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fnum: 9.76e17 9.76e17
# Sigma of lognormal number distribution
sigma: 2.20 2.20

pressure_lid_in_hPa: 0.01
pressure_lid_in_hPa: 10.0

nbins: 2

Expand Down
2 changes: 1 addition & 1 deletion ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_instance_DU.rc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ maringFlag: .true.

nbins: 5

pressure_lid_in_hPa: 0.01
pressure_lid_in_hPa: 10.0

# FENGSHA settings
alpha: 0.16
Expand Down
2 changes: 1 addition & 1 deletion ESMF/GOCART2G_GridComp/NI2G_GridComp/NI2G_instance_NI.rc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ particle_radius_number: 0.0118 0.0118 0.0118 0.0118 0.0118
# Sigma of lognormal number distribution
sigma: 2.0 2.0 2.0 2.0 2.0

pressure_lid_in_hPa: 0.01
pressure_lid_in_hPa: 10.0

# SettlingSolver options
# Options: 'gocart' or 'ufs'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rhFlag: 4
# Dry particle density [kg m-3]
particle_density: -1 -1 1700 -1

pressure_lid_in_hPa: 0.01
pressure_lid_in_hPa: 1.0

# Molecular weight of species [kg mole-1]
molecular_weight: -1 -1 0.132 -1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rhFlag: 4
# Dry particle density [kg m-3]
particle_density: -1 -1 1700 -1

pressure_lid_in_hPa: 0.01
pressure_lid_in_hPa: 1.0

# Molecular weight of species [kg mole-1]
molecular_weight: -1 -1 0.132 -1
Expand Down
2 changes: 1 addition & 1 deletion ESMF/GOCART2G_GridComp/SU2G_GridComp/SU2G_instance_SU.rc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ particle_radius_microns: 0.0 0.0 0.35 0.0
# Dry particle density [kg m-3]
particle_density: -1 -1 1700 -1

pressure_lid_in_hPa: 0.01
pressure_lid_in_hPa: 1.0

# Molecular weight of species [kg mole-1]
molecular_weight: -1 -1 0.132 -1
Expand Down
Loading