Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
PyNEMO
Commits
aa36359d
Commit
aa36359d
authored
5 years ago
by
thopri
Browse files
Options
Download
Email Patches
Plain Diff
updated cmems error log
parent
e1547fed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
pynemo/nemo_bdy_dl_cmems.py
pynemo/nemo_bdy_dl_cmems.py
+1
-1
pynemo/utils/cmems_errors.py
pynemo/utils/cmems_errors.py
+1
-0
No files found.
pynemo/nemo_bdy_dl_cmems.py
View file @
aa36359d
...
...
@@ -16,7 +16,7 @@ import os
#local imports
from
pynemo.utils
import
cmems_errors
as
errors
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
'CMEMS Downloader'
)
'''
This function checks to see if the MOTU client is installed on the PyNEMO python environment. If it is not installed
...
...
This diff is collapsed.
Click to expand it.
pynemo/utils/cmems_errors.py
View file @
aa36359d
...
...
@@ -8,6 +8,7 @@ so make sure it is written correctly.
# errors that are worth retrying download, e,g, error in netcdfwriter finish
MOTU_retry
=
{
'004-27'
:
'Error in NetcdfWriter finish'
,
'Errno 60'
:
'[Errno 60] Operation timed out'
,
'Excp 11'
:
'Execution failed: [Excp 11] "Dataset retrival incomplete.'
}
# errors that are not worth retrying e.g. cmems network is down
MOTU_critical
=
{
'50'
:
'Network Down'
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment