Index: wflow-py/Scripts/pcr2netcdf.ini =================================================================== diff -u --- wflow-py/Scripts/pcr2netcdf.ini (revision 0) +++ wflow-py/Scripts/pcr2netcdf.ini (revision 9d0f4ebaa37478fe3853cc2abee4e2065ebb26a6) @@ -0,0 +1,60 @@ +[metadata] +id = Filename +title = Hargreaves reference evapotranspiration +long_title = Hargreaves reference evapotranspiration. Generated from the tier-1 WFDEI forcing data from eartH2Observe (https://wci.earth2observe.eu/thredds/catalog/ecmwf/met_forcing_v0/catalog.html) +comments = Primilinary version +institution = Deltares +history = First version, 12-11-2014 +references = www.eartH2Observe.eu +source = ECMWF generated WFDEI forcing: https://wci.earth2observe.eu/thredds/catalog/ecmwf/met_forcing_v0/catalog.html) +Conventions= CF-1.6 +Conventions_help = http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html +CreationDate = 2014/09/11 14:50:52 +CreatedBy = Frederiek Sperna Weiland () +naming_authority = Deltares.nl +Metadata_Conventions = Unidata Dataset Discovery v1.0 +processing_level = preliminary +creator_name = Frederiek Sperna Weiland, Jaap Schellekens +creator_url = http://www.deltares.nl/ +creator_email = Frederiek.SpernaWeiland@deltares.nl +contributor_name = Jaap Schellekens +contributor_role = CF compliant +project = earth2Observe +acknowledgment = The eartH2Observe project has received funding from the European Union's Seventh Programme for research, technological development and demonstration under grant agreement No 603608 +license = http://creativecommons.org/licenses/by-sa/4.0/ + +#date_created: 2013-07-01T00:00Z +#date_issued: 2014-05-16T18:18Z + +summary: WATCH meteorological forcing data methodology applied to ERA-Interim data over land merged with ERA-Interim raw data over the ocean +keywords: meteorological forcing, WATCH, Earth2Observe, reanalysis, ERA-Interim +comment: methodology: Weedon et al 2011 J.Hydromet. 12, 823-848 doi:10.1175/2011JHM1369.1 +notes: EI data regridded to half degree regular lat-lon +Genuine land points from CRU grid only +LWdown corrected via emissivity ratio to be consistent with Tair_WFDEI, PSurf_WFDEI and Qair_WFDEI +This version: LWdown_WFDEI values in Antarctica have been corrected +www.ecmwf.int/products/data/archive /descriptions/ei/index.html +http://badc.nerc.ac.uk/browse/badc/cru /data/cru_ts/cru_ts_3.21 +further_information: http://www.eu-watch.org/gfx_content/documents/README-WFDEI.pdf + +publisher_name: Emanuel Dutra +publisher_url: http://www.ecmwf.int +publisher_email: emanuel.dutra@ecmwf.int + + + + +cdm_data_type: grid +references: Weedon et al 2011 J.Hydromet doi: 10.1175/2011JHM1369.1; Weedon et al 2014, Water Resour. Res. (submitted) +source: ERA-Interim reanalysis +history: 2014-05-16T18:25Z: ./add_extra_time.py -c LWdown -d 198001 +2014-05-16T18:22Z: ./process_netcdf.py -i /media/HDD2TB/base/data/E2OBS/forcingWFDEI//198002/LWdown_WFDEI_198002.nc -f /media/WD2TB/base/data/E2OBS/forcingERAI//198002/LWdown_ei198002.nc -o /media/HDD2TB/base/data/E2OBS/forcingE2OBS//198002//LWdown_E2OBS_198002.nc -m /home/ne/need/work/e2obs/forcing//WFDEI_elevation.nc +created March 2014 +date_modified: 2014-05-16T18:25Z + +Unlimited_Dimension: time + + + +# repeat pcraster mapstacks here to assing netcdf attributes +[HAR] Index: wflow-py/Scripts/pcr2netcdf.py =================================================================== diff -u -rac75d5eab1a097f62294f4e9116f6f8724005cca -r9d0f4ebaa37478fe3853cc2abee4e2065ebb26a6 --- wflow-py/Scripts/pcr2netcdf.py (.../pcr2netcdf.py) (revision ac75d5eab1a097f62294f4e9116f6f8724005cca) +++ wflow-py/Scripts/pcr2netcdf.py (.../pcr2netcdf.py) (revision 9d0f4ebaa37478fe3853cc2abee4e2065ebb26a6) @@ -270,7 +270,7 @@ var.append(a) varname.append(a) - # USe first timestep as clone-map + # Use first timestep as clone-map logger = _pcrut.setlogger('pcr2netcdf.log','pcr2netcdf', thelevel = _pcrut.logging.DEBUG) count = 1 Index: wflow-py/TODO.txt =================================================================== diff -u -r5a0c3b287e38dcf895f20ac9191721b2e51d91a4 -r9d0f4ebaa37478fe3853cc2abee4e2065ebb26a6 --- wflow-py/TODO.txt (.../TODO.txt) (revision 5a0c3b287e38dcf895f20ac9191721b2e51d91a4) +++ wflow-py/TODO.txt (.../TODO.txt) (revision 9d0f4ebaa37478fe3853cc2abee4e2065ebb26a6) @@ -4,9 +4,11 @@ - Use partial wetness of cell in kinematic wave - Add add_reservoir function to framework +- fix open water treatment (together with reservoirs) - split kinematic wave from SBM and HBV + DONE: =====