I am trying to understand the level-ice melt pond parametrisation in Icepack (in a bit more depth). Can I confirm that the parametrisation alters/updates four variables (the inout/out variables, and of course not local temporary variables):
i.e. the level-ice melt pond parametrisation updates 1) fractional pond area, 2) mean pond depth, 3) frozen lid height, 4) fraction of atm-ice heat flux used to melt frozen lids?
Thanks!
real (kind=dbl_kind), & | |
intent(inout) :: & | |
apnd, hpnd, ipnd | |
real (kind=dbl_kind), & | |
intent(out) :: & | |
ffrac ! fraction of fsurfn over pond used to melt ipond |
Icepack/icepack_meltpond_lvl.F90 at main · CICE-Consortium/Icepack
Development repository for sea-ice column physics. Contribute to CICE-Consortium/Icepack development by creating an account on GitHub.
github.com
i.e. the level-ice melt pond parametrisation updates 1) fractional pond area, 2) mean pond depth, 3) frozen lid height, 4) fraction of atm-ice heat flux used to melt frozen lids?
Thanks!