Skip to content
Snippets Groups Projects
Commit 58470039 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

mean flux files now expected as part of output

parent 871005bb
Branches
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ def SaveWeeklyAvg1x1Data(rundat):
#
# if not, process this week. Start by getting input data from TM5
#
filename = os.path.join(rundat.inputdir,'flux1x1_%s_%s.nc'%(week.strftime('%Y%m%d%H'),(week+dt).strftime('%Y%m%d%H'),) )
filename = os.path.join(rundat.inputdir,'%s'%week.strftime('%Y%m%d'),'flux1x1_%s_%s.nc'%(week.strftime('%Y%m%d%H'),(week+dt).strftime('%Y%m%d%H'),) )
file=io.CT_CDF(filename,'read')
bio=array(file.GetVariable(rundat.namedict['background.co2.bio.flux']))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment