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
Bug to track offshore data input issues related to physical boundaries / limits.
Offshore input rules we have discovered:
1. Depth must be positive in meters
2. All distance columns have to be positive and > 0 (there are a lot of log(distance) operators in the nrwal equations)
3. All distance columns have to be in km (not meters!)
4. Hs_average must be > 0 (there are log(hs_average) operators in the nrwal equations)
5. fixed_downtime and floating_downtime are fractional and must be >0 and <1 (there are x/(1-downtime) operators in the nrwal equations)
6. Monopile eqns break down at large depth values (there is an exp(depth) operator in the monopile eqns)
The text was updated successfully, but these errors were encountered:
Bug Description
Bug to track offshore data input issues related to physical boundaries / limits.
Offshore input rules we have discovered:
1. Depth must be positive in meters
2. All distance columns have to be positive and > 0 (there are a lot of log(distance) operators in the nrwal equations)
3. All distance columns have to be in km (not meters!)
4. Hs_average must be > 0 (there are log(hs_average) operators in the nrwal equations)
5. fixed_downtime and floating_downtime are fractional and must be >0 and <1 (there are x/(1-downtime) operators in the nrwal equations)
6. Monopile eqns break down at large depth values (there is an exp(depth) operator in the monopile eqns)
The text was updated successfully, but these errors were encountered: