Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AossTower
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
MetObs
AossTower
Commits
0cae1fd7
Commit
0cae1fd7
authored
8 years ago
by
Matthew Westphall
Browse files
Options
Downloads
Patches
Plain Diff
updated nc.py
parent
d3f7a9ca
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
aosstower/level_b1/nc.py
+3
-2
3 additions, 2 deletions
aosstower/level_b1/nc.py
with
3 additions
and
2 deletions
aosstower/level_b1/nc.py
+
3
−
2
View file @
0cae1fd7
...
...
@@ -465,7 +465,8 @@ def main():
import
argparse
#argparse description
argparser
=
argparse
.
ArgumentParser
(
description
=
"
Convert level_00 aoss tower data to level_a0
"
)
argparser
=
argparse
.
ArgumentParser
(
description
=
"
Convert level_00 aoss tower data to level_a0
"
,
fromfile_prefix_chars
=
'
@
'
)
#argparse verbosity info
argparser
.
add_argument
(
'
-v
'
,
'
--verbose
'
,
action
=
"
count
"
,
default
=
int
(
os
.
environ
.
get
(
"
VERBOSITY
"
,
2
)),
...
...
@@ -485,7 +486,7 @@ def main():
argparser
.
add_argument
(
'
-z
'
,
'
--zlib
'
,
action
=
'
store_true
'
,
help
=
'
compress netCDF file with zlib
'
)
argparser
.
add_argument
(
"
input_files
"
,
nargs
=
"
+
"
,
help
=
"
aoss_tower level_00 paths
"
)
help
=
"
aoss_tower level_00 paths
. Use @filename to red a list of paths from that file.
"
)
argparser
.
add_argument
(
'
-o
'
,
'
--output
'
,
required
=
True
,
nargs
=
"
+
"
,
help
=
"
filename pattern or filename.
"
+
"
Should be along the lines of <filepath>/aoss_tower.YYYY-MM-DD.nc
"
)
...
...
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