Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 50bddc91 authored by Gildas Cambon's avatar Gildas Cambon
Browse files

Small bug fix : move dl=2 out of the if ownArea == 0:

parent 4e84a7cd
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,8 @@ from era5_crocotools_param import * ...@@ -37,9 +37,8 @@ from era5_crocotools_param import *
print('year_start is '+str(year_start)) print('year_start is '+str(year_start))
# ------------------------------------------------- # -------------------------------------------------
dl=2
if ownArea == 0: if ownArea == 0:
dl = 2
lines = [line.rstrip('\n') for line in open(paramFile)] lines = [line.rstrip('\n') for line in open(paramFile)]
for line in lines: for line in lines:
if "lonmin" in line: if "lonmin" in line:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment