I have an array, that I'd like to pass into Icepack. And probably will be different each year. I thought of modifying the icedrv_forcing.F90 file as it reads in forcing data, and using this to 'exploit' also passing in other information at the same time/declaring it here.
To then pass it into the subroutine icepack_therm_vertical I'm not quite sure I follow how other variables read in by forcing, e.g. Tair, make their way to icepack_therm_vertical.
If someone can provide me a brief/short overview (or more detailed! :)) on how to do pass information into icepack_therm_vertical from a txt file that would be very useful! :)
Or if not nonetheless a blueprint/description such as "this routine calls forcing, which passes to this, then this and this is how icepack_therm_vertical sees it" would be very useful too. I seem to get lost a bit whilst following them/what starts what etc. Thanks! :)
To then pass it into the subroutine icepack_therm_vertical I'm not quite sure I follow how other variables read in by forcing, e.g. Tair, make their way to icepack_therm_vertical.
If someone can provide me a brief/short overview (or more detailed! :)) on how to do pass information into icepack_therm_vertical from a txt file that would be very useful! :)
Or if not nonetheless a blueprint/description such as "this routine calls forcing, which passes to this, then this and this is how icepack_therm_vertical sees it" would be very useful too. I seem to get lost a bit whilst following them/what starts what etc. Thanks! :)