CABLE-LSM / CABLE

Home to the CABLE land surface model and its documentation
https://cable.readthedocs.io/en/latest/
Other
8 stars 4 forks source link

frac_sapwood initialisation for ESM1.6 #373

Closed rml599gh closed 2 weeks ago

rml599gh commented 1 month ago

In order to reconcile rplant code versions (#163,#274) casaflux%frac_sapwood needs to be initialised to 1. For offline, this happens in casa_init in casa_inout.F90. This correction was done under #274. For online, (ESM1.5/ESM1.6), I think the corresponding initialisation is in subroutine casa_init_pk in casa_um_inout.F90. A test run is looking promising.

Initialisation for ACCESS-AM3 needs to be checked.

There are other initialistations in casa_init that aren't apparent in casa_init_pk so it may be worth checking if any other initialisations are needed.

rml599gh commented 1 month ago

I don't know why I didn't pick this up when I did my initial testing last year - perhaps I put frac_sapwood=1 directly into the rplant subroutine??