! ***********************************************************************************************************************
! ***********************************************************************************************************************
! ***** DEFINITION OF BASIN PARAMETERS **********************************************************************************
! ***********************************************************************************************************************
! ***********************************************************************************************************************
! Note: lines starting with "!" are treated as comment lines -- there is no limit on the number of comment lines.
!
! ***********************************************************************************************************************
! DEFINE BASIN MODEL PARAMETERS
! ------------------------------------
! the format definition defines the format of the file, which can be changed
! the delimiters "| " must be present (format a1), as these are used to check the integrety of the file
! columns are:
! 1: parameter name
! 2: default parameter value
! 3: lower parameter limit
! 4: upper parameter limit
! ***********************************************************************************************************************
!
! ********************************************************************
! define format string for parameter descriptions
! ********************************************************************
'(a25,1x,a1,1x,3(f12.4,1x,a1,1x))' ! format string for parameter descriptions (must be in single quotes)
! ********************************************************************
! baseflow
! ********************************************************************
basin__aquiferHydCond     |       1.0d-3 |       1.0d-9 |       0.1000
basin__aquiferScaleFactor |       1.5000 |       0.1000 |      20.0000 
basin__aquiferBaseflowExp |       2.0000 |       1.0000 |      10.0000
! ********************************************************************
! within-grid routing ( scale is in seconds )
! ********************************************************************
routingGammaShape         |       2.5000 |       1.0000 |       5.0000
routingGammaScale         |      18000.0 |          360 |      86400.0
! ********************************************************************
