Index: examples/wflow_rhine_sbm/wflow_routing.ini =================================================================== diff -u --- examples/wflow_rhine_sbm/wflow_routing.ini (revision 0) +++ examples/wflow_rhine_sbm/wflow_routing.ini (revision e2a7f11e8df532f92d0cbc7cecf86067e23a8247) @@ -0,0 +1,51 @@ +[API] +Inwater=0,4 + + + +[inputmapstacks] +Inwater = /inmaps/IW +# this is optional inflow (positive) or outflow (negative) of the kin-wave reservoir in m^3/sec +Inflow = /inmaps/IF + + +[run] +# either a runinfo file or a start and end-time are required +#runinfo=inmaps/runinfo.xml +starttime= 1995-01-31 00:00:00 +endtime= 1995-02-28 00:00:00 +# required, base timestep of the model +timestepsecs = 86400 + +# Model parameters and settings +[model] +modeltype= routing + +AnnualDischarge=2290 +# Alpha for wiver-width estimation 5 for mountain stream 60 for the river rhine +Alpha=120 +WIMaxScale=0.8 +Tslice=1 +# Maximum upstream distance to update the flow in metres +UpdMaxDist=300000.0 +#SubCatchFlowOnly = 1 + + +[framework] +# outputformat for the *dynamic* mapstacks (not the states and summary maps) +# 1: pcraster +# 2: numpy +# 3: matlab + +# netcdfoutput requires also outputformat = 1 (default) and additionally the name of the file +#netcdfoutput = outmaps.nc +#netcdfwritebuffer=100 + +[layout] +# if set to zero the cell-size is given in lat/long (the default) +sizeinmetres = 0 + +[outputmaps] +self.SurfaceRunoff=run +#self.SubCellFrac=scf + Index: examples/wflow_rhine_sbm/wflow_sbm.ini =================================================================== diff -u -r5146577206d9aab9bde79b912dbe038515b57bb7 -re2a7f11e8df532f92d0cbc7cecf86067e23a8247 --- examples/wflow_rhine_sbm/wflow_sbm.ini (.../wflow_sbm.ini) (revision 5146577206d9aab9bde79b912dbe038515b57bb7) +++ examples/wflow_rhine_sbm/wflow_sbm.ini (.../wflow_sbm.ini) (revision e2a7f11e8df532f92d0cbc7cecf86067e23a8247) @@ -1,9 +1,9 @@ [API] IF=0,1 -SurfaceRunoff=2,1 -FirstZoneDepth=2,1 -Latitude=1,5 -Longitude=1,5 +InwaterMM=2,4 +#FirstZoneDepth=2,1 +#Latitude=1,5 +#Longitude=1,5 # Define the forcings needed for the model here @@ -77,14 +77,14 @@ [outputmaps] #self.Inflow=iflow -self.WaterDem=wat -self.SubCellFrac=scf +#self.WaterDem=wat +#self.SubCellFrac=scf #self.Inwater=inw #self.DistToUpdPt=dist #self.SnowMelt=sno #self.FirstZoneFlux=fzf #self.TopoLdd=ldd -self.FirstZoneDepth=fir +self.InwaterMM=iwm #self.watbal=wat #self.ActLeakage=lek Index: wflow-py/notebooks/BMI-Test.ipynb =================================================================== diff -u -rdcf2515c371c781e4f801f39367923bfc09cc6cb -re2a7f11e8df532f92d0cbc7cecf86067e23a8247 --- wflow-py/notebooks/BMI-Test.ipynb (.../BMI-Test.ipynb) (revision dcf2515c371c781e4f801f39367923bfc09cc6cb) +++ wflow-py/notebooks/BMI-Test.ipynb (.../BMI-Test.ipynb) (revision e2a7f11e8df532f92d0cbc7cecf86067e23a8247) @@ -1,477 +1,12790 @@ -{ - "metadata": { - "name": "", - "signature": "sha256:3525720c71c3811aeb5020713a2ab21ef24cbe5734bc55a8124d9c8d705ac397" - }, - "nbformat": 3, - "nbformat_minor": 0, - "worksheets": [ - { - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Basic test of the wflow BMI interface" - ] - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "import wflow.wflow_bmi as bmi\n", - "%matplotlib\n", - "reload(bmi)" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "ename": "TypeError", - "evalue": "cannot return std::string from Unicode object", - "output_type": "pyerr", - "traceback": [ - "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m\n\u001b[1;31mTypeError\u001b[0m Traceback (most recent call last)", - "\u001b[1;32m\u001b[0m in \u001b[0;36m\u001b[1;34m()\u001b[0m\n\u001b[0;32m 1\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mwflow\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mwflow_bmi\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mbmi\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m----> 2\u001b[1;33m \u001b[0mget_ipython\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mmagic\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;34mu'matplotlib'\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 3\u001b[0m \u001b[0mreload\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mbmi\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\IPython\\core\\interactiveshell.pyc\u001b[0m in \u001b[0;36mmagic\u001b[1;34m(self, arg_s)\u001b[0m\n\u001b[0;32m 2203\u001b[0m \u001b[0mmagic_name\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0m_\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mmagic_arg_s\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0marg_s\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mpartition\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;34m' '\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 2204\u001b[0m \u001b[0mmagic_name\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mmagic_name\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mlstrip\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mprefilter\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mESC_MAGIC\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m-> 2205\u001b[1;33m \u001b[1;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mrun_line_magic\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mmagic_name\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mmagic_arg_s\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 2206\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 2207\u001b[0m \u001b[1;31m#-------------------------------------------------------------------------\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\IPython\\core\\interactiveshell.pyc\u001b[0m in \u001b[0;36mrun_line_magic\u001b[1;34m(self, magic_name, line)\u001b[0m\n\u001b[0;32m 2124\u001b[0m \u001b[0mkwargs\u001b[0m\u001b[1;33m[\u001b[0m\u001b[1;34m'local_ns'\u001b[0m\u001b[1;33m]\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0msys\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0m_getframe\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mstack_depth\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mf_locals\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 2125\u001b[0m \u001b[1;32mwith\u001b[0m \u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mbuiltin_trap\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m-> 2126\u001b[1;33m \u001b[0mresult\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mfn\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m*\u001b[0m\u001b[0margs\u001b[0m\u001b[1;33m,\u001b[0m\u001b[1;33m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 2127\u001b[0m \u001b[1;32mreturn\u001b[0m \u001b[0mresult\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 2128\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\IPython\\core\\magics\\pylab.pyc\u001b[0m in \u001b[0;36mmatplotlib\u001b[1;34m(self, line)\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\IPython\\core\\magic.pyc\u001b[0m in \u001b[0;36m\u001b[1;34m(f, *a, **k)\u001b[0m\n\u001b[0;32m 191\u001b[0m \u001b[1;31m# but it's overkill for just that one bit of state.\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 192\u001b[0m \u001b[1;32mdef\u001b[0m \u001b[0mmagic_deco\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0marg\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m--> 193\u001b[1;33m \u001b[0mcall\u001b[0m \u001b[1;33m=\u001b[0m \u001b[1;32mlambda\u001b[0m \u001b[0mf\u001b[0m\u001b[1;33m,\u001b[0m \u001b[1;33m*\u001b[0m\u001b[0ma\u001b[0m\u001b[1;33m,\u001b[0m \u001b[1;33m**\u001b[0m\u001b[0mk\u001b[0m\u001b[1;33m:\u001b[0m \u001b[0mf\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m*\u001b[0m\u001b[0ma\u001b[0m\u001b[1;33m,\u001b[0m \u001b[1;33m**\u001b[0m\u001b[0mk\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 194\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 195\u001b[0m \u001b[1;32mif\u001b[0m \u001b[0mcallable\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0marg\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\IPython\\core\\magics\\pylab.pyc\u001b[0m in \u001b[0;36mmatplotlib\u001b[1;34m(self, line)\u001b[0m\n\u001b[0;32m 78\u001b[0m \"\"\"\n\u001b[0;32m 79\u001b[0m \u001b[0margs\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mmagic_arguments\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mparse_argstring\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mmatplotlib\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mline\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m---> 80\u001b[1;33m \u001b[0mgui\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mbackend\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mshell\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0menable_matplotlib\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0margs\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mgui\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 81\u001b[0m \u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0m_show_matplotlib_backend\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0margs\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mgui\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mbackend\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 82\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\IPython\\core\\interactiveshell.pyc\u001b[0m in \u001b[0;36menable_matplotlib\u001b[1;34m(self, gui)\u001b[0m\n\u001b[0;32m 2941\u001b[0m \u001b[0mgui\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mbackend\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mpt\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mfind_gui_and_backend\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mpylab_gui_select\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 2942\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m-> 2943\u001b[1;33m \u001b[0mpt\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mactivate_matplotlib\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mbackend\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 2944\u001b[0m \u001b[0mpt\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mconfigure_inline_support\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mself\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mbackend\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 2945\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\IPython\\core\\pylabtools.pyc\u001b[0m in \u001b[0;36mactivate_matplotlib\u001b[1;34m(backend)\u001b[0m\n\u001b[0;32m 285\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mrcParams\u001b[0m\u001b[1;33m[\u001b[0m\u001b[1;34m'backend'\u001b[0m\u001b[1;33m]\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mbackend\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 286\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m--> 287\u001b[1;33m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mpyplot\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 288\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mpyplot\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mswitch_backend\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mbackend\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 289\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\matplotlib\\pyplot.py\u001b[0m in \u001b[0;36m\u001b[1;34m()\u001b[0m\n\u001b[0;32m 25\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 26\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m---> 27\u001b[1;33m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mcolorbar\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 28\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mstyle\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 29\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0m_pylab_helpers\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0minteractive\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\matplotlib\\colorbar.py\u001b[0m in \u001b[0;36m\u001b[1;34m()\u001b[0m\n\u001b[0;32m 32\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0martist\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mmartist\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 33\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mcbook\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mcbook\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m---> 34\u001b[1;33m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mcollections\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mcollections\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 35\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mcolors\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mcolors\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 36\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mcontour\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mcontour\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\matplotlib\\collections.py\u001b[0m in \u001b[0;36m\u001b[1;34m()\u001b[0m\n\u001b[0;32m 25\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0martist\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0martist\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 26\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0martist\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mallow_rasterization\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m---> 27\u001b[1;33m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mbackend_bases\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mbackend_bases\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 28\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mpath\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mmpath\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 29\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0m_path\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\matplotlib\\backend_bases.py\u001b[0m in \u001b[0;36m\u001b[1;34m()\u001b[0m\n\u001b[0;32m 54\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 55\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mtight_bbox\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mtight_bbox\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m---> 56\u001b[1;33m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mtextpath\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mtextpath\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 57\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mpath\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mPath\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 58\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mcbook\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mmplDeprecation\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\matplotlib\\textpath.py\u001b[0m in \u001b[0;36m\u001b[1;34m()\u001b[0m\n\u001b[0;32m 17\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mpath\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mPath\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 18\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mrcParams\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m---> 19\u001b[1;33m \u001b[1;32mimport\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mfont_manager\u001b[0m \u001b[1;32mas\u001b[0m \u001b[0mfont_manager\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 20\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mft2font\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mFT2Font\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mKERNING_DEFAULT\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mLOAD_NO_HINTING\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 21\u001b[0m \u001b[1;32mfrom\u001b[0m \u001b[0mmatplotlib\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mft2font\u001b[0m \u001b[1;32mimport\u001b[0m \u001b[0mLOAD_TARGET_LIGHT\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\matplotlib\\font_manager.py\u001b[0m in \u001b[0;36m\u001b[1;34m()\u001b[0m\n\u001b[0;32m 1410\u001b[0m \u001b[0mverbose\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mreport\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;34m\"Using fontManager instance from %s\"\u001b[0m \u001b[1;33m%\u001b[0m \u001b[0m_fmcache\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 1411\u001b[0m \u001b[1;32mexcept\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m-> 1412\u001b[1;33m \u001b[0m_rebuild\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 1413\u001b[0m \u001b[1;32melse\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 1414\u001b[0m \u001b[0m_rebuild\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\matplotlib\\font_manager.py\u001b[0m in \u001b[0;36m_rebuild\u001b[1;34m()\u001b[0m\n\u001b[0;32m 1395\u001b[0m \u001b[1;32mdef\u001b[0m \u001b[0m_rebuild\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 1396\u001b[0m \u001b[1;32mglobal\u001b[0m \u001b[0mfontManager\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m-> 1397\u001b[1;33m \u001b[0mfontManager\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mFontManager\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 1398\u001b[0m \u001b[1;32mif\u001b[0m \u001b[0m_fmcache\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 1399\u001b[0m \u001b[0mpickle_dump\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mfontManager\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0m_fmcache\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\matplotlib\\font_manager.py\u001b[0m in \u001b[0;36m__init__\u001b[1;34m(self, size, weight)\u001b[0m\n\u001b[0;32m 1050\u001b[0m \u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mdefaultFont\u001b[0m\u001b[1;33m[\u001b[0m\u001b[1;34m'ttf'\u001b[0m\u001b[1;33m]\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mttffiles\u001b[0m\u001b[1;33m[\u001b[0m\u001b[1;36m0\u001b[0m\u001b[1;33m]\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 1051\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m-> 1052\u001b[1;33m \u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mttflist\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mcreateFontList\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mttffiles\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 1053\u001b[0m \u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 1054\u001b[0m \u001b[0mself\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mafmfiles\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mfindSystemFonts\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mpaths\u001b[0m\u001b[1;33m,\u001b[0m \u001b[0mfontext\u001b[0m\u001b[1;33m=\u001b[0m\u001b[1;34m'afm'\u001b[0m\u001b[1;33m)\u001b[0m \u001b[1;33m+\u001b[0m\u001b[0;31m \u001b[0m\u001b[0;31m\\\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;32mC:\\Users\\schelle\\AppData\\Local\\Continuum\\Anaconda\\lib\\site-packages\\matplotlib\\font_manager.py\u001b[0m in \u001b[0;36mcreateFontList\u001b[1;34m(fontfiles, fontext)\u001b[0m\n\u001b[0;32m 577\u001b[0m \u001b[1;32melse\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 578\u001b[0m \u001b[1;32mtry\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m--> 579\u001b[1;33m \u001b[0mfont\u001b[0m \u001b[1;33m=\u001b[0m \u001b[0mft2font\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mFT2Font\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mfpath\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 580\u001b[0m \u001b[1;32mexcept\u001b[0m \u001b[0mRuntimeError\u001b[0m\u001b[1;33m:\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 581\u001b[0m \u001b[0mverbose\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mreport\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;34m\"Could not open font file %s\"\u001b[0m\u001b[1;33m%\u001b[0m\u001b[0mfpath\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", - "\u001b[1;31mTypeError\u001b[0m: cannot return std::string from Unicode object" - ] - } - ], - "prompt_number": 11 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "bmimodel = bmi.wflowbmi()\n", - "bmimodel.initialize(configfile='../../examples/wflow_rhine_sbm/wflow_sbm.ini')" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "metadata": {}, - "output_type": "pyout", - "prompt_number": 2, - "text": [ - "0" - ] - } - ], - "prompt_number": 2 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "bmimodel.get_var_count()\n" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "metadata": {}, - "output_type": "pyout", - "prompt_number": 3, - "text": [ - "5" - ] - } - ], - "prompt_number": 3 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "for i in range(0,5):\n", - " print bmimodel.get_var_name(i)" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "IF\n", - "SurfaceRunoff\n", - "FirstZoneDepth\n", - "Latitude\n", - "Longitude\n" - ] - } - ], - "prompt_number": 7 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "bmimodel.get_var_shape('SurfaceRunoff')" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "metadata": {}, - "output_type": "pyout", - "prompt_number": 4, - "text": [ - "(169L, 187L)" - ] - } - ], - "prompt_number": 4 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "imshow(bmimodel.get_var('FirstZoneDepth'))" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "ename": "NameError", - "evalue": "name 'imshow' is not defined", - "output_type": "pyerr", - "traceback": [ - "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m\n\u001b[1;31mNameError\u001b[0m Traceback (most recent call last)", - "\u001b[1;32m\u001b[0m in \u001b[0;36m\u001b[1;34m()\u001b[0m\n\u001b[1;32m----> 1\u001b[1;33m \u001b[0mimshow\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mbmimodel\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mget_var\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;34m'FirstZoneDepth'\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m", - "\u001b[1;31mNameError\u001b[0m: name 'imshow' is not defined" - ] - } - ], - "prompt_number": 10 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "imshow(bmimodel.get_var('Longitude'))" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "ename": "NameError", - "evalue": "name 'imshow' is not defined", - "output_type": "pyerr", - "traceback": [ - "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m\n\u001b[1;31mNameError\u001b[0m Traceback (most recent call last)", - "\u001b[1;32m\u001b[0m in \u001b[0;36m\u001b[1;34m()\u001b[0m\n\u001b[1;32m----> 1\u001b[1;33m \u001b[0mimshow\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mbmimodel\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mget_var\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;34m'Longitude'\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m", - "\u001b[1;31mNameError\u001b[0m: name 'imshow' is not defined" - ] - } - ], - "prompt_number": 9 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "t_end = bmimodel.get_end_time()\n", - "t_start = bmimodel.get_start_time()\n", - "t = bmimodel.get_current_time()" - ], - "language": "python", - "metadata": {}, - "outputs": [], - "prompt_number": 6 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "\n", - "(t_end - t_start)/(86400)\n" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "metadata": {}, - "output_type": "pyout", - "prompt_number": 7, - "text": [ - "27.0" - ] - } - ], - "prompt_number": 7 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "t_end = bmimodel.get_end_time()\n", - "t = bmimodel.get_start_time()\n", - "\n", - "while t < t_end:\n", - " bmimodel.update(dt=-1)\n", - " t = bmimodel.get_current_time()\n", - " print datetime.datetime.fromtimestamp(t)" - ], - "language": "python", - "metadata": {}, - "outputs": [ - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "1995-02-01 00:00:00\n", - "1995-02-02 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-03 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-04 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-05 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-06 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-07 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-08 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-09 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-10 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-11 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-12 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-13 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-14 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-15 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-16 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-17 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-18 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-19 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-20 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-21 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-22 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-23 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-24 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-25 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-26 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n", - "1995-02-27 00:00:00" - ] - }, - { - "output_type": "stream", - "stream": "stdout", - "text": [ - "\n" - ] - } - ], - "prompt_number": 8 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "bmimodel.finalize()" - ], - "language": "python", - "metadata": {}, - "outputs": [], - "prompt_number": 9 - }, - { - "cell_type": "code", - "collapsed": false, - "input": [], - "language": "python", - "metadata": {}, - "outputs": [] - } - ], - "metadata": {} - } - ] +{ + "metadata": { + "name": "", + "signature": "sha256:3525720c71c3811aeb5020713a2ab21ef24cbe5734bc55a8124d9c8d705ac397" + }, + "nbformat": 3, + "nbformat_minor": 0, + "worksheets": [ + { + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Basic test of the wflow BMI interface" + ] + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "import wflow.wflow_bmi as bmi\n", + "%matplotlib\n", + "reload(bmi)" + ], + "language": "python", + "metadata": {}, + "outputs": [ + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "Using matplotlib backend: TkAgg\n" + ] + }, + { + "metadata": {}, + "output_type": "pyout", + "prompt_number": 36, + "text": [ + "" + ] + } + ], + "prompt_number": 36 + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "LA_model = bmi.wflowbmi()\n", + "LA_model.initialize(configfile='../../examples/wflow_rhine_sbm/wflow_sbm.ini')\n", + "\n", + "RT_model = bmi.wflowbmi()\n", + "RT_model.initialize(configfile='../../examples/wflow_rhine_sbm/wflow_routing.ini')" + ], + "language": "python", + "metadata": {}, + "outputs": [ + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,345 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,353 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,364 - model - INFO - Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Adding csv output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_landuse.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,370 - model - WARNING - Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Could not read sample id-map for timeseries: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/area.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,377 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,385 - model - INFO - Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Adding tss output at /home/jaap/repos/wflow/examples/wflow_rhine_sbm/staticmaps/wflow_gauges.map\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,391 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,397 - model - INFO - Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Applying the original topog_sbm lateral transfer formulation\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,411 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,416 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RunoffGeneratingGWPerc.tbl) returning default value: 0.1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,425 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxCanopyStorage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,431 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/EoverR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,438 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CanopyGapFraction.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,449 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/RootingDepth.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,456 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/rootdistpar.tbl) returning default value: -8000\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,467 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapSoil.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,473 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/CapScale.tbl) returning default value: 100.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,479 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/K4.tbl) returning default value: 0.02307\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,488 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/InfiltCapPath.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,496 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxLeakage.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,503 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/MaxPercolation.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,509 - model - INFO - Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Disabling HBV Type lower zone\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,518 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/PathFrac.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,531 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,540 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaR.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,548 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/thetaS.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,562 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneMinCapacity.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,573 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/FirstZoneKsatVer.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,582 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/M.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,591 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,600 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,606 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/WaterFrac.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,613 - model - WARNING - tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:tbl file not found (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/et_reftopot.tbl) returning default value: 0.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,661 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,694 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,699 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,704 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,720 - model - DEBUG - File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:File logging to /home/jaap/repos/wflow/examples/wflow_rhine_sbm/run_default/wflow.log\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,725 - model - INFO - model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:model no version Case: /home/jaap/repos/wflow/examples/wflow_rhine_sbm Runid: run_default\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,732 - model - INFO - running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:running for 28 timesteps\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,744 - model - INFO - Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Linking parameters to landuse, catchment and soil...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,753 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,762 - model - INFO - Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Creating map from table: /home/jaap/repos/wflow/examples/wflow_rhine_sbm/intbl/N_River.tbl\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,800 - model - INFO - Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Initializing of model variables..\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,823 - model - INFO - Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Saving summary maps...\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,829 - model - INFO - End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:End of initial section\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:17,834 - model - INFO - Setting initial conditions from state files\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "INFO:model:Setting initial conditions from state files\n" + ] + }, + { + "metadata": {}, + "output_type": "pyout", + "prompt_number": 37, + "text": [ + "0" + ] + } + ], + "prompt_number": 37 + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "for i in range(0,LA_model.get_var_count()):\n", + " print LA_model.get_var_name(i)" + ], + "language": "python", + "metadata": {}, + "outputs": [ + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "IF\n", + "InwaterMM\n" + ] + } + ], + "prompt_number": 38 + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "for i in range(0,RT_model.get_var_count()):\n", + " print RT_model.get_var_name(i)\n" + ], + "language": "python", + "metadata": {}, + "outputs": [ + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "Inwater\n" + ] + } + ], + "prompt_number": 39 + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "t_end = RT_model.get_end_time()\n", + "t_start = RT_model.get_start_time()\n", + "t = RT_model.get_current_time()" + ], + "language": "python", + "metadata": {}, + "outputs": [], + "prompt_number": 40 + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "\n", + "(t_end - t_start)/(86400)\n" + ], + "language": "python", + "metadata": {}, + "outputs": [ + { + "metadata": {}, + "output_type": "pyout", + "prompt_number": 41, + "text": [ + "27.0" + ] + } + ], + "prompt_number": 41 + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "t_end = RT_model.get_end_time()\n", + "t = RT_model.get_start_time()\n", + "\n", + "while t < t_end:\n", + " LA_model.update(dt=-1)\n", + " # Now set the output from the LA model (specific Q) as input to the RT model\n", + " thevar = LA_model.get_var(\"InwaterMM\")\n", + " RT_model.set_var(\"IW\",thevar)\n", + " RT_model.update(dt=-1)\n", + " t = RT_model.get_current_time()\n", + " print datetime.datetime.fromtimestamp(t)" + ], + "language": "python", + "metadata": {}, + "outputs": [ + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,520 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,639 - model - DEBUG - IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:IW is not defined in the usermodel: setting anyway\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,645 - model - DEBUG - Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 1/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,651 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,735 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,838 - model - DEBUG - Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 2/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,842 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "1995-02-01 00:00:00\n", + "1995-02-02 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:30,909 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,006 - model - DEBUG - Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 3/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,010 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-03 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,071 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,160 - model - DEBUG - Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 4/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,164 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-04 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,218 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,314 - model - DEBUG - Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 5/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,317 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-05 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,377 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,470 - model - DEBUG - Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 6/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,473 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-06 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,527 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,627 - model - DEBUG - Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 7/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,631 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-07 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,682 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,779 - model - DEBUG - Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 8/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,782 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-08 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,836 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,928 - model - DEBUG - Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 9/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,931 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-09 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:31,983 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,078 - model - DEBUG - Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 10/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,082 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-10 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,134 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,227 - model - DEBUG - Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 11/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,231 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-11 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,285 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,385 - model - DEBUG - Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 12/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,390 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-12 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,441 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,563 - model - DEBUG - Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 13/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,567 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-13 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,628 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,734 - model - DEBUG - Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 14/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,739 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-14 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,801 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,908 - model - DEBUG - Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 15/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,911 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-15 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:32,959 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,049 - model - DEBUG - Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 16/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,052 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-16 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,104 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,233 - model - DEBUG - Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 17/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,236 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-17 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,287 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,378 - model - DEBUG - Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 18/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,381 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-18 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,433 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,526 - model - DEBUG - Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 19/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,532 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-19 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,584 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,690 - model - DEBUG - Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 20/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,695 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-20 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,743 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,843 - model - DEBUG - Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 21/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,848 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-21 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:33,896 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,025 - model - DEBUG - Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 22/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,031 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-22 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,082 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,179 - model - DEBUG - Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 23/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,184 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-23 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,232 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,326 - model - DEBUG - Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 24/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,330 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-24 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,371 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,463 - model - DEBUG - Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 25/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,466 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-25 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,512 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,615 - model - DEBUG - Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 26/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,620 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-26 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,673 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,790 - model - DEBUG - Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "DEBUG:model:Step: 27/1\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "2014-10-15 21:11:34,796 - model - WARNING - Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stderr", + "text": [ + "WARNING:model:Forcing data (/home/jaap/repos/wflow/examples/wflow_rhine_sbm/inmaps/IW000000.001) for timestep not present, returning 1.0\n" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n", + "1995-02-27 00:00:00" + ] + }, + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "\n" + ] + } + ], + "prompt_number": 42 + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "LA_model.finalize()\n", + "RT_model.finalize()" + ], + "language": "python", + "metadata": {}, + "outputs": [], + "prompt_number": 35 + }, + { + "cell_type": "code", + "collapsed": false, + "input": [], + "language": "python", + "metadata": {}, + "outputs": [] + } + ], + "metadata": {} + } + ] } \ No newline at end of file Index: wflow-py/wflow/wf_DynamicFramework.py =================================================================== diff -u -r5146577206d9aab9bde79b912dbe038515b57bb7 -re2a7f11e8df532f92d0cbc7cecf86067e23a8247 --- wflow-py/wflow/wf_DynamicFramework.py (.../wf_DynamicFramework.py) (revision 5146577206d9aab9bde79b912dbe038515b57bb7) +++ wflow-py/wflow/wf_DynamicFramework.py (.../wf_DynamicFramework.py) (revision e2a7f11e8df532f92d0cbc7cecf86067e23a8247) @@ -22,6 +22,7 @@ #TODO: rmove most exec statements and replace by getattr #TODO: Remove command-line options from models such as -F that is now in the ini +#TODO: Fix timestep not forewarding in BMI runs (for reading writing maps) import osgeo.gdal as gdal from wflow.wf_netcdfio import * Index: wflow-py/wflow/wflow_bmi.py =================================================================== diff -u -r11f8d5cb169091c08cc5b7210e35f2ce7aed5fb3 -re2a7f11e8df532f92d0cbc7cecf86067e23a8247 --- wflow-py/wflow/wflow_bmi.py (.../wflow_bmi.py) (revision 11f8d5cb169091c08cc5b7210e35f2ce7aed5fb3) +++ wflow-py/wflow/wflow_bmi.py (.../wflow_bmi.py) (revision e2a7f11e8df532f92d0cbc7cecf86067e23a8247) @@ -25,17 +25,19 @@ # This cannot be avoided at the moment (needs a rework) # set to 10000 for now maxNrSteps = 10000 - if "_sbm" in configfile: + if "wflow_sbm.ini" in configfile: import wflow_sbm as wf - elif "_hbv" in configfile: + elif "wflow_hbv.ini" in configfile: import wflow_sbm as wf + elif "wflow_routing.ini" in configfile: + import wflow_routing as wf else: raise NotImplementedError myModel = wf.WflowModel(wflow_cloneMap, datadir, runid, inifile) self.dynModel = wf.wf_DynamicFramework(myModel, maxNrSteps, firstTimestep = 1) - self.dynModel.createRunId(NoOverWrite=0,level=logging.ERROR) + self.dynModel.createRunId(NoOverWrite=0,level=logging.DEBUG) self.dynModel._runInitial() self.dynModel._runResume() @@ -45,9 +47,7 @@ def finalize(self): """ Shutdown the library and clean up the model. - Note that the Fortran library's cleanup code is not up to snuff yet, - so the cleanup is not perfect. Note also that the working directory is - changed back to the original one. + """ self.dynModel._runSuspend() self.dynModel._wf_shutdown()