Skip to content

Commit

Permalink
2008 replaced by variable year
Browse files Browse the repository at this point in the history
  • Loading branch information
Numlet authored Jun 29, 2016
1 parent 7855436 commit 1f83c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L0_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def join_variables(list_variables):
print file_variable_name, '\n'
for imon in range(12):
print files_directory
name=files_directory+'2008'+ukl.months_str[imon]+'/'+file_variable_name[:4]+ukl.months_str[imon]+file_variable_name[7:]
name=files_directory+year+ukl.months_str[imon]+'/'+file_variable_name[:4]+ukl.months_str[imon]+file_variable_name[7:]
print name, '\n'
names.append(name)
cube_list=[]
Expand Down

0 comments on commit 1f83c91

Please sign in to comment.