Model:TopoFlow-Snowmelt-Degree-Day: Difference between revisions
From CSDMS
Created page with '{{Modeler information |First name=Scott |Last name=Peckham |Type of contact=Model developer |Institute / Organization=CSDMS, INSTAAR, University of Colorado |Postal address 1=156…' |
No edit summary |
||
Line 37: | Line 37: | ||
}} | }} | ||
{{Input - Output description | {{Input - Output description | ||
|Describe input parameters=The input variables used for the Degree-Day method of estimating runoff due to snowmelt are defined as follows: | |||
c_0 = coefficient | |||
T_0 = threshold temperature (deg C) | |||
T_air = air temperature (deg C) | |||
ρ_snow = density of the snow (kg / m^3) | |||
ρ_water = density of liquid water, 1000 (kg / m^3) | |||
h0_snow = initial snow depth (m) | |||
h0_swe = initial depth, snow water equivalent (m) | |||
The behavior of this component is controlled with a configuration (CFG) file, which may point to other files that contain input data. Here is a sample configuration (CFG) file for this component: | |||
Method code: 0 | |||
Method name: Degree-Day | |||
Time step: Scalar 3600.00000000 (sec) | |||
Cp_snow: Scalar 2090.00000000 (J/kg/K) | |||
rho_snow: Scalar 300.00000000 (kg/m^3) | |||
c0: Scalar 2.70000005 (mm/day/deg C) | |||
T0: Scalar -0.20000000 (deg C) | |||
h0_snow: Scalar 0.50000000 (m) | |||
h0_swe: Scalar 0.15000000 (m) | |||
Save grid timestep: Scalar 60.00000000 (sec) | |||
Save mr grids: 0 Case5_2D-SMrate.rts (m/s) | |||
Save hs grids: 0 Case5_2D-hsnow.rts (m) | |||
Save sw grids: 0 Case5_2D-hswe.rts (m) | |||
Save cc grids: 0 Case5_2D-Ecc.rts (J/m^2) | |||
Save pixels timestep: Scalar 60.00000000 (sec) | |||
Save mr pixels: 0 Case5_0D-SMrate.txt (m/s) | |||
Save hs pixels: 0 Case5_0D-hsnow.txt (m) | |||
Save sw pixels: 0 Case5_0D-hswe.txt (m) | |||
Save cc pixels: 0 Case5_0D-Ecc.txt (J/m^2) | |||
|Input format=ASCII, Binary | |Input format=ASCII, Binary | ||
|Output format=ASCII, Binary | |Output format=ASCII, Binary | ||
Line 48: | Line 77: | ||
{{Process description model | {{Process description model | ||
|Describe processes represented by the model=The Degree-Day method for modeling infiltration. | |Describe processes represented by the model=The Degree-Day method for modeling infiltration. | ||
|Describe key physical parameters and equations=Equations Used by the Degree-Day Method | |||
M = (c_0 / 86400) * (T_air - T_0) = meltrate (mm / sec) | |||
M_max = (1000 * h_snow / dt) * (ρ_water / ρ_snow) = max possible meltrate (mm / sec) | |||
dh_snow = M * (ρ_water / ρ_snow) * dt = change in snow depth (m) | |||
|Describe length scale and resolution constraints=Recommended grid cell size is around 100 meters, but can be parameterized to run with a wide range of grid cell sizes. DEM grid dimensions are typically less than 1000 columns by 1000 rows. | |Describe length scale and resolution constraints=Recommended grid cell size is around 100 meters, but can be parameterized to run with a wide range of grid cell sizes. DEM grid dimensions are typically less than 1000 columns by 1000 rows. | ||
|Describe time scale and resolution constraints=The basic stability condition is: dt < (dx / u_min), where dt is the timestep, dx is the grid cell size and u_min is the smallest velocity in the grid. This ensures that flow cannot cross a grid cell in less than one time step. Typical timesteps are on the order of seconds to minutes. Model can be run for a full year or longer, if necessary. | |Describe time scale and resolution constraints=The basic stability condition is: dt < (dx / u_min), where dt is the timestep, dx is the grid cell size and u_min is the smallest velocity in the grid. This ensures that flow cannot cross a grid cell in less than one time step. Typical timesteps are on the order of seconds to minutes. Model can be run for a full year or longer, if necessary. |
Revision as of 17:31, 17 February 2010
Contact
Name | Scott Peckham |
Type of contact | Model developer |
Institute / Organization | CSDMS, INSTAAR, University of Colorado |
Postal address 1 | 1560 30th street |
Postal address 2 | |
Town / City | Boulder |
Postal code | 80305 |
State | Colorado |
Country | USA"USA" is not in the list (Afghanistan, Albania, Algeria, Andorra, Angola, Antigua and Barbuda, Argentina, Armenia, Australia, Austria, ...) of allowed values for the "Country" property. |
Email address | Scott.Peckham@colorado.edu |
Phone | 303-492-6752 |
Fax |
TopoFlow-Snowmelt-Degree-Day
Metadata
Summary
Technical specs
In/Output
Process
Testing
Other
IntroductionHistoryPapersIssuesHelpInput FilesOutput FilesDownloadSource |