SUEWS API Site
Documentation of SUEWS source code
Variables
snowmod Module Reference

Variables

real(kind(1d0)) adjmeltfact
 
real(kind(1d0)) snowfallcum
 
real(kind(1d0)) fwh
 
real(kind(1d0)) lvs_j_kg
 
real(kind(1d0)) mwh
 
real(kind(1d0)) mwstore
 
real(kind(1d0)) preciplimit
 
real(kind(1d0)) preciplimitalb
 
real(kind(1d0)) qm
 
real(kind(1d0)) qmfreez
 
real(kind(1d0)) qmrain
 
real(kind(1d0)) qn1_snow
 
real(kind(1d0)) qn1_nosnow
 
real(kind(1d0)) radmeltfact
 
real(kind(1d0)) snowalb
 
real(kind(1d0)) snowalbmin
 
real(kind(1d0)) snowalbmax
 
real(kind(1d0)) snowdensmin
 
real(kind(1d0)) snowdensmax
 
real(kind(1d0)) snowlimbldg
 
real(kind(1d0)) snowlimpaved
 
real(kind(1d0)) swe
 
real(kind(1d0)) tau_a
 
real(kind(1d0)) tau_f
 
real(kind(1d0)) tau_r
 
real(kind(1d0)) tempmeltfact
 
real(kind(1d0)) volday
 
real(kind(1d0)) zf
 
real(kind(1d0)) waterholdcapfrac
 
real(kind(1d0)) crwmin
 
real(kind(1d0)) crwmax
 
real(kind(1d0)), dimension(2) snowremoval = 0
 
real(kind(1d0)), dimension(0:23, 2) snowprof_24hr
 
integer snowfractionchoice = 2
 

Variable Documentation

◆ adjmeltfact

real(kind(1d0)) snowmod::adjmeltfact

Definition at line 1351 of file suews_ctrl_const.f95.

1351 REAL(KIND(1D0)) :: AdjMeltFact, & !Factor between melt and freezing factors
1352 SnowfallCum, & !Cumulative snowfall
1353 fwh, & !Weighted freezing water
1354 lvS_J_kg, & !Latent heat of sublimation in J/kg
1355 mwh, & !Weighted hourly water melt
1356 MwStore, & !Meltwater storage
1357 PrecipLimit, & !Temperature limit when precipitation occurs as snow
1358 PrecipLimitAlb, & !Precipitation limit for albedo change (in mm)
1359 Qm, & !Snow melt associated heat flux
1360 QmFreez, & !Energy released in freezing of meltwater or surface state
1361 QmRain, &
1362 qn1_snow, & !Net all-wave radiation of SnowPack
1363 qn1_nosnow, & !Same for the snow free surface
1364 RadMeltFact, & !Radiation melt factor
1365 SnowAlb, & !Snow albedo
1366 SnowAlbMin, & !Minimum snow albedo
1367 SnowAlbMax, & !Maximum snow albedo
1368 SnowDensMin, & !Minimum density of snow
1369 SnowDensMax, & !Maximum density of snow
1370 SnowLimBldg, & !Snow removal limits for roofs in mm)
1371 SnowLimPaved, & !Snow removal limits for paved surfaces in mm)
1372 swe, & !Weighted snow water equivalent (in mm)
1373 tau_a, & !Time constans related to albedo change
1374 tau_f, &
1375 tau_r, & !Time constant for density increase.
1376 TempMeltFact, & !Temperature melt factor
1377 volDay, & !Volume of the melted water per day
1378 zf, &
1379 WaterHoldCapFrac, & !Water holding capacity factor
1380 CRWmin, & !Free water holding capacity of deep SnowPack
1381 CRWmax !Free water holding capacity of shallow SnowPack

◆ crwmax

real(kind(1d0)) snowmod::crwmax

Definition at line 1351 of file suews_ctrl_const.f95.

◆ crwmin

real(kind(1d0)) snowmod::crwmin

Definition at line 1351 of file suews_ctrl_const.f95.

◆ fwh

real(kind(1d0)) snowmod::fwh

Definition at line 1351 of file suews_ctrl_const.f95.

◆ lvs_j_kg

real(kind(1d0)) snowmod::lvs_j_kg

Definition at line 1351 of file suews_ctrl_const.f95.

◆ mwh

real(kind(1d0)) snowmod::mwh

Definition at line 1351 of file suews_ctrl_const.f95.

◆ mwstore

real(kind(1d0)) snowmod::mwstore

Definition at line 1351 of file suews_ctrl_const.f95.

◆ preciplimit

real(kind(1d0)) snowmod::preciplimit

Definition at line 1351 of file suews_ctrl_const.f95.

◆ preciplimitalb

real(kind(1d0)) snowmod::preciplimitalb

Definition at line 1351 of file suews_ctrl_const.f95.

◆ qm

real(kind(1d0)) snowmod::qm

Definition at line 1351 of file suews_ctrl_const.f95.

◆ qmfreez

real(kind(1d0)) snowmod::qmfreez

Definition at line 1351 of file suews_ctrl_const.f95.

◆ qmrain

real(kind(1d0)) snowmod::qmrain

Definition at line 1351 of file suews_ctrl_const.f95.

◆ qn1_nosnow

real(kind(1d0)) snowmod::qn1_nosnow

Definition at line 1351 of file suews_ctrl_const.f95.

◆ qn1_snow

real(kind(1d0)) snowmod::qn1_snow

Definition at line 1351 of file suews_ctrl_const.f95.

◆ radmeltfact

real(kind(1d0)) snowmod::radmeltfact

Definition at line 1351 of file suews_ctrl_const.f95.

◆ snowalb

real(kind(1d0)) snowmod::snowalb

Definition at line 1351 of file suews_ctrl_const.f95.

◆ snowalbmax

real(kind(1d0)) snowmod::snowalbmax

Definition at line 1351 of file suews_ctrl_const.f95.

◆ snowalbmin

real(kind(1d0)) snowmod::snowalbmin

Definition at line 1351 of file suews_ctrl_const.f95.

◆ snowdensmax

real(kind(1d0)) snowmod::snowdensmax

Definition at line 1351 of file suews_ctrl_const.f95.

◆ snowdensmin

real(kind(1d0)) snowmod::snowdensmin

Definition at line 1351 of file suews_ctrl_const.f95.

◆ snowfallcum

real(kind(1d0)) snowmod::snowfallcum

Definition at line 1351 of file suews_ctrl_const.f95.

◆ snowfractionchoice

integer snowmod::snowfractionchoice = 2

Definition at line 1386 of file suews_ctrl_const.f95.

1386 INTEGER :: SnowFractionChoice = 2 !Choice how fraction of snow is calculated

◆ snowlimbldg

real(kind(1d0)) snowmod::snowlimbldg

Definition at line 1351 of file suews_ctrl_const.f95.

◆ snowlimpaved

real(kind(1d0)) snowmod::snowlimpaved

Definition at line 1351 of file suews_ctrl_const.f95.

◆ snowprof_24hr

real(kind(1d0)), dimension(0:23, 2) snowmod::snowprof_24hr

Definition at line 1384 of file suews_ctrl_const.f95.

1384 REAL(KIND(1D0)), DIMENSION(0:23, 2) :: SnowProf_24hr ! Timing of snow removal (0 or 1) Hourly, WD/WE

◆ snowremoval

real(kind(1d0)), dimension(2) snowmod::snowremoval = 0

Definition at line 1383 of file suews_ctrl_const.f95.

1383 REAL(KIND(1D0)), DIMENSION(2) :: SnowRemoval = 0 ! Removal of snow in mm

◆ swe

real(kind(1d0)) snowmod::swe

Definition at line 1351 of file suews_ctrl_const.f95.

◆ tau_a

real(kind(1d0)) snowmod::tau_a

Definition at line 1351 of file suews_ctrl_const.f95.

◆ tau_f

real(kind(1d0)) snowmod::tau_f

Definition at line 1351 of file suews_ctrl_const.f95.

◆ tau_r

real(kind(1d0)) snowmod::tau_r

Definition at line 1351 of file suews_ctrl_const.f95.

◆ tempmeltfact

real(kind(1d0)) snowmod::tempmeltfact

Definition at line 1351 of file suews_ctrl_const.f95.

◆ volday

real(kind(1d0)) snowmod::volday

Definition at line 1351 of file suews_ctrl_const.f95.

◆ waterholdcapfrac

real(kind(1d0)) snowmod::waterholdcapfrac

Definition at line 1351 of file suews_ctrl_const.f95.

◆ zf

real(kind(1d0)) snowmod::zf

Definition at line 1351 of file suews_ctrl_const.f95.