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 1201 of file suews_ctrl_const.f95.

1201  REAL(KIND(1D0))::adjmeltfact, & !Factor between melt and freezing factors
1202  snowfallcum, & !Cumulative snowfall
1203  fwh, & !Weighted freezing water
1204  lvs_j_kg, & !Latent heat of sublimation in J/kg
1205  mwh, & !Weighted hourly water melt
1206  mwstore, & !Meltwater storage
1207  preciplimit, & !Temperature limit when precipitation occurs as snow
1208  preciplimitalb, & !Precipitation limit for albedo change (in mm)
1209  qm, & !Snow melt associated heat flux
1210  qmfreez, & !Energy released in freezing of meltwater or surface state
1211  qmrain, &
1212  qn1_snow, & !Net all-wave radiation of SnowPack
1213  qn1_nosnow, & !Same for the snow free surface
1214  radmeltfact, & !Radiation melt factor
1215  snowalb, & !Snow albedo
1216  snowalbmin, & !Minimum snow albedo
1217  snowalbmax, & !Maximum snow albedo
1218  snowdensmin, & !Minimum density of snow
1219  snowdensmax, & !Maximum density of snow
1220  snowlimbldg, & !Snow removal limits for roofs in mm)
1221  snowlimpaved, & !Snow removal limits for paved surfaces in mm)
1222  swe, & !Weighted snow water equivalent (in mm)
1223  tau_a, & !Time constans related to albedo change
1224  tau_f, &
1225  tau_r, & !Time constant for density increase.
1226  tempmeltfact, & !Temperature melt factor
1227  volday, & !Volume of the melted water per day
1228  zf, &
1229  waterholdcapfrac, & !Water holding capacity factor
1230  crwmin, & !Free water holding capacity of deep SnowPack
1231  crwmax !Free water holding capacity of shallow SnowPack
real(kind(1d0)) tau_r
real(kind(1d0)) snowfallcum
real(kind(1d0)) mwstore
real(kind(1d0)) snowlimpaved
real(kind(1d0)) snowalb
real(kind(1d0)) tempmeltfact
real(kind(1d0)) preciplimit
real(kind(1d0)) qn1_snow
real(kind(1d0)) zf
real(kind(1d0)) lvs_j_kg
real(kind(1d0)) fwh
real(kind(1d0)) qm
real(kind(1d0)) snowdensmin
real(kind(1d0)) tau_f
real(kind(1d0)) adjmeltfact
real(kind(1d0)) snowalbmax
real(kind(1d0)) qn1_nosnow
real(kind(1d0)) tau_a
real(kind(1d0)) radmeltfact
real(kind(1d0)) mwh
real(kind(1d0)) qmrain
real(kind(1d0)) qmfreez
real(kind(1d0)) volday
real(kind(1d0)) snowlimbldg
real(kind(1d0)) crwmin
real(kind(1d0)) snowdensmax
real(kind(1d0)) preciplimitalb
real(kind(1d0)) waterholdcapfrac
real(kind(1d0)) crwmax
real(kind(1d0)) swe
real(kind(1d0)) snowalbmin

◆ crwmax

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by checkinitial(), suews_calculations(), and suews_translate().

◆ crwmin

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ fwh

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ lvs_j_kg

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ mwh

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ mwstore

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ preciplimit

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ preciplimitalb

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ qm

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ qmfreez

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ qmrain

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ qn1_nosnow

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ qn1_snow

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ radmeltfact

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ snowalb

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

◆ snowalbmax

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ snowalbmin

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ snowdensmax

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ snowdensmin

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ snowfallcum

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), suews_translate(), and suews_translateback().

◆ snowfractionchoice

integer snowmod::snowfractionchoice = 2

Definition at line 1236 of file suews_ctrl_const.f95.

1236  INTEGER::snowfractionchoice = 2 !Choice how fraction of snow is calculated
integer snowfractionchoice

◆ snowlimbldg

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ snowlimpaved

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ snowprof_24hr

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

Definition at line 1234 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

1234  REAL(KIND(1d0)), DIMENSION(0:23, 2):: snowprof_24hr ! Timing of snow removal (0 or 1) Hourly, WD/WE
real(kind(1d0)), dimension(0:23, 2) snowprof_24hr

◆ snowremoval

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

Definition at line 1233 of file suews_ctrl_const.f95.

1233  REAL(KIND(1D0)), DIMENSION(2):: snowremoval = 0 ! Removal of snow in mm
real(kind(1d0)), dimension(2) snowremoval

◆ swe

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ tau_a

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ tau_f

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ tau_r

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ tempmeltfact

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

Definition at line 1201 of file suews_ctrl_const.f95.

Referenced by suews_calculations(), and suews_translate().

◆ volday

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ waterholdcapfrac

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

Definition at line 1201 of file suews_ctrl_const.f95.

◆ zf

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

Definition at line 1201 of file suews_ctrl_const.f95.