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

docs: updated mimer/hawc2sim house rules

parent 1987869b
No related branches found
No related tags found
No related merge requests found
...@@ -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)
```
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