Commit aa36359d authored by thopri's avatar thopri
Browse files

updated cmems error log

parent e1547fed
......@@ -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
......
......@@ -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'}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment