The function that reads forcing files in ParaGridIO now check that fields exist in the forcings file before trying to read them. Absent fields are not added to the returned ModelState object and the absence of sea surface height is now handled by TOPAZOcean by setting the sea surface height field to 0 everywhere.
No sea surface height
Fixes #714
Change Description
The function that reads forcing files in
ParaGridIO
now check that fields exist in the forcings file before trying to read them. Absent fields are not added to the returnedModelState
object and the absence of sea surface height is now handled byTOPAZOcean
by setting the sea surface height field to 0 everywhere.