-
Notifications
You must be signed in to change notification settings - Fork 0
jhan_JaC_Redux_InitializationProblem
Paul Leopardi edited this page Oct 8, 2024
·
4 revisions
In all current implementations of CABLE coupled to JULES and the UM, the initialization of CABLE variables is awkward. The notable example of this is that re-start reproducability.
Consider running the model for a total of 2 days. Whether it is run in two 1 day chunks OR one 2 day chunk, it shoul give identical results. However, running CABLE (through JULES) this is not the case.
Excluding any other possibilities, this will not be the case as we avoid calling the radiation on the first timestep.
See here for further explanation.