Skip to content

Commit

Permalink
fingers crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlija1 committed Aug 23, 2024
1 parent 26d694b commit 91ae446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Common/initial_condition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ function p3_initial_condition(
ice_bump(χ, z) = χ * cos(z - (z_top - 0.5 * _z_band))

# P3 state variables (minus B_rim -- computed below)
# (computed as kg/kg before converting to kg/m3)
q_ice::FT = has_ice(z) ? ice_bump(_q_init, z) : FT(0)
N_ice_kg::FT = has_ice(z) ? ice_bump(_N_init, z) : FT(0)
q_liqonice::FT = _F_liq * q_ice
Expand Down

0 comments on commit 91ae446

Please sign in to comment.