Go to the source code of this file.
Defines | |
| #define | maxday 415 |
| #define | daysiy 365 |
| #define | wrapday 50 |
Variables | |
| int | FLAindex [daysiy] |
| long * | daysievent |
| double | Cs [daysiy] |
| double ** | Csoutlet |
| double | Qb [daysiy] |
| double ** | Qboutlet |
| double | Qs [daysiy] |
| double ** | Qsoutlet |
| double | rainarea [daysiy] |
| double | Ecanopy [daysiy] |
| double | Pdaily [daysiy] |
| double | Tdaily [daysiy] |
| double ** | Snowelevday |
| double | Qrain [maxday] |
| double | Qice [maxday] |
| double | Qnival [maxday] |
| double | Qsumtot [maxday] |
| double ** | Qsum |
| double | Qss [maxday] |
| double | Qrainwrap [wrapday] |
| double | Qicewrap [wrapday] |
| double | Qnivalwrap [wrapday] |
| double | Qsswrap [wrapday] |
| double * | Snowcarry |
| double | gwstore [daysiy] |
| double | Qicetogw [daysiy] |
| double | Qnivaltogw [daysiy] |
| double | Egw [daysiy] |
| double | Qexceedgw [daysiy] |
| #define daysiy 365 |
Definition at line 15 of file hydrotimeser.h.
Referenced by hydroallocmemoutlet(), hydrocalqsnew(), hydroclimate(), hydrofreememoutlet(), hydroglacial(), hydrohypsom(), hydrooutput(), hydroprintannual(), hydroprinttable(), hydrorain(), hydrosedload(), hydrosnow(), hydrosumflow(), hydroweather(), main(), and Read_Rainfall_Etc().
| #define maxday 415 |
Definition at line 14 of file hydrotimeser.h.
Referenced by hydroallocmemoutlet(), hydrofreememoutlet(), hydroglacial(), hydrohypsom(), hydrorain(), hydrosnow(), hydrosumflow(), and main().
| #define wrapday 50 |
| double Cs[daysiy] |
Definition at line 25 of file hydrotimeser.h.
Referenced by hydrooutput(), hydroprinttable(), hydrosedload(), and main().
| double ** Csoutlet |
Definition at line 25 of file hydrotimeser.h.
Referenced by hydroallocmemoutlet(), hydrofreememoutlet(), hydrooutput(), hydroprinttable(), hydrosedload(), and main().
| long* daysievent |
Definition at line 20 of file hydrotimeser.h.
Referenced by hydroallocmemoutlet1(), hydrofreememoutlet1(), hydrosumflow(), and main().
| double Ecanopy[daysiy] |
| double Egw[daysiy] |
| int FLAindex[daysiy] |
Definition at line 18 of file hydrotimeser.h.
Referenced by hydroglacial(), hydrohypsom(), hydrorain(), and hydrosnow().
| double gwstore[daysiy] |
Definition at line 47 of file hydrotimeser.h.
Referenced by hydroprintannual(), hydroprinttable(), hydrorain(), hydrosumflow(), and main().
| double Pdaily[daysiy] |
Definition at line 31 of file hydrotimeser.h.
Referenced by hydroglacial(), hydrorain(), hydrosnow(), and main().
| double Qb[daysiy] |
Definition at line 25 of file hydrotimeser.h.
Referenced by hydrooutput(), hydroprinttable(), hydrosedload(), and main().
| double ** Qboutlet |
Definition at line 25 of file hydrotimeser.h.
Referenced by hydroallocmemoutlet(), hydrofreememoutlet(), hydrooutput(), hydroprinttable(), hydrosedload(), and main().
| double Qexceedgw[daysiy] |
Definition at line 48 of file hydrotimeser.h.
Referenced by hydroprintannual(), hydroprinttable(), hydrorain(), hydrosedload(), and hydrosumflow().
| double Qice[maxday] |
Definition at line 36 of file hydrotimeser.h.
Referenced by hydroglacial(), hydroprintannual(), hydroprinttable(), hydrosedload(), hydrosumflow(), and main().
| double Qicetogw[daysiy] |
Definition at line 47 of file hydrotimeser.h.
Referenced by hydroglacial(), hydrorain(), and main().
| double Qicewrap[wrapday] |
Definition at line 41 of file hydrotimeser.h.
Referenced by hydroglacial(), hydrosumflow(), and main().
| double Qnival[maxday] |
Definition at line 36 of file hydrotimeser.h.
Referenced by hydroprintannual(), hydroprinttable(), hydrosedload(), hydrosnow(), hydrosumflow(), and main().
| double Qnivaltogw[daysiy] |
| double Qnivalwrap[wrapday] |
Definition at line 41 of file hydrotimeser.h.
Referenced by hydrosnow(), hydrosumflow(), and main().
| double Qrain[maxday] |
Definition at line 36 of file hydrotimeser.h.
Referenced by hydroprintannual(), hydroprinttable(), hydrorain(), hydrosedload(), hydrosumflow(), and main().
| double Qrainwrap[wrapday] |
Definition at line 41 of file hydrotimeser.h.
Referenced by hydrorain(), hydrosumflow(), and main().
| double Qs[daysiy] |
Definition at line 25 of file hydrotimeser.h.
Referenced by hydrooutput(), hydroprinttable(), hydrosedload(), and main().
| double ** Qsoutlet |
Definition at line 25 of file hydrotimeser.h.
Referenced by hydroallocmemoutlet(), hydrofreememoutlet(), hydrooutput(), hydroprinttable(), hydrosedload(), and main().
| double Qss[maxday] |
Definition at line 36 of file hydrotimeser.h.
Referenced by hydroprintannual(), hydroprinttable(), hydrorain(), hydrosedload(), hydrosumflow(), and main().
| double Qsswrap[wrapday] |
Definition at line 42 of file hydrotimeser.h.
Referenced by hydrorain(), hydrosumflow(), and main().
| double ** Qsum |
Definition at line 36 of file hydrotimeser.h.
Referenced by hydroallocmemoutlet(), hydrofreememoutlet(), hydrooutput(), hydroprinttable(), hydrosedload(), hydrosumflow(), and main().
| double Qsumtot[maxday] |
Definition at line 36 of file hydrotimeser.h.
Referenced by hydrooutput(), hydroprinttable(), hydrosedload(), hydrosumflow(), and main().
| double rainarea[daysiy] |
| double * Snowcarry |
| double ** Snowelevday |
| double Tdaily[daysiy] |
Definition at line 31 of file hydrotimeser.h.
Referenced by hydrohypsom(), hydroweather(), and main().
1.5.2