Difference between revisions of "Template:Nav"

From Gsshawiki
Jump to: navigation, search
(GSSHA User's Manual)
(Reverted edits by Cdowner (talk) to last revision by Csmemoe)
 
Line 1: Line 1:
 
==[[GSSHA User's Manual|GSSHA User's Manual]]==
 
==[[GSSHA User's Manual|GSSHA User's Manual]]==
 
{{ {{{1}}} }}
 
{{ {{{1}}} }}
Substained low air temperatures can result in the ground freezing with a dramatic lowering of vertical soil hydraulic conductivity and infiltration, and reduced runoff.  Freezing of the soil can have a large effect on outflow from a watershed.  When coupled with the effects of snow and snow melt, frozen soil can have an extremely large effect on runoff volume and timing.  Simulating the effects of frozen soil on hydrology is an active research area at ERDC.  This section will discuss the ability to simulate the effects of frozen soil in previous, current release v6.1, Beta v6.2, and future versions of GSSHA.
 
 
In GSSHA versions up through 6.1 the Continuous Frozen Ground Index (CFGI) model (Molanau and Bissell, 1983) is active during any long term simlation.  The CFGI model computes a running total of negative degree days using this equation:
 
 
CFGI=A*CFGI-(T/24.0)*exp(-0.4K*snow_depth)
 
 
where: T is the air temperature (C), snow_depth is the depth of snow in the cell (cm), A is a factor that accounts for degradation of the factor over time (0.99875 for hourly calculations), and K is the snow thermal insulation factor (default of 0.5).  The air temperature (T) is divided by 24 in GSSHA because the calculations are peformed hourly and the model is formulated for daily computations.
 
 
When the total exceeds a threshold, the ground is considered frozen. 
 
 
In GSSHA, the CFGI is computed in every cell using the air temperature from the hydrometeorlogical input data, Section 9.3. When the CFGI model exceeds the threshold and the ground is considered frozen,infiltration will cease in that cell until the CFGI value falls below the threshold.  The theshold is 83.0.  This values is said to represent conditions in the Northwest United States (Molanau and Bissell, 1983).  The applicability of the threshold in other regions is unknown.
 
 
In v6.1 (currently Release) the user may also specify that the soil is frozen anywhere there is snow on the ground by including the '''SNOW_NO_INFILTRATE''' card in the project file.  CFGI will still be computed and there will be no infiltration in any cell with a CFGI above the threshold value, or with a snow pack.
 
 
In v6.2 (currently Beta) the use of the CFGI model is made optional and the ability to specify the threshold value for frozen soil and the snow thermal insulation factor, K, are included.  In v6.2 the default is no frozen soil computations.  To use the CFGI model, the '''CFGI''' card is included in the project file.  If just this card is included, then the CFGI model will function largely as before with the default values.  If the user wishes to change the threshold value for frozen soil, then the card '''CFGI_INDEX''' is included in the project file, along with the numeric value for the threshold.  Values higher than 83.0 will delay the freezing of soil; values lower than 83.0 will hasten the freezing of the soil.  The snow thermal factor (K) is specified with the '''CFGI_K''' card.  Values higher than 0.5 increase the effect of snow; lower values decrease the effect.  A project file with default values would include these cards:
 
:
 
:CFGI
 
:CFGI_INDEX 83.0
 
:CFGI_K 0.5
 
 
The effect of the '''SNOW_NO_INFILTRATE''' card remains the same in v6.2
 
 
GSSHA v6.2 has greatly expanded for the computation of snow accumulation and melt and the CFGI index model reflects these changes.  The most important is that in v6.2 air temperature is computed in each cell based on elevation.  Also, based on limited experience with the model in areas with deep snow packs, we've modified the degradation factor, A, to account for the insulating effects of snow on this factor.  We noticed that in a deep snow pack the current formulation prevents cold air temps from lowering the CFGI value.  However, the degradation factor, A, causes the CFGI to slowly degrade over time, resulting in early thaw.  To account for the effect of the snow pack on the degradation factor, A, we add the following quantity to A:
 
 
(1.0-0.99875)*(1.0-exp(-0.4K*snow_depth)
 
 
so that as the snow pack increases A tends toward 1.0.  With no snow pack, there is no adjustment.
 
 
GSSHA has been coupled to the soil thermal regime model GIPL to allow the temperature profile in the soil, and deep into the underlying bedrock, to be computed.  In this version of GSSHA, we are able to better estimate the location of frozen soils and the location of permafrost.  This is a research version of the code that will be released after sufficient testing.  More information on these efforts will be forth coming.
 

Latest revision as of 22:02, 13 November 2013

GSSHA User's Manual

{{ {{{1}}} }}