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
6a853ff1
Commit
6a853ff1
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
docs: updated mimer/hawc2sim house rules
parent
1987869b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/houserules-mimerhawc2sim.md
+68
-17
68 additions, 17 deletions
docs/houserules-mimerhawc2sim.md
with
68 additions
and
17 deletions
docs/houserules-mimerhawc2sim.md
+
68
−
17
View file @
6a853ff1
...
@@ -9,31 +9,86 @@ Objectives
...
@@ -9,31 +9,86 @@ Objectives
*
Re-use turbulence boxes (save disk space)
*
Re-use turbulence boxes (save disk space)
*
Find each others simulations, review, re-run
*
Find each others simulations, review, re-run
*
Find working examples of simulations, DLB's
*
Find working examples of simulations, DLB's
*
Avoid running
*
Avoid running the same DLB, simulations more than once
*
Disk usage quota review: administrators will create an overview of disk usage
as used per turbine and user.
Basic structure
---------------
The HAWC2 simulations are located on the data capacitor [mimer]
(http://mimer.risoe.dk/mimerwiki), on the following address:
```
# on Windows, use the following address when mapping a new network drive
\\mimer\hawc2sim
# on Linux you can use sshfs or mount -t cifs
//mimer.risoe.dk/hawc2sim
```
The following structure is currently used for this
```hawc2sim```
directory:
*
turbine model (e.g. DTU10MW, NREL5MW, etc)
*
set ID: 2 alphabetic characters followed by 4 numbers (e.g. AA0001)
For example:
*
DTU10MW
*
AA0001
*
AA0002
*
AB0001
*
log_AA.xlsx
*
log_BB.xlsx
*
log_overview.xlsx
*
NREL5MW
*
AA0001
*
AA0002
*
BA0001
*
log_AA.xlsx
*
log_BB.xlsx
*
log_overview.xlsx
House rules
House rules
-----------
-----------
*
New Turbine model folder when a new size of the turbulence box is required
*
New Turbine model folder when a new size of the turbulence box is required
(so basically when the rotor size is different)
(i.e. when the rotor size is different)
*
One set ID refers to one analysis, and it might contain more than one DLB
*
One "set ID" refers to one analysis, and it might contain more than one DLB
*
If you realize more cases have to be included, just add them in the same
*
If you realize more cases have to be included, add them in the same
set ID. Don't start new set ID numbers.
"set ID". Don't start new "set ID" numbers.
*
Each "set ID" number consists of 2 alphabetic followed by 4
numerical characters.
*
Log file
*
Log file
*
Indicate which DLB used for the given "set ID" in the log file
*
Indicate which DLB used for the given "set ID" in the log file
*
Indicate the changes wrt to a pervious set ID
*
Indicate the changes wrt to a previous "set ID"
*
Write clear log messages so others can understand what is going on
*
Write clear and concise log messages so others can understand what
analysis or which DLB is considered
*
Indicate in the log if something works or not.
*
Indicate in the log if something works or not.
*
Indicate if a certain set ID is used for a certain publication or report
*
Indicate if a certain
"
set ID
"
is used for a certain publication or report
*
Keep a log file of the different letters
*
Keep a log file of the different letters
. For instance AA might refer to load
*
Disk usage quota review
simulations carried out within a certain project
*
When results are outdated or wrong, delete the log and result files, but keep
*
When results are outdated or wrong, delete the log and result files, but keep
the htc, data and pbs input files so the set ID could be run again in the
the htc, data and pbs input files so the
"
set ID
"
could be
re-
run again in the
future. This is especially important if the given set ID has been used in a
future. This is especially important if the given
"
set ID
"
has been used in a
publication, report or Master/PhD thesis.
publication, report or Master/PhD thesis.
File permissions
----------------
*
By default only the person who generated the simulations within a given
"set ID" can delete or modify the input files, other users have only read access.
If you want to give everyone read and write access, you do:
```
# replace demo/AA0001 with the relevant turbine/set id
g-000 $ cd /mnt/mimer/hawc2sim/demo
g-000 $ chmod 777 -R AA0001
```
HAWC2 folder structure
HAWC2 folder structure
----------------------
----------------------
...
@@ -75,9 +130,5 @@ In order to use this auto-configuration mode, there can only be one master file
...
@@ -75,9 +130,5 @@ In order to use this auto-configuration mode, there can only be one master file
in ```_master``` that contains ```_master_``` in its file name.
in ```_master``` that contains ```_master_``` in its file name.
For the NREL5MW and the DTU10MW HAWC2 models, you can find their respective
For the NREL5MW and the DTU10MW HAWC2 models, you can find their respective
master files and DLC definition spreadsheet files on Mimer. When connected
master files and DLC definition spreadsheet files on ```mimer/hawc2sim```.
to Gorm over SSH/PuTTY, you will find these files at:
```
/mnt/mimer/hawc2sim # (when on Gorm)
```
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