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
Show more breadcrumbs
wtlib
WindEnergyToolbox
Commits
52ce2b06
Commit
52ce2b06
authored
7 years ago
by
Jennifer Rinker
Browse files
Options
Downloads
Patches
Plain Diff
Deleted step 6 (Issue
#52
main fork)
Step 6 in "Getting Started with DLBs" was actually unnecessary, so I deleted it.
parent
6d8d520c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/getting-started-with-dlbs.md
+3
-6
3 additions, 6 deletions
docs/getting-started-with-dlbs.md
with
3 additions
and
6 deletions
docs/getting-started-with-dlbs.md
+
3
−
6
View file @
52ce2b06
...
@@ -102,10 +102,7 @@ $ source deactivate
...
@@ -102,10 +102,7 @@ $ source deactivate
This will create a subfolders DLCs and fill that new subfolder with the created
This will create a subfolders DLCs and fill that new subfolder with the created
subordinate Excel files.
subordinate Excel files.
##### 6. Move your DLCs.xlsx file from the htc folder to the ```_master``` folder.
##### 6. Create your htc files and PBS job scripts .
It will cause errors in later scripts if left in the htc folder.
##### 7. Create your htc files and PBS job scripts .
These files and scripts are generated from the subordinate Excel files from
These files and scripts are generated from the subordinate Excel files from
Step 5. To do this, in the terminal, change up a level to your Set ID folder
Step 5. To do this, in the terminal, change up a level to your Set ID folder
(e.g., to folder "AB0001"). Then run this code
(e.g., to folder "AB0001"). Then run this code
...
@@ -117,7 +114,7 @@ $ qsub-wrap.py -f /home/MET/repositories/toolbox/WindEnergyToolbox/wetb/prepost/
...
@@ -117,7 +114,7 @@ $ qsub-wrap.py -f /home/MET/repositories/toolbox/WindEnergyToolbox/wetb/prepost/
Your htc files should now be placed in subfolders in the htc folder, and PBS
Your htc files should now be placed in subfolders in the htc folder, and PBS
job files should be in folder
```pbs_in```
.
job files should be in folder
```pbs_in```
.
#####
8
. Launch the htc files to the cluster.
#####
7
. Launch the htc files to the cluster.
Use the
```launch.py```
function to launch the jobs on the cluster.
Use the
```launch.py```
function to launch the jobs on the cluster.
For example, the following code will launch the jobs in folder
```pbs_in```
on
For example, the following code will launch the jobs in folder
```pbs_in```
on
100 nodes. You must be in the top-level Set ID folder for this to work (e.g.,
100 nodes. You must be in the top-level Set ID folder for this to work (e.g.,
...
@@ -136,7 +133,7 @@ help function to print available launch options:
...
@@ -136,7 +133,7 @@ help function to print available launch options:
$ launch.py --help
$ launch.py --help
```
```
#####
9
. Post-process results.
#####
8
. Post-process results.
The wetb function
```qsub-wrap.py```
can not only generate htc files but also
The wetb function
```qsub-wrap.py```
can not only generate htc files but also
post-process results. For example, here is code to check the log files
post-process results. For example, here is code to check the log files
...
...
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