Skip to content

Commit e100918

Browse files
author
Denis Nadeau
committed
set non parallel flag for cdscan
1 parent b5f07e8 commit e100918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/cdms2/Script/cdscan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ calendarMap = tagToCalendar
246246
reverseCalendarMap = calendarToTag
247247

248248
attrPattern = re.compile(r'\s*(\w*)\.(\w+)\s*=\s*(.*)$')
249+
cdms2.setNetcdfUseParallelFlag(0)
249250
def timestamp():
250251
"Generate a timestamp."
251252
import time

0 commit comments

Comments
 (0)