Issue
The NOAH-MP LSM does not currently write its own checkpoint file nor does it expose the data structures in ERF that would be needed to write the data.
Proposed solution
@akashdhruv if the noahmpio structure can be expanded to expose restart variables, we can add the hooks to write/read in the native amrex file. At a quick glance, we would need at least:
TSLB Soil temperature profile
SMOIS Total soil moisture
SH2O Liquid soil moisture
SNOW Snow water equivalent
SNOWH Snow depth
CANWAT Canopy water storage
Issue
The NOAH-MP LSM does not currently write its own checkpoint file nor does it expose the data structures in ERF that would be needed to write the data.
Proposed solution
@akashdhruv if the
noahmpiostructure can be expanded to expose restart variables, we can add the hooks to write/read in the native amrex file. At a quick glance, we would need at least: