modelOutputGroupFromGroup
initialize a WVModelOutputGroup instance from NetCDF file
Declaration
outputGroup = modelOutputGroupFromGroup(group,model)
Parameters
groupthe NetCDFGroup to be usedmodelthe WVModel to be used
Returns
outputGroupa new instance of WVModelOutputGroup
Discussion
Subclasses to should override this method to enable model restarts. This method works in conjunction with -writeToFile to provide restart capability.