Hi, as part of my PhD, I'd like to input a toy model/really simple model of melt ponds into Icepack and run it essentially as a proof of concept. It would just use some Icepack variables and give a value of the pond area fraction (apnd). Later versions of Icepack are too complicated, but I believe in previous versions of Icepack (e.g. 1.3.0) there is the "CESM" scheme which output apnd and hpnd only. Here apnd is calculated, and then hpnd is just a function of apnd:
hpndn = pndaspect * apondn
Am I right that hpnd is just a function of apnd (via pndaspect) through the CESM scheme?
If so I can 'proof of concept' apply my toy model this way as a start in my work.
Thanks!
hpndn = pndaspect * apondn
Am I right that hpnd is just a function of apnd (via pndaspect) through the CESM scheme?
If so I can 'proof of concept' apply my toy model this way as a start in my work.
Thanks!