Skip to content
Snippets Groups Projects
Commit ccab8091 authored by Anne Philipp's avatar Anne Philipp
Browse files

further improved plotting routine for date selection

parent 812283d0
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ FORMAT GRIB1 ...@@ -28,7 +28,7 @@ FORMAT GRIB1
ADDPAR 186/187/188/235/139/39 ADDPAR 186/187/188/235/139/39
PREFIX EI PREFIX EI
ECSTORAGE 0 ECSTORAGE 0
ECTRANS 0 ECTRANS 1
ECFSDIR ectmp:/${USER}/econdemand/ ECFSDIR ectmp:/${USER}/econdemand/
MAILFAIL ${USER} MAILFAIL ${USER}
MAILOPS ${USER} MAILOPS ${USER}
......
...@@ -318,6 +318,7 @@ class GribTools: ...@@ -318,6 +318,7 @@ class GribTools:
if self.iid is None: if self.iid is None:
self.iid = grib_index_new_from_file(file, index_keys) self.iid = grib_index_new_from_file(file, index_keys)
else: else:
print 'in else zweig'
grib_index_add_file(self.iid, file) grib_index_add_file(self.iid, file)
if self.iid is not None: if self.iid is not None:
......
...@@ -69,12 +69,12 @@ addpar 186 187 188 235 139 39 ...@@ -69,12 +69,12 @@ addpar 186 187 188 235 139 39
basetime None basetime None
cwc 0 cwc 0
date_chunk 3 date_chunk 3
debug True debug 1
dpdeta 1 dpdeta 1
dtime 3 dtime 3
ecfsdir ectmp:/${USER}/econdemand/ ecfsdir ectmp:/${USER}/econdemand/
ecstorage 0 ecstorage 0
ectrans 0 ectrans 1
end_date 20160809 end_date 20160809
eta 0 eta 0
etadiff 0 etadiff 0
......
...@@ -69,12 +69,12 @@ addpar 186 187 188 235 139 39 ...@@ -69,12 +69,12 @@ addpar 186 187 188 235 139 39
basetime None basetime None
cwc 0 cwc 0
date_chunk 3 date_chunk 3
debug True debug 1
dpdeta 1 dpdeta 1
dtime 3 dtime 3
ecfsdir ectmp:/${USER}/econdemand/ ecfsdir ectmp:/${USER}/econdemand/
ecstorage 0 ecstorage 0
ectrans 0 ectrans 1
start_date ${MSJ_YEAR}${MSJ_MONTH}${MSJ_DAY} start_date ${MSJ_YEAR}${MSJ_MONTH}${MSJ_DAY}
eta 0 eta 0
etadiff 0 etadiff 0
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment