-
Notifications
You must be signed in to change notification settings - Fork 514
Closed
Description
Can these fatal errors be converted to some sort of warning? They are related to sampling and do not interfere with the simulation.
openfast/modules/awae/src/AWAE.f90
Line 1010 in 0284731
| call SetErrStat(ErrID_Fatal, "The requested low-resolution XY output slice location, Z="//TRIM(Num2LStr(p%OutDisWindZ(i)))//", is outside of the low-resolution grid.", errStat, errMsg, RoutineName ) |
openfast/modules/awae/src/AWAE.f90
Line 1018 in 0284731
| call SetErrStat(ErrID_Fatal, "The requested low-resolution XZ output slice location, Y="//TRIM(Num2LStr(p%OutDisWindY(i)))//", is outside of the low-resolution grid.", errStat, errMsg, RoutineName ) |
openfast/modules/awae/src/AWAE.f90
Line 1026 in 0284731
| call SetErrStat(ErrID_Fatal, "The requested low-resolution YZ output slice location, X="//TRIM(Num2LStr(p%OutDisWindX(i)))//", is outside of the low-resolution grid.", errStat, errMsg, RoutineName ) |
Reactions are currently unavailable