Index: examples/wflow_rhine_sbm/inmaps/clim/lulegend.txt =================================================================== diff -u --- examples/wflow_rhine_sbm/inmaps/clim/lulegend.txt (revision 0) +++ examples/wflow_rhine_sbm/inmaps/clim/lulegend.txt (revision 48c5e15f819d7248b75d7f583fb69df42ae96ef6) @@ -0,0 +1,17 @@ +0 Water +1 Evergreen Needle leaf Forest +2 Evergreen Broadleaf Forest +3 Deciduous Needle leaf Forest +4 Deciduous Broadleaf Forest +5 Mixed Forests +6 Closed Shrublands +7 Open Shrublands +8 Woody Savannas +9 Savannas +10 Grasslands +11 Permanent Wetland +12 Croplands +13 Urban and Built-Up +14 Cropland/Natural Vegetation Mosaic +15 Snow and Ice +16 Barren or Sparsely Vegetated \ No newline at end of file Index: wflow-py/wflow/wflow_bmi.py =================================================================== diff -u -r4f140b863e38561c0f6d93addbfc2d0a7c6bbce1 -r48c5e15f819d7248b75d7f583fb69df42ae96ef6 --- wflow-py/wflow/wflow_bmi.py (.../wflow_bmi.py) (revision 4f140b863e38561c0f6d93addbfc2d0a7c6bbce1) +++ wflow-py/wflow/wflow_bmi.py (.../wflow_bmi.py) (revision 48c5e15f819d7248b75d7f583fb69df42ae96ef6) @@ -36,6 +36,7 @@ self.loggingmode = logging.DEBUG self.bmilogger = setlogger('wflow_bmi.log','wflow_bmi_logging',thelevel=self.loggingmode) + self.bmilogger.info("__init__: wflow_bmi object initialised.") def initialize(self, configfile=None,loglevel=logging.DEBUG): """ @@ -109,7 +110,6 @@ :return: time units as a CF convention string (http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/build/cf-conventions.html#time-coordinate) - """ return self.dynModel.wf_supplyEpoch() @@ -289,6 +289,7 @@ print logstr self.bmilogger = setlogger('wflow_bmi.log','wflow_bmi_logging',thelevel=self.loggingmode) + self.bmilogger.info("__init__: wflow_bmi object initialised.") def initialize_config(self, filename, loglevel=logging.DEBUG): """