Skip to content

Commit

Permalink
no2 1e-10
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jan 17, 2025
1 parent c0afc7e commit 702969d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterized_tendencies/radiation/radiation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function radiation_model_cache(
volume_mixing_ratio_hfc32 = input_vmr("hfc32_GM"),
volume_mixing_ratio_hfc134a = input_vmr("hfc134a_GM"),
volume_mixing_ratio_cf4 = input_vmr("cf4_GM"),
volume_mixing_ratio_no2 = 1e-8, # not available in input_data
volume_mixing_ratio_no2 = 1e-10, # not available in input_data
latitude,
)
if !(radiation_mode isa RRTMGPI.ClearSkyRadiation)
Expand Down

0 comments on commit 702969d

Please sign in to comment.