modelFromFile

Initialize a model from an existing file


Declaration

 model = modelFromFile(path,options)

Parameters

  • path path to a NetCDF file
  • restartIndex (optional) time index to initialize from (default 1)
  • shouldDoubleResolution (optional) whether or not to double the resolution

Discussion