!$Author: fredfox $ !$Date: 2011-04-27 10:01:11 -0500 (Wed, 27 Apr 2011) $ !$Revision: 11825 $ !$HeadURL: https://svn.weru.ksu.edu/weru/weps1/trunk/weps.src/src/inc/erosion/p1erode.inc $ module p1erode_def ! replaces file 'erosion/p1erode.inc' ! These parameter variables are used to specify the scope ! of specific variable values within the erosion submodel real, parameter :: SLRR_MIN = 1.5 !minimum RR value (mm) real, parameter :: SLRR_MAX = 100.0 !maximum RR value (mm) real, parameter :: WZZO_MIN = 0.5 !minimum wwzo value (mm) real, parameter :: WZZO_MAX = 30.0 !maximum wwzo value (mm) ! SLRR_MIN - Minimum RR value allowed for grid cell ! random roughness (mm) ! SLRR_MAX - Maximum RR value allowed for grid cell ! random roughness (mm) ! WZZO_MIN - Minimum wwzo value allowed for grid cell ! bare, non-ridged, surface aerodynamic roughness (mm) ! (currently this corresponds to ~1.67mm RR) ! WZZO_MAX - Maximum wwzo value allowed for grid cell ! bare, non-ridged, surface aerodynamic roughness (mm) ! (currently this corresponds to ~100mm RR) end module p1erode_def