You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subroutines in fv3atm_restart_io.F90 that allocate arrays for clm lake and rrfs sd quilting restart do not initialize them before ESMF calls.
To Reproduce:
N/A - just look at the code in fv3atm_restart_register and sfc_prop_restart_read
Additional context
This is the case with the non-quilt restart as well. However, FMS does not read the write buffers until you tell it to write data. ESMF reads the write buffers before there is any reason to read them. Thus, to avoid a failure in debug mode, those arrays must be initialized.
The text was updated successfully, but these errors were encountered:
Description
Subroutines in fv3atm_restart_io.F90 that allocate arrays for clm lake and rrfs sd quilting restart do not initialize them before ESMF calls.
To Reproduce:
N/A - just look at the code in fv3atm_restart_register and sfc_prop_restart_read
Additional context
This is the case with the non-quilt restart as well. However, FMS does not read the write buffers until you tell it to write data. ESMF reads the write buffers before there is any reason to read them. Thus, to avoid a failure in debug mode, those arrays must be initialized.
The text was updated successfully, but these errors were encountered: