Hi @Jason.Jonkman:
I am getting an error in TurbSim that I have never got before.
It occurs when I change the Grid height to 280 m and above. Even when I use 279.5 m it works fine. This is the error:
Running TurbSim (v2.00.07a-bjj, 14-Jun-2016).
Reading the input file “150m_88mps_wind_shearJCS1r.inp”.
Calculating the spectral and transfer function matrices:
** u-component matrices (IEC coherence method)**
** v-component matrices (identity coherence)**
** w-component matrices (identity coherence)**
** Generating time series for all points:**
** u-component**
** v-component**
** w-component**
** Computing hub-height statistics**
forrtl: severe (157): Program Exception - access violation
Image PC Routine Line Source
ntdll.dll 00007FFC539D5BB6 Unknown Unknown Unknown
ntdll.dll 00007FFC539D47B1 Unknown Unknown Unknown
TurbSim_x64.exe 00007FF7D9A480C0 Unknown Unknown Unknown
TurbSim_x64.exe 00007FF7D9A480FA Unknown Unknown Unknown
TurbSim_x64.exe 00007FF7D8EC2679 Unknown Unknown Unknown
TurbSim_x64.exe 00007FF7D8EC11A9 Unknown Unknown Unknown
TurbSim_x64.exe 00007FF7D951D2E6 Unknown Unknown Unknown
TurbSim_x64.exe 00007FF7D9A47E9C Unknown Unknown Unknown
KERNEL32.DLL 00007FFC538C7034 Unknown Unknown Unknown
ntdll.dll 00007FFC53A02651 Unknown Unknown Unknown
These are some of the input parameters that I used in TurbSim:
--------Turbine/Model Specifications-----------------------
31 NumGrid_Z - Vertical grid-point matrix dimension
31 NumGrid_Y - Horizontal grid-point matrix dimension
0.05 TimeStep - Time step [seconds]
3650 AnalysisTime - Length of analysis time series [seconds] (program will add time if necessary: AnalysisTime = MAX(AnalysisTime, UsableTime+GridWidth/MeanHHWS) )
3650 UsableTime - Usable length of output time series [seconds] (program will add GridWidth/MeanHHWS seconds unless UsableTime is “ALL”)
150 HubHt - Hub height [m] (should be > 0.5GridHeight)
280.0 GridHeight - Grid height [m]
750 GridWidth - Grid width [m] (should be >= 2(RotorRadius+ShaftLength))
0 VFlowAng - Vertical mean flow (uptilt) angle [degrees]
0 HFlowAng - Horizontal mean flow (skew) angle [degrees]
--------Meteorological Boundary Conditions-------------------
“IECKAI” TurbModel - Turbulence model (“IECKAI”,“IECVKM”,“GP_LLJ”,“NWTCUP”,“SMOOTH”,“WF_UPW”,“WF_07D”,“WF_14D”,“TIDAL”,“API”,“USRINP”,“TIMESR”, or “NONE”)
“unused” UserFile - Name of the file that contains inputs for user-defined spectra or time series inputs (used only for “USRINP” and “TIMESR” models)
“1-ED3” IECstandard - Number of IEC 61400-x standard (x=1,2, or 3 with optional 61400-1 edition number (i.e. “1-Ed2”) )
7.38 IECturbc - IEC turbulence characteristic (“A”, “B”, “C” or the turbulence intensity in percent) (“KHTEST” option with NWTCUP model, not used for other models)
“NTM” IEC_WindType - IEC turbulence type (“NTM”=normal, “xETM”=extreme turbulence, “xEWM1”=extreme 1-year wind, “xEWM50”=extreme 50-year wind, where x=wind turbine class 1, 2, or 3)
“default” ETMc - IEC Extreme Turbulence Model “c” parameter [m/s]
“USR” WindProfileType - Velocity profile type (“LOG”;“PL”=power law;“JET”;“H2L”=Log law for TIDAL model;“API”;“USR”;“TS”;“IEC”=PL on rotor disk, LOG elsewhere; or “default”)
“windshear.dat” ProfileFile - Name of the file that contains input profiles for WindProfileType=“USR” and/or TurbModel=“USRVKM” [-]
150 RefHt - Height of the reference velocity (URef) [m]
88.4 URef - Mean (total) velocity at the reference height [m/s] (or “default” for JET velocity profile) [must be 1-hr mean for API model; otherwise is the mean over AnalysisTime seconds]
“default” ZJetMax - Jet height [m] (used only for JET velocity profile, valid 70-490 m)
“default” PLExp - Power law exponent [-] (or “default”)
“default” Z0 - Surface roughness length [m] (or “default”)
--------Non-IEC Meteorological Boundary Conditions------------
“default” Latitude - Site latitude [degrees] (or “default”)
0.05 RICH_NO - Gradient Richardson number [-]
“default” UStar - Friction or shear velocity [m/s] (or “default”)
“default” ZI - Mixing layer depth [m] (or “default”)
“default” PC_UW - Hub mean u’w’ Reynolds stress [m^2/s^2] (or “default” or “none”)
“default” PC_UV - Hub mean u’v’ Reynolds stress [m^2/s^2] (or “default” or “none”)
“default” PC_VW - Hub mean v’w’ Reynolds stress [m^2/s^2] (or “default” or “none”)
--------Spatial Coherence Parameters----------------------------
default SCMod1 - u-component coherence model (“GENERAL”, “IEC”, “API”, “NONE”, or “default”)
default SCMod2 - v-component coherence model (“GENERAL”, “IEC”, “NONE”, or “default”)
default SCMod3 - w-component coherence model (“GENERAL”, “IEC”, “NONE”, or “default”)
“default” InCDec1 - u-component coherence parameters for general or IEC models [-, m^-1] (e.g. “10.0 0.3e-3” in quotes) (or “default”)
“default” InCDec2 - v-component coherence parameters for general or IEC models [-, m^-1] (e.g. “10.0 0.3e-3” in quotes) (or “default”)
“default” InCDec3 - w-component coherence parameters for general or IEC models [-, m^-1] (e.g. “10.0 0.3e-3” in quotes) (or “default”)
0.85 CohExp - Coherence exponent for general model [-] (or “default”)
--------Coherent Turbulence Scaling Parameters-------------------
“/home/lkilcher/work/nwtc/turbsim/trunk/Test/EventData/” CTEventPath - Name of the path where event data files are located
“Random” CTEventFile - Type of event files (“LES”, “DNS”, or “RANDOM”)
true Randomize - Randomize the disturbance scale and locations? (true/false)
1 DistScl - Disturbance scale [-] (ratio of event dataset height to rotor disk). (Ignored when Randomize = true.)
0.5 CTLy - Fractional location of tower centerline from right [-] (looking downwind) to left side of the dataset. (Ignored when Randomize = true.)
0.5 CTLz - Fractional location of hub height from the bottom of the dataset. [-] (Ignored when Randomize = true.)
30 CTStartTime - Minimum start time for coherent structures in RootName.cts [seconds]
I have entered my own wind shear profile. Please let me know if you know what could have caused this error and how I could fix it. Ideally I would like to enter a GridHeight of 295 m.
Thank you.
Regards,
AOAW