top.gif (2928 bytes)

Home News Manual Downloads Projects FAQ Search Executables

Contents

arrowright.jpg (541 bytes) Introduction to Watflood
arrowright.jpg (541 bytes) Current Studies
arrowright.jpg (541 bytes) Tour Watflood
arrowright.jpg (541 bytes) Downloads
arrowright.jpg (541 bytes) Comments
arrowright.jpg (541 bytes) FAQ
arrowright.jpg (541 bytes) Site Map
arrowright.jpg (541 bytes)
Hydrology Links

arrowright.jpg (541 bytes)

WATFLOOD

Executables

Programs
Data Preparation Programs
Other Downloads

If you would like to be notified of updates, please e-mail NK

Programs

Please note: All files except the map, pdl, par and climate normal files are now in GreenKenue format.

SPL9 model -  32 bit version   -   production mode

Latest version  of SPL configured for execution speed. There is no checking on array bounds and other possible problems. If there is a program crash with out an error message, the debug version should be run.   Please see ../news.htm for details on  updates. This version MAY need a new wfo.spec.txt  file automatically created by bsn.exe.

See also the debug mode SPLD (for the  unlikely possibility of a crash) of SPLX below

DISCLAIMER

             The WATFLOODÔ software is furnished by N. Kouwen and the University of Waterloo  and is accepted and used by the recipient upon the express understanding that N. Kouwen and the University of Waterloo make no warranties, either express or implied, concerning the accuracy, completeness, reliability, usability, performance, or fitness for any particular purpose the software known as WATFLOODÔ, and to other material supplied in connection therewith. The software and supporting material is provided "as is". The entire risk as to its quality and performance is with the user.

             The forecasts produced by the WATFLOOD software are for information and discussion purposes only and are not to be relied upon in any particular situation without the express written consent of N. Kouwen or the University of Waterloo.

(Last updated Jan. 16/12)

I agree   (This will get you splx.zip)

 

SPL9 model - 64 bit version  -   production mode

SPLX64 configured for execution speed on 64bit Windows 7.  (Last updated Jan. 16/12)

DISCLAIMER  --  as highlighted above:  I agree

  (This will get you splx64.zip)

SPL9 model   -  32 bit version   - debug mode
Latest version of SPL configured for debugging. This should be run if the speed version crashed as it provides more information and internal checking (e.g. array bounds).  A crash is a crash if the program does not provide the user with a diagnostic message.  Please send NK a screen dump of the error message for a diagnosis of the problem. (Last updated Dec. 08/11)

DISCLAIMER  --  as highlighted above:  I agree   (This will get you spld.zip)

SPL9 model  - 64 bit version  - debug mode

 (Last updated Dec. 9/11)

DISCLAIMER  --  as highlighted above:   I agree    (This will get you spld64.zip)

Dynamically Dimensioned Search - DDS

 Two executables are required: 

 DDS with pre-emption is available here DDS_p.zip    and  dds_wfld_rev3.zip  (Updated Jan. 16/12)

The new csv format par files are required.

NEW   Lapse rates for precipitation and temperature, as well as radius of influence, damping coefficient and a ratio for interception capacity can now be included in optimization with dds_wfld_rev3.zip Updated Dec. 09/11)

For background information on DDS please see  http://www.civil.uwaterloo.ca/btolson/papers.htm in the near future.  (Last updated July. 30/10)

 

Parameter file update:

Please switch from the old par file format to the new par.csv format ASP. The old format will not be supported in future revisions. A new format par.csv file is automatically created every time splx?? is run if an old format file is used. Simple rename the new_par.csv in the basin directory to the proper name and enter this name in the event file.

With the new par.csv file, the bsnm.sdc file is now incorporated in the par file and is no longer used. However, a new file monthly_climate_normals.txt file is now required in the basin directory. This file is also automatically created.

The new format par.csv files should be edited in EXCELTM  This setup is a great improvement over the old formats. They are easier to edit and understand. But be careful: there are no diagnostics in the read program just yet. However, if you do have a problem, run the debug program and you will see how far you got along in reading the file.  Please see Section 4.1 in the manual for an example par file.

 

Data Preparation Programs  
.map to _shd.r2c converter  BSN.ZIP    
The bsn.exe program converts a .map file to a .shd file. The .shd file is the watershed data file for the splnn.exe programs. This version gives the choice whether to create a new_ch_par.r2c file for WATROUTE. Multiple sub basins can now be created in one shd file. The bsn_resonses.txt file has been revised. Non-contributing areas can be taken out.  - see manual. (Last updated  Dec. 09/11)     For 64bit versions:   BSN64X.ZIP  BSN64D.ZIP

 

Snow course distribution SNW.ZIP
snw.exe reads the snow course data recorded in the snow course file (yyyymmdd_crs.tb0) file and distributes this point data to a gridded format (.swe) for input to splnn.exe. The same file is used for both the point and gridded data. The program merely updates the file.  (Last updated Dec. 09/11)    For 64bit version:   snw64.zip
Soil Moisture distribution program MOIST.ZIP

moist.exe reads the soil moisture point data file (yyyymmdd_psm.tb0)and creates the soil moisture gridded data file (.gsm)  (Last updated Dec. 09/11)  For 64bit version:   moist64.zip

Rainfall distribution program RAGMET.ZIP

Ragmet.exe reads point precipitation (yyyymmdd_rag.tb0) files containing point rainfalls and distributes the point rainfall to the grid specified in the bsnm.pdl (point data location) file. The gridded precipitation has the _met.r2c extension.  This program now will do the sequence of events in the event file in one single run and allows for a radius of influence and smoothing at precip stations - see manual. (Last updated Nov. 29/11) RAGMET.exe no longer reads the ragmet.par file but instead reads the bsnm_par.csv file. You can optimize the lapse rate, radius of influence & smoothing distance with dds. See manual.

For 64bit ragmet64x.exe          ragmet64x.zip   Jan. 16/12

For 64bit ragmet64d.exe          ragmet64d.zip   Jan. 16/12

Temperature distribution TMP.ZIP

This program reads point temperature (yyyymmdd_tag.tb0 ) files and distributes the temperatures to the grid specified in the bsnm.pdl (point data location) file. It must use the same grid as the gridded precipitation file (_met.r2c). The gridded temperature has the _tem.r2c extension. TMP.exe no longer reads the ragmet.par file but instead reads the bsnm_par.csv file. This program now will do the sequence of events in the event file in one single run. (Last updated Nov. 29/11)      

For 64bit tmp64x.exe                    tmp64x.zip     Jan. 16/12

For 64bit tmp64d.exe                    tmp64d.zip   Jan. 16/12

Create a new event  
The events.exe program creates a complete set of files for an event. All the data is set to -1 or -99 and can be replaced by the user in the WATFLOOD menu, in a text editior or a user's custom program.   (Last updated: 18/08/2004)
Event file generator MAKE_EVT.ZIP
This program allows the user to create a set of events files for a continuous simulation by chaining a set of events. (Replaces setupevt.zip). (Last updated Dec. 09/09)

Other Downloads

WATROUTE RTE.ZIP

This program is a subset of the WATFLOOD model. Input files can be gridded runoff and recharge or leakage. Output is gridded routed flows. Last updated Mar. 11/09

FLOWINIT FLI.ZIP
This program computes the initial conditions for WATROUTE given initial river flow for at least one location.  Last updated Mar. 11/09
File conversion - old to new formats TRNS.ZIP
This program will convert old yyyymmdd.str  yyyymmdd.rel  yyyymmdd.met  &  yyyymmdd.tmp files to the new KENUE (ENSIM) formats   yyyymmdd_str.tb0  yyyymmdd_rel.tb0  yyyymmdd_met.r2c  &  yyyymmdd_tmp.r2c  files.  Please the manual Chapter 14 for instructions.
(Last updated Feb. 27/07)
Demo data set gr10k.zip
This data should be placed in the \spl\gr10k directory and can be used to check the proper operation of the model. The SPLnn programs will run this demonstration copy without the dongle.
(Last updated Dec. 09/11)
Statistical analysis program stats.zip
This program can be used to calculate various performance statistics. It reads the spl.csv and resin.csv files. Spinup period can be skipped.  stats_users_manual.pdf  (Last updated Dec. 09/11)

for 64 bit stats64.exe                         STATS64.ZIP  Oct. 25/11

 
 
List of revisions revisions.pdf
A summary of all program revisions since 1994.

Download Highlights

Did you know?