Skip to content
Snippets Groups Projects
Commit 9c4ccc50 authored by David Verelst's avatar David Verelst
Browse files

updated docs

parent adfed72f
No related branches found
No related tags found
No related merge requests found
...@@ -421,12 +421,12 @@ depth is varying for different load cases) it would be convienent to be able ...@@ -421,12 +421,12 @@ depth is varying for different load cases) it would be convienent to be able
to control which init file is used for which case (e.g. water depth). to control which init file is used for which case (e.g. water depth).
When running a load case for which the mooring lines will run in init mode: When running a load case for which the mooring lines will run in init mode:
* ```[copyback_f1]``` = 'ESYSMooring_init.dat' * ```[copyback_f1] = 'ESYSMooring_init.dat'```
* ```[copyback_f1_rename]``` = 'mooringinits/ESYSMooring_init_vXYZ.dat' * ```[copyback_f1_rename] = 'mooringinits/ESYSMooring_init_vXYZ.dat'```
When using an a priory cacluated init file for the mooring lines: When using an a priory cacluated init file for the mooring lines:
* ```[copyto_generic_f1]``` = 'mooringinits/ESYSMooring_init_vXYZ.dat' * ```[copyto_f1] = 'mooringinits/ESYSMooring_init_vXYZ.dat'```
* ```[copyto_f1]``` = 'ESYSMooring_init.dat' * ```[copyto_generic_f1] = 'ESYSMooring_init.dat'```
Replace ```vXYZ``` with an appropriate identifier for your case. Replace ```vXYZ``` with an appropriate identifier for your case.
...@@ -748,25 +748,48 @@ g-000 $ qsub-wrap.py -f ../myturbine.py --years=25 --neq=1e7 --stats --check_log ...@@ -748,25 +748,48 @@ g-000 $ qsub-wrap.py -f ../myturbine.py --years=25 --neq=1e7 --stats --check_log
Other options for the original ```dlctemplate.py``` script: Other options for the original ```dlctemplate.py``` script:
``` ```
usage: dlctemplate.py [-h] [--prep] [--check_logs] [--stats] [--fatigue] (wetb_py3) [dave@jess]$ python dlctemplate.py --help
[--csv] [--years YEARS] [--no_bins NO_BINS] [--neq NEQ] usage: dlctemplate.py [-h] [--prep] [--check_logs]
[--envelopeblade] [--envelopeturbine] [--pbs_failed_path PBS_FAILED_PATH] [--stats]
[--fatigue] [--AEP] [--csv] [--years YEARS]
[--no_bins NO_BINS] [--neq NEQ] [--rotarea ROTAREA]
[--save_new_sigs] [--dlcplot] [--envelopeblade]
[--envelopeturbine] [--zipchunks] [--pbs_turb]
[--walltime WALLTIME]
pre- or post-processes DLC's pre- or post-processes DLC's
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
--prep create htc, pbs, files (default=False) --prep create htc, pbs, files
--check_logs check the log files (default=False) --check_logs check the log files
--stats calculate statistics and 1Hz equivalent loads (default=False) --pbs_failed_path PBS_FAILED_PATH
--fatigue calculate Leq for a full DLC (default=False) Copy pbs launch files of the failed cases to a new
--csv Save data also as csv file (default=False) directory in order to prepare a re-run. Default value:
--years YEARS Total life time in years (default=20) pbs_in_failed.
--no_bins NO_BINS Number of bins for fatigue loads (default=46) --stats calculate statistics and 1Hz equivalent loads
--neq NEQ Equivalent cycles neq, default 1 Hz equivalent load --fatigue calculate Leq for a full DLC
(neq = simulation duration in seconds) --AEP calculate AEP, requires htc/DLCs/dlc_config.xlsx
--envelopeblade calculate the load envelope for sensors on the blades --csv Save data also as csv file
--envelopeturbine calculate the load envelope for sensors on the turbine --years YEARS Total life time in years
--no_bins NO_BINS Number of bins for fatigue loads
--neq NEQ Equivalent cycles Neq used for Leq fatigue lifetime
calculations.
--rotarea ROTAREA Rotor area for C_T, C_P
--save_new_sigs Save post-processed sigs
--dlcplot Plot DLC load basis results
--envelopeblade Compute envelopeblade
--envelopeturbine Compute envelopeturbine
--zipchunks Create PBS launch files forrunning in zip-chunk
find+xargs mode.
--pbs_turb Create PBS launch files to create the turbulence boxes
in stand alone mode using the 64-bit Mann turbulence
box generator. This can be usefull if your turbulence
boxes are too big for running in HAWC2 32-bit mode.
Only works on Jess.
--walltime WALLTIME Queue walltime for each case/pbs file, format:
HH:MM:SS Default: 04:00:00
``` ```
The load envelopes are computed for sensors specified in the The load envelopes are computed for sensors specified in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment