Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Sep 2, 2023
1 parent 22c2291 commit f65f624
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/parameterized_tendencies/radiation/radiation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ function radiation_model_cache(
input_center_pressure,
input_center_volume_mixing_ratio_o3,
)
ᶜvolume_mixing_ratio_o3_field =
@. FT(pressure2ozone(default_cache.ᶜp))
center_volume_mixing_ratio_o3 =
RRTMGPI.field2array(@. FT(pressure2ozone(default_cache.ᶜp)))
RRTMGPI.field2array(ᶜvolume_mixing_ratio_o3_field)

# the first value for each global mean volume mixing ratio is the
# present-day value
Expand Down

0 comments on commit f65f624

Please sign in to comment.