Question from @stevenleeds on Teams (27/10/2020):
There are 3 strategies here:
1) Read the forcings from NetCDF every time step, this seems inefficient though.
2) Keep the forcings for the entire run in memory, at their original height levels. Interpolate in vertical every time-step.
3) Interpolate to the right vertical levels on initialisation.
Do you have a preference in this regard. I am tempted to go with 2 or 3, this only becomes an issue for long (supersite) cases in terms of reducing memory usage (the full forcings are stored in memory on every node). However, we can deal with this later if it should ever become a limitation, and is the easiest way to get something working quickly.
Related to #26
Question from @stevenleeds on Teams (27/10/2020):
Related to #26