Skip to content

Commit

Permalink
buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlija1 committed Aug 23, 2024
1 parent 8f991e0 commit 507bb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/initial_condition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +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)
# (initialized 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 507bb66

Please sign in to comment.