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
4f751d7f
Commit
4f751d7f
authored
6 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
dlctemplate: negative option flag means default true, store false
parent
a7e43520
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wetb/prepost/dlctemplate.py
+2
-2
2 additions, 2 deletions
wetb/prepost/dlctemplate.py
with
2 additions
and
2 deletions
wetb/prepost/dlctemplate.py
+
2
−
2
View file @
4f751d7f
...
@@ -643,7 +643,7 @@ if __name__ == '__main__':
...
@@ -643,7 +643,7 @@ if __name__ == '__main__':
'
and stats calculation on the node right after the
'
'
and stats calculation on the node right after the
'
'
simulation has finished in single pbs mode.
'
)
'
simulation has finished in single pbs mode.
'
)
parser
.
add_argument
(
'
--no_postpro_node_zipchunks
'
,
default
=
True
,
parser
.
add_argument
(
'
--no_postpro_node_zipchunks
'
,
default
=
True
,
action
=
'
store_
tru
e
'
,
dest
=
'
postpro_node
'
,
action
=
'
store_
fals
e
'
,
dest
=
'
postpro_node
'
,
help
=
'
Do NOT perform the log analysis
'
help
=
'
Do NOT perform the log analysis
'
'
and stats calculation on the node right after the
'
'
and stats calculation on the node right after the
'
'
simulation has finished in zipchunks mode.
'
'
simulation has finished in zipchunks mode.
'
...
@@ -718,7 +718,7 @@ if __name__ == '__main__':
...
@@ -718,7 +718,7 @@ if __name__ == '__main__':
postpro_node
=
opt
.
postpro_node
,
runmethod
=
RUNMETHOD
,
postpro_node
=
opt
.
postpro_node
,
runmethod
=
RUNMETHOD
,
dlcs_dir
=
os
.
path
.
join
(
P_SOURCE
,
'
htc
'
,
'
DLCs
'
),
dlcs_dir
=
os
.
path
.
join
(
P_SOURCE
,
'
htc
'
,
'
DLCs
'
),
compress
=
opt
.
compress
,
wine_64bit
=
opt
.
wine_64bit
,
compress
=
opt
.
compress
,
wine_64bit
=
opt
.
wine_64bit
,
postpro_node_zipchunks
=
opt
.
postpro_node_zipchunks
)
postpro_node_zipchunks
=
opt
.
no_
postpro_node_zipchunks
)
# post processing: check log files, calculate statistics
# post processing: check log files, calculate statistics
if
opt
.
check_logs
or
opt
.
stats
or
opt
.
fatigue
or
opt
.
envelopeblade
\
if
opt
.
check_logs
or
opt
.
stats
or
opt
.
fatigue
or
opt
.
envelopeblade
\
or
opt
.
envelopeturbine
or
opt
.
AEP
:
or
opt
.
envelopeturbine
or
opt
.
AEP
:
...
...
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