Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
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
cspp_geo
cspp-geo-gridded-glm
Commits
a6844552
Commit
a6844552
authored
2 years ago
by
Nick Bearson
Browse files
Options
Downloads
Patches
Plain Diff
add the version info as a simple print for now
parent
7dbaedea
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
gridded_glm/libexec/gridded_glm/_minute_gridder.py
+5
-0
5 additions, 0 deletions
gridded_glm/libexec/gridded_glm/_minute_gridder.py
with
5 additions
and
0 deletions
gridded_glm/libexec/gridded_glm/_minute_gridder.py
+
5
−
0
View file @
a6844552
...
@@ -430,6 +430,11 @@ def main():
...
@@ -430,6 +430,11 @@ def main():
if
levels
[
min
(
3
,
args
.
verbosity
)]
>
logging
.
DEBUG
:
if
levels
[
min
(
3
,
args
.
verbosity
)]
>
logging
.
DEBUG
:
import
warnings
import
warnings
warnings
.
filterwarnings
(
"
ignore
"
)
warnings
.
filterwarnings
(
"
ignore
"
)
if
args
.
version
:
print
(
f
"
CSPP Geo Gridded GLM version
{
get_cspp_gglm_version
()
}
"
)
exit
(
0
)
log
.
info
(
"
Starting GLM Gridding
"
)
log
.
info
(
"
Starting GLM Gridding
"
)
log
.
debug
(
"
Starting script with: %s
"
,
sys
.
argv
)
log
.
debug
(
"
Starting script with: %s
"
,
sys
.
argv
)
...
...
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