From 52ce2b068649f83359f37765ce549f7df70e32ad Mon Sep 17 00:00:00 2001 From: Jennifer Rinker <rink@win.dtu.dk> Date: Mon, 12 Jun 2017 14:56:16 +0200 Subject: [PATCH] Deleted step 6 (Issue #52 main fork) Step 6 in "Getting Started with DLBs" was actually unnecessary, so I deleted it. --- docs/getting-started-with-dlbs.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/getting-started-with-dlbs.md b/docs/getting-started-with-dlbs.md index 7bf3d22..1994566 100644 --- a/docs/getting-started-with-dlbs.md +++ b/docs/getting-started-with-dlbs.md @@ -102,10 +102,7 @@ $ source deactivate This will create a subfolders DLCs and fill that new subfolder with the created subordinate Excel files. -##### 6. Move your DLCs.xlsx file from the htc folder to the ```_master``` folder. -It will cause errors in later scripts if left in the htc folder. - -##### 7. Create your htc files and PBS job scripts . +##### 6. Create your htc files and PBS job scripts . 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 (e.g., to folder "AB0001"). Then run this code @@ -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 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. 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., @@ -136,7 +133,7 @@ help function to print available launch options: $ 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 post-process results. For example, here is code to check the log files -- GitLab