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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Admin message
The Gitlab server is succesfully updated to version 17.10.3
Show more breadcrumbs
wtlib
WindEnergyToolbox
Commits
7f043300
Commit
7f043300
authored
9 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
prepost: udpated docs
parent
5d4d42d6
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/configure-wine.md
+1
-1
1 addition, 1 deletion
docs/configure-wine.md
docs/howto-make-dlcs.md
+3
-3
3 additions, 3 deletions
docs/howto-make-dlcs.md
docs/install-anaconda.md
+1
-1
1 addition, 1 deletion
docs/install-anaconda.md
with
5 additions
and
5 deletions
docs/configure-wine.md
+
1
−
1
View file @
7f043300
...
...
@@ -30,7 +30,7 @@ the HAWC2 executables in here:
```
WINEDIRNAME=".wine32"
printf 'REGEDIT4\n[HKEY_CURRENT_USER\Environment]\n"PATH"="c:\\bin"' >> ./tmp.reg
printf 'REGEDIT4\n[HKEY_CURRENT_USER\
\
Environment]\n"PATH"="c:\\bin"' >> ./tmp.reg
WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit ./tmp.reg
rm ./tmp.reg
```
...
...
This diff is collapsed.
Click to expand it.
docs/howto-make-dlcs.md
+
3
−
3
View file @
7f043300
...
...
@@ -75,7 +75,7 @@ On Linux/Mac connecting to the cluster is as simple as running the following
command in the terminal:
```
g-000 $
ssh $USER@gorm.risoe.dk
ssh $USER@gorm.risoe.dk
```
Use your DTU password when asked. This will give you terminal access to the
...
...
@@ -155,7 +155,7 @@ local wine directory, which by default is assumed to be ```~/.wine32```, and
```
pbsutils
``` contains and automatic configuration script you can run:
```
g-000 $
./
config-wine-hawc2.sh
g-000 $ config-wine-hawc2.sh
```
If you need more information on what is going on, you can read a more detailed
...
...
@@ -529,7 +529,7 @@ optional arguments:
-h, --help show this help message and exit
--prep create htc, pbs, files (default=False)
--check_logs check the log files (default=False)
--stats calculate statistics (default=False)
--stats calculate statistics
and 1Hz equivalent loads
(default=False)
--fatigue calculate Leq for a full DLC (default=False)
--csv Save data also as csv file (default=False)
--years YEARS Total life time in years (default=20)
...
...
This diff is collapsed.
Click to expand it.
docs/install-anaconda.md
+
1
−
1
View file @
7f043300
...
...
@@ -9,7 +9,7 @@ conda update --all
conda create -n wetb_py3 python=3.5
source activate wetb_py3
conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install scipy pandas matplotlib cython xlrd
sphinx
conda install scipy pandas matplotlib cython xlrd
coverage
pip install pyscaffold pytest-cov
```
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