-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Dear all,
I would like to share with you the discussion I started on the openFAST repository.
OpenFAST/openfast#3245 (comment)
In this discussion I'm asking some information for the setup of AMR-wind and you suggested me to use this toolbox to having a good setup of all the files for the simulation.
I started using the 2 example as you suggested (Ex1FASTFarm_discretization and Ex3_AMRWindSamplingSetup) and then I moved forward modifying the EX2b_FASTFarm_LES_driven that you can find linked here below:
LARGE_FARM_FASTFarm_LES_driven.py
Actually, I'm receiving this message:
[WARN] HIGH-RES SPATIAL RESOLUTION GIVEN. CONVERTING FATAL ERRORS ON HIGH-RES BOXES CHECKS TO WARNINGS.LOW-RES SPATIAL RESOLUTION GIVEN. CONVERTING FATAL ERRORS ON LOW-RES BOX CHECKS TO WARNINGS.
[WARN] Low resolution x-sampling grid is not cell-centered with AMR-Wind's grid.
x-sampling grid: -3460.0, -3435.0, -3410.0, -3385.0, ...
AMR-Wind grid (subset): -3470.0, -3450.0, -3430.0, -3410.0, ...
[WARN] Low resolution y-sampling grid is not cell-centered with AMR-Wind's grid.
y-sampling grid: -4460.0, -4435.0, -4410.0, -4385.0, ...
AMR-Wind grid (subset): -4470.0, -4450.0, -4430.0, -4410.0, ...
[WARN] Low resolution z-sampling grid is not cell-centered with AMR-Wind's grid.
z-sampling grid: 5.0, 30.0, 55.0, 80.0, ...
AMR-Wind grid (subset): 5.0, 15.0, 25.0, 35.0, ...
[WARN] The LES path /full/path/to/LES/case/.../LESboxes does not exist
Checking inputs... Done.
Checking if we can create symlinks... False
Setting rotor parameters... Done.
INFO] Reading and checking template files
[INFO] Template EDfilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT-UMaineSemi_ElastoDyn0.T
[INFO] Template HDfilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT-UMaineSemi_HydroDyn.dat
[INFO] Template MDfilename =C:/DEL_NN/template_for_toolbox/moordyn.T
[INFO] Template SSfilename =C:/DEL_NN/template_for_toolbox/SeaState.dat
[INFO] Template SrvDfilename =C:/DEL_NN/template_for_toolbox/servodyn_ws9_DD6_YD05_TI6_seed1.T
[INFO] Template ADfilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT_AeroDyn.dat
[INFO] Template IWfilename =C:/DEL_NN/template_for_toolbox/inflow_ws9_TI4_seed4.dat
[INFO] Template ADbladefilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT_AeroDyn_blade.dat
[INFO] Template EDbladefilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT_ElastoDyn_blade.dat
[INFO] Template EDtowerfilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT-UMaineSemi_ElastoDyn_tower.dat
[INFO] Template turbfilename =C:/DEL_NN/template_for_toolbox/ws9_DD6_YD05_TI6_seed1.T
[INFO] Template libdisconfilepath =C:/DEL_NN/template_for_toolbox/libdiscon.T1.so
[INFO] Template controllerInputfilename =C:/DEL_NN/template_for_toolbox/I_ws9_DD6_YD05_TI6_seed1.IN
[INFO] Template FFfilename =C:/DEL_NN/template_for_toolbox/ws9_DD4_YD05_TI6_seed1.fstf
[INFO] Template EDfilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT-UMaineSemi_ElastoDyn0.T
[INFO] Template SEDfilename =None
[INFO] Template HDfilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT-UMaineSemi_HydroDyn.dat
[INFO] Template MDfilename =C:/DEL_NN/template_for_toolbox/moordyn.T
[INFO] Template SSfilename =C:/DEL_NN/template_for_toolbox/SeaState.dat
[INFO] Template SrvDfilename =C:/DEL_NN/template_for_toolbox/servodyn_ws9_DD6_YD05_TI6_seed1.T
[INFO] Template ADfilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT_AeroDyn.dat
[INFO] Template ADskfilename =None
[INFO] Template SubDfilename =None
[INFO] Template BDfilename =None
[INFO] Template ADbladefilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT_AeroDyn_blade.dat
[INFO] Template EDbladefilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT_ElastoDyn_blade.dat
[INFO] Template EDtowerfilename =C:/DEL_NN/template_for_toolbox/IEA-15-240-RWT-UMaineSemi_ElastoDyn_tower.dat
[INFO] Template turbfilename =C:/DEL_NN/template_for_toolbox/ws9_DD6_YD05_TI6_seed1.T
[INFO] Template libdisconfilepath =C:/DEL_NN/template_for_toolbox/libdiscon.T1.so
[INFO] Template controllerInputfilename =C:/DEL_NN/template_for_toolbox/I_ws9_DD6_YD05_TI6_seed1.IN
[INFO] Template coeffTablefilename =None
[INFO] Template hydroDatapath =None
[INFO] Template FFfilename =C:/DEL_NN/template_for_toolbox/ws9_DD4_YD05_TI6_seed1.fstf
Cannot determine table dimension using NTypes
Cannot determine table dimension using NConnects
> c:\users\fbell\openfast_toolbox\openfast_toolbox\io\fast_input_file.py(850)_read()
-> d['descr'] = '' #
(Pdb)
and it got stuck on this message.
am I doing something wrong?
Can you please check if the data I'm including in the python file are correct?
I'm open to any suggestion.
thank you in advance for you help,
kind regards,
Federico