Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
toolbox
WindEnergyToolbox
Commits
15d2be2b
There was a problem fetching the pipeline summary.
Commit
15d2be2b
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
docs-how2dlc: moved away from STABCON dirs
parent
fab8ee93
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/howto-make-dlcs.md
+7
-6
7 additions, 6 deletions
docs/howto-make-dlcs.md
with
7 additions
and
6 deletions
docs/howto-make-dlcs.md
+
7
−
6
View file @
15d2be2b
...
@@ -131,7 +131,7 @@ by editing the file ```.bash_profile``` file in your Gorm’s home directory
...
@@ -131,7 +131,7 @@ by editing the file ```.bash_profile``` file in your Gorm’s home directory
or create a new file with this file name in case it doesn't exist):
or create a new file with this file name in case it doesn't exist):
```
```
export PATH=$PATH:/home/MET/
STABCON/
repositories/toolbox/pbsutils/
export PATH=$PATH:/home/MET/repositories/toolbox/pbsutils/
```
```
(The corresponding open repository is on the DTU Wind Energy Gitlab server:
(The corresponding open repository is on the DTU Wind Energy Gitlab server:
...
@@ -204,14 +204,14 @@ the htc file generator within the correct environment Python environment. A
...
@@ -204,14 +204,14 @@ the htc file generator within the correct environment Python environment. A
emplate for such a file, which works for standard DLBs, can be found here:
emplate for such a file, which works for standard DLBs, can be found here:
```
```
/home/MET/
STABCON/
repositories/toolbox/WindEnergyToolbox/wetb/prepost/dlctemplate.py
/home/MET/repositories/toolbox/WindEnergyToolbox/wetb/prepost/dlctemplate.py
```
```
For example, in order to generate the default IEC DLCs:
For example, in order to generate the default IEC DLCs:
```
```
g-000 $ cd path/to/HAWC2/model # folder where the hawc2 model is located
g-000 $ cd path/to/HAWC2/model # folder where the hawc2 model is located
g-000 $ qsub-wrap.py -f /home/MET/
STABCON/
repositories/toolbox/WindEnergyToolbox/wetb/prepost/dlctemplate.py --prep
g-000 $ qsub-wrap.py -f /home/MET/repositories/toolbox/WindEnergyToolbox/wetb/prepost/dlctemplate.py --prep
```
```
You could consider copying the template into the HAWC2 model folder to avoid
You could consider copying the template into the HAWC2 model folder to avoid
...
@@ -274,7 +274,7 @@ First activate the Anaconda Python environment by typing:
...
@@ -274,7 +274,7 @@ First activate the Anaconda Python environment by typing:
```bash
```bash
# add the Anaconda Python environment paths to the system PATH
# add the Anaconda Python environment paths to the system PATH
g-000 $ export PATH=/home/
MET/STABCON
/miniconda/bin:$PATH
g-000 $ export PATH=/home/
python
/miniconda
3
/bin:$PATH
# activate the custom python environment:
# activate the custom python environment:
g-000 $ source activate wetb_py3
g-000 $ source activate wetb_py3
```
```
...
@@ -513,7 +513,7 @@ htc files, but now we set different flags. For example, for checking the log
...
@@ -513,7 +513,7 @@ htc files, but now we set different flags. For example, for checking the log
files, calculating the statistics, the AEP and the life time equivalent loads:
files, calculating the statistics, the AEP and the life time equivalent loads:
```
```
g-000 $ qsub-wrap.py -f /home/MET/
STABCON/
repositories/prepost/dlctemplate.py
-c python
--years=25 --neq=1e7 --stats --check_logs --fatigue
g-000 $ qsub-wrap.py -f /home/MET/repositories/
toolbox/WindEnergyToolbox/wetb/
prepost/dlctemplate.py --years=25 --neq=1e7 --stats --check_logs --fatigue
```
```
Other options for the ```dlctemplate.py``` script:
Other options for the ```dlctemplate.py``` script:
...
@@ -559,4 +559,5 @@ are redirected to the ```pbs_out/qsub-wrap_dlctemplate.py.err``` text file.
...
@@ -559,4 +559,5 @@ are redirected to the ```pbs_out/qsub-wrap_dlctemplate.py.err``` text file.
The output and errors of HAWC2 simulations can also be found in the ```pbs_out```
The output and errors of HAWC2 simulations can also be found in the ```pbs_out```
directory. The ```.err``` and ```.out``` files will be named exactly the same
directory. The ```.err``` and ```.out``` files will be named exactly the same
as the ```.htc``` input files, and the ```.sel```/```.dat`
``
output files.
as the ```.htc``` input files, and the ```.sel```/```.dat`
``
output files.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment