diff --git a/python_scripts/example/readme.md b/python_scripts/example/readme.md index cdb5f04f10c21998fd7406f7e8ceafd2035d83e2..11069eaa1b7d38428dffb2494a4fd4ffb1c03690 100644 --- a/python_scripts/example/readme.md +++ b/python_scripts/example/readme.md @@ -1 +1,9 @@ -readme.md +# Instruction to run the example + +Step1: Generate a Mann turbulence field using the mann_turb_x64.exe in (https://gitlab.windenergy.dtu.dk/nkdi/constrained-simulation/-/blob/master/mann_turb_x64.exe) and name it "turb1001_u.bin" + +Step2: Generate lidar-measured wind field using ViConDAR (e.g., "uval_av_sens_dist_Sh20_SD01_V06_TI08_s1000_circ7p_vol30.mat" has been already generated) + +Step3: Run the function "from_vicondar_to_cs_files.py", which creates a file (e.g., "cs_seed1000_av_circ7p_vol30") that containes inputs for the CS framework. + +Step4: Run "cs_seed1000_av_circ7p_vol30" file will generate a turbulence field with lidar-based wind velocity measurements incorporated.