#include <stdio.h>
#include <math.h>
#include <ctype.h>
#include <time.h>
Go to the source code of this file.
Defines | |
#define | rho_water (1000.0) |
#define | rho_sed (2670.0) |
#define | PI (3.1415926535) |
#define | dTOs (86400.0) |
#define | degTOr (1.745329252e-2) |
#define | FLAflag (9999) |
#define | TMLEN (100) |
#define | DAYSINYEAR (365) |
#define | sq(a) ((a)*(a)) |
#define | mn(a, b) ((a)<(b)?(a):(b)) |
#define | mx(a, b) ((a)>(b)?(a):(b)) |
#define | rnd(a) ((fmod(a,1.0)>(0.5)?((double)((int)(a)+1)):((double)((int)(a))))) |
#define | maxepoch (110) |
#define | maxgrn (10) |
#define | alphabed (0.9) |
#define | trneff (0.1) |
#define | anglerep (32.21) |
#define | maxran 2200 |
#define | INIT_RAN_NUM_SEED (850) |
#define | masscheck (1e-5) |
#define | MAXCHAR (5) |
#define | ON "ON" |
#define | OFF "OFF" |
#define | DUMMY "HYDRO" |
Variables | |
int | nepochs |
int | ep |
int | yr |
int | total_yr |
int | nyears [maxepoch] |
int | syear [maxepoch] |
int | tblstart [maxepoch] |
int | tblend [maxepoch] |
char | timestep [2] |
int | ngrain |
double | grainpct [maxgrn][maxepoch] |
int | eventcounter |
long * | numberday |
int | eventsperyear |
int | eventsnr [maxepoch] |
double | floodvalue [maxepoch] |
int | floodcounter |
int | eventnrflag |
int | noutlet |
int | minnoutlet |
int | maxnoutlet |
double *** | outletpct |
double | sedfilter [maxepoch] |
double | totpercentageQ [maxepoch] |
double ** | outletpcttotevents |
int * | nroutlets |
int | outletmodelflag |
int | nooutletpctflag |
int | noutletflag |
int | steadyoutletpctflag |
double ** | outletpctdummy |
double | threshbed [maxepoch] |
double * | C |
double | depcof [maxepoch] |
double | deppow [maxepoch] |
double | velcof [maxepoch] |
double | velpow [maxepoch] |
double | widcof [maxepoch] |
double | widpow [maxepoch] |
double | avgvel [maxepoch] |
double | rslope [maxepoch] |
double | elevbinsize |
int | nhypts [maxepoch] |
double * | areabins |
double * | elevbins |
double | hypspow [maxepoch] |
double ** | hypsarea |
double ** | hypselev |
double | basinlength [maxepoch] |
double | maxalt [maxepoch] |
double | totalarea [maxepoch] |
double | basin_relief [maxepoch] |
double | basin_area [maxepoch] |
int * | distbins |
int | exceedflood |
int | floodtry |
double | maxflood |
double | Rvol [maxepoch] |
double | Ralt [maxepoch] |
double | Rarea [maxepoch] |
double | TE [maxepoch] |
double | TEsubbasin [maxepoch] |
char | Rparamcheck [maxepoch] |
double | alphac [maxepoch] |
double | betac [maxepoch] |
double | rhosed [maxepoch] |
double | rhowater [maxepoch] |
double | alphag [maxepoch] |
double | betag [maxepoch] |
double | pcr [maxepoch] |
double | pmax [maxepoch] |
double | MPrain |
double | Ko [maxepoch] |
double | alphass [maxepoch] |
double | betass [maxepoch] |
double | gwinitial |
double | gwlast |
double | gwmin [maxepoch] |
double | gwmax [maxepoch] |
double | percentgw [maxepoch] |
double | alphagwe [maxepoch] |
double | betagwe [maxepoch] |
double | dryevap [maxepoch] |
double | Meltrate [maxepoch] |
double | lapserate [maxepoch] |
double | Msnowstart |
double | Msnowend |
double | MPnival |
int | ELAindex |
double | bigg |
double | smallg |
double | lastarea |
double | initiallastarea |
double | ela |
double | lastela |
double | initiallastela |
double | Gmass |
double | MPglacial |
double | bethaexpo |
double | bethaglacier |
int | nran |
double * | ranarray |
double | rmin |
double | rmax |
double | maxerr |
double | totalmass |
double | lat |
double | lon |
double | alpha3 |
double | alpha4 |
double | alpha5 |
double | alpha6 |
double | alpha7 |
double | alpha8 |
double | k1 |
double | k2 |
int | Qsbarformulaflag [maxepoch] |
int | raindatafile |
int | setstartmeanQandQs |
char | asciioutput [MAXCHAR] |
char | startname [80] |
char | directory [100] |
char | chrdump [80] |
char | commandlinearg [2][20] |
int | webflag |
int | globalparflag |
int | lapserateflag |
int | velpowflag |
int | widpowflag |
double * | Qgrandtotaltotoutlet |
double | Qgrandtotaltot |
double ** | Qdummy |
double ** | Qgrandtotalperepoch |
double | Qsgrandtotaltot |
double * | Qsgrandtotaltotoutlet |
double | Qpeakmax |
double | TEtot |
double | yeartot |
double | Qsoutletdummy |
double ** | Qsbartotoutlet |
#define alphabed (0.9) |
#define anglerep (32.21) |
#define DAYSINYEAR (365) |
Definition at line 40 of file hydroparams.h.
#define degTOr (1.745329252e-2) |
Definition at line 33 of file hydroparams.h.
Referenced by hydrosedload(), plumearray(), and plumelog().
#define dTOs (86400.0) |
Definition at line 32 of file hydroparams.h.
Referenced by hydrocalqsnew(), hydrocheckinput(), hydroglacial(), hydrohypsom(), hydroprintannual(), hydroprinttable(), hydrorain(), hydrosedload(), hydroshoulder(), hydrosnow(), hydrosumflow(), main(), plumecheck(), plumelog(), plumemass(), plumeout2(), plumeout3(), and plumeread().
#define DUMMY "HYDRO" |
#define FLAflag (9999) |
#define INIT_RAN_NUM_SEED (850) |
Definition at line 192 of file hydroparams.h.
Referenced by eh_get_fuzzy_int(), hydroqfractionshuffle(), hydrorandom(), hydrosetnumberoutlet(), and hydroshuffle().
#define masscheck (1e-5) |
Definition at line 200 of file hydroparams.h.
Referenced by hydroglacial(), hydrooutletfraction(), hydrorain(), hydrosnow(), and hydrosumflow().
#define MAXCHAR (5) |
Definition at line 226 of file hydroparams.h.
Referenced by hydrocheckinput(), and hydroreadinput().
#define maxepoch (110) |
Definition at line 53 of file hydroparams.h.
Referenced by hydroallocmemoutlet(), hydroallocmemoutlet1(), hydrocheckinput(), hydrofreememoutlet(), hydrofreememoutlet1(), hydroreadinput(), hydrosedload(), and hydrosetparams().
#define maxgrn (10) |
#define maxran 2200 |
#define mn | ( | a, | |||
b | ) | ((a)<(b)?(a):(b)) |
Definition at line 46 of file hydroparams.h.
Referenced by hydrorain(), hydrorandom(), hydrosnow(), plumearray(), plumecheck(), and plumedist().
#define mx | ( | a, | |||
b | ) | ((a)>(b)?(a):(b)) |
Definition at line 47 of file hydroparams.h.
Referenced by hydroglacial(), hydrorain(), hydrorandom(), hydroshoulder(), hydrosumflow(), main(), plumearray(), plumecheck(), plumeconc(), and plumedist().
#define OFF "OFF" |
Definition at line 228 of file hydroparams.h.
Referenced by hydrocheckinput(), and hydroreadinput().
#define ON "ON" |
Definition at line 227 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroopenfiles(), hydrooutput(), and main().
#define PI (3.1415926535) |
Definition at line 27 of file hydroparams.h.
#define rho_sed (2670.0) |
#define rho_water (1000.0) |
#define rnd | ( | a | ) | ((fmod(a,1.0)>(0.5)?((double)((int)(a)+1)):((double)((int)(a))))) |
Definition at line 48 of file hydroparams.h.
Referenced by hydroqfractionshuffle(), hydroshuffle(), plumearray(), plumemass(), and plumeset().
#define sq | ( | a | ) | ((a)*(a)) |
Definition at line 45 of file hydroparams.h.
#define TMLEN (100) |
#define trneff (0.1) |
double alpha3 |
Definition at line 208 of file hydroparams.h.
Referenced by hydroprintstat(), hydrosedload(), and hydrosetgeoparams().
double alpha4 |
Definition at line 208 of file hydroparams.h.
Referenced by hydroprintstat(), hydrosedload(), and hydrosetgeoparams().
double alpha5 |
Definition at line 208 of file hydroparams.h.
Referenced by hydroprintstat(), hydrosedload(), and hydrosetgeoparams().
double alpha6 |
Definition at line 209 of file hydroparams.h.
Referenced by hydroprintstat(), hydrosedload(), and hydrosetgeoparams().
double alpha7 |
Definition at line 209 of file hydroparams.h.
Referenced by hydroprintstat(), hydrosedload(), and hydrosetgeoparams().
double alpha8 |
Definition at line 209 of file hydroparams.h.
Referenced by hydroprintstat(), hydrosedload(), and hydrosetgeoparams().
double alphac[maxepoch] |
double alphag[maxepoch] |
double alphagwe[maxepoch] |
double alphass[maxepoch] |
Definition at line 160 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrorain(), and hydroreadinput().
double* areabins |
Definition at line 118 of file hydroparams.h.
Referenced by hydroglacial(), hydrohypsom(), hydrorain(), and hydrosnow().
char asciioutput[MAXCHAR] |
Definition at line 229 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroopenfiles(), hydrooutput(), hydroreadinput(), and main().
double avgvel[maxepoch] |
Definition at line 110 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrohypsom(), hydrorain(), hydroreadinput(), and hydroshoulder().
double basin_area[maxepoch] |
Definition at line 127 of file hydroparams.h.
double basin_relief[maxepoch] |
Definition at line 126 of file hydroparams.h.
double basinlength[maxepoch] |
Definition at line 123 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrohypsom(), hydrorain(), hydroreadinput(), and hydroshoulder().
double betac[maxepoch] |
double betag[maxepoch] |
double betagwe[maxepoch] |
double betass[maxepoch] |
Definition at line 161 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrorain(), and hydroreadinput().
double bethaexpo |
double bethaglacier |
double bigg |
Definition at line 182 of file hydroparams.h.
Referenced by hydroglacial(), hydroprintannual(), and hydroprinttable().
double* C |
Definition at line 102 of file hydroparams.h.
Referenced by hydrosedload(), main(), and run_isostasy().
char chrdump[80] |
char commandlinearg[2][20] |
double depcof[maxepoch] |
Definition at line 107 of file hydroparams.h.
Referenced by hydrooutput(), hydroreadinput(), and hydrosetglobalpar().
double deppow[maxepoch] |
Definition at line 107 of file hydroparams.h.
Referenced by hydrooutput(), hydroreadinput(), and hydrosetglobalpar().
char directory[100] |
int* distbins |
Definition at line 132 of file hydroparams.h.
Referenced by hydroglacial(), hydrohypsom(), hydrorain(), and hydrosnow().
double dryevap[maxepoch] |
Definition at line 172 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroglacial(), hydroreadinput(), and hydrosnow().
double ela |
Definition at line 183 of file hydroparams.h.
Referenced by hydroglacial(), hydroprintannual(), and hydroprinttable().
int ELAindex |
double* elevbins |
Definition at line 119 of file hydroparams.h.
Referenced by hydroglacial(), hydrohypsom(), and hydrosnow().
double elevbinsize |
Definition at line 116 of file hydroparams.h.
Referenced by hydroglacial(), hydrohypsom(), and hydroreadhypsom().
int ep |
Definition at line 54 of file hydroparams.h.
Referenced by hydrocalqsnew(), hydrocheckinput(), hydroclimate(), hydroexpdist(), hydroglacial(), hydrohypsom(), hydromaxevents(), hydrooutletfraction(), hydrooutput(), hydroprintannual(), hydroprintstat(), hydroprinttable(), hydroqfractionshuffle(), hydrorain(), hydrorandom(), hydroreadclimate(), hydroreadhypsom(), hydroreadinput(), hydrosedload(), hydrosetgeoparams(), hydrosetglobalpar(), hydroshoulder(), hydroshuffle(), hydrosnow(), hydrosumflow(), hydroweather(), main(), and Read_Rainfall_Etc().
int eventcounter |
Definition at line 70 of file hydroparams.h.
Referenced by hydrosedload(), hydrosumflow(), and main().
int eventnrflag |
int eventsnr[maxepoch] |
Definition at line 73 of file hydroparams.h.
Referenced by hydroallocmemoutlet1(), hydromaxevents(), hydroreadinput(), hydrosumflow(), and main().
int eventsperyear |
int exceedflood |
int floodcounter |
int floodtry |
Definition at line 134 of file hydroparams.h.
Referenced by hydroglacial(), hydrohypsom(), and main().
double floodvalue[maxepoch] |
Definition at line 74 of file hydroparams.h.
Referenced by hydroreadinput(), hydrosumflow(), and main().
int globalparflag |
double Gmass |
Definition at line 184 of file hydroparams.h.
Referenced by hydroglacial(), hydroprinttable(), and hydrosumflow().
double grainpct[maxgrn][maxepoch] |
Definition at line 65 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrooutput(), and hydroreadinput().
double gwinitial |
Definition at line 162 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroreadinput(), and main().
double gwlast |
Definition at line 163 of file hydroparams.h.
Referenced by hydroprinttable(), hydrosumflow(), and main().
double gwmax[maxepoch] |
Definition at line 164 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrorain(), and hydroreadinput().
double gwmin[maxepoch] |
Definition at line 164 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrorain(), and hydroreadinput().
double** hypsarea |
Definition at line 121 of file hydroparams.h.
Referenced by hydrohypsom(), hydroreadhypsom(), and hydrosedload().
double** hypselev |
Definition at line 122 of file hydroparams.h.
Referenced by hydrohypsom(), hydroreadhypsom(), and hydrosedload().
double hypspow[maxepoch] |
Definition at line 120 of file hydroparams.h.
double initiallastarea |
double initiallastela |
double k1 |
Definition at line 210 of file hydroparams.h.
Referenced by hydroprintstat(), hydrosedload(), hydrosetgeoparams(), plumedist(), zairy_(), zbesh_(), zbesi_(), zbesj_(), zbesk_(), zbesy_(), and zbiry_().
double k2 |
Definition at line 210 of file hydroparams.h.
Referenced by hydroprintstat(), hydrosedload(), hydrosetgeoparams(), plumedist(), zairy_(), zbesh_(), zbesi_(), zbesj_(), zbesk_(), zbesy_(), and zbiry_().
double Ko[maxepoch] |
Definition at line 159 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrorain(), and hydroreadinput().
double lapserate[maxepoch] |
Definition at line 174 of file hydroparams.h.
int lapserateflag |
Definition at line 241 of file hydroparams.h.
Referenced by hydroreadinput(), and hydrosetglobalpar().
double lastarea |
double lastela |
double lat |
Definition at line 207 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroprintstat(), hydroreadinput(), hydrosetgeoparams(), and hydrosetglobalpar().
double lon |
Definition at line 207 of file hydroparams.h.
Referenced by hydroreadinput(), and hydrosetglobalpar().
double maxalt[maxepoch] |
Definition at line 124 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroglacial(), hydrohypsom(), hydroprintstat(), hydroprinttable(), hydroreadhypsom(), hydrosedload(), hydrosetgeoparams(), and main().
double maxerr |
double maxflood |
Definition at line 135 of file hydroparams.h.
Referenced by hydroprintannual(), hydroprinttable(), and main().
int maxnoutlet |
Definition at line 83 of file hydroparams.h.
Referenced by hydroallocmemoutlet(), hydroallocmemoutlet1(), hydrocalqsnew(), hydrocheckinput(), hydrofreememoutlet(), hydrofreememoutlet1(), hydroopenfiles(), hydrooutletfraction(), hydrooutput(), hydroprintannual(), hydroprinttable(), hydroqfractionshuffle(), hydroreadinput(), hydrosedload(), hydrosetnumberoutlet(), hydrosumflow(), hydroswap(), and main().
double Meltrate[maxepoch] |
int minnoutlet |
Definition at line 82 of file hydroparams.h.
Referenced by hydroreadinput(), and hydrosetnumberoutlet().
double MPglacial |
double MPnival |
double MPrain |
double Msnowend |
Definition at line 175 of file hydroparams.h.
Referenced by hydroprinttable(), hydrosnow(), and hydrosumflow().
double Msnowstart |
Definition at line 175 of file hydroparams.h.
Referenced by hydroprinttable(), hydrosnow(), and hydrosumflow().
int nepochs |
Definition at line 54 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrooutput(), hydroreadclimate(), hydroreadhypsom(), hydroreadinput(), hydrosetglobalpar(), hydroswap(), and main().
int ngrain |
Definition at line 64 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrooutput(), and hydroreadinput().
int nhypts[maxepoch] |
Definition at line 117 of file hydroparams.h.
Referenced by hydrohypsom(), hydroprinttable(), hydroreadhypsom(), and hydrosedload().
int nooutletpctflag |
int noutlet |
Definition at line 81 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrooutletfraction(), hydroreadinput(), and main().
int noutletflag |
Definition at line 91 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroreadinput(), and main().
int nran |
Definition at line 193 of file hydroparams.h.
Referenced by hydroclimate(), hydroexpdist(), hydroglacial(), hydrorandom(), hydroweather(), and main().
int* nroutlets |
Definition at line 88 of file hydroparams.h.
Referenced by hydroallocmemoutlet1(), hydrofreememoutlet1(), and main().
long* numberday |
Definition at line 71 of file hydroparams.h.
Referenced by hydroallocmemoutlet1(), hydrofreememoutlet1(), hydrosedload(), and hydrosumflow().
int nyears[maxepoch] |
Definition at line 56 of file hydroparams.h.
Referenced by hydroallocmemoutlet(), hydrocalqsnew(), hydrocheckinput(), hydrooutput(), hydroreadclimate(), hydroreadinput(), hydrosedload(), hydrosetgeoparams(), hydroswap(), and main().
int outletmodelflag |
Definition at line 89 of file hydroparams.h.
Referenced by hydrocalqsnew(), hydroopenfiles(), hydrooutput(), hydroprintannual(), hydroprinttable(), hydroreadinput(), hydrosedload(), hydrosumflow(), hydroswap(), and main().
double*** outletpct |
Definition at line 84 of file hydroparams.h.
Referenced by hydroallocmemoutlet1(), hydrofreememoutlet1(), hydrooutletfraction(), hydroqfractionshuffle(), hydrosedload(), hydrosumflow(), and main().
double** outletpctdummy |
double** outletpcttotevents |
Definition at line 87 of file hydroparams.h.
Referenced by hydroallocmemoutlet(), hydrofreememoutlet(), hydroprintannual(), and main().
double pcr[maxepoch] |
double percentgw[maxepoch] |
Definition at line 165 of file hydroparams.h.
Referenced by hydroglacial(), hydrosetparams(), and hydrosnow().
double pmax[maxepoch] |
Definition at line 153 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrorain(), and hydrosetparams().
double ** Qdummy |
Definition at line 243 of file hydroparams.h.
Referenced by hydroallocmemoutlet(), hydrofreememoutlet(), and main().
double ** Qgrandtotalperepoch |
Definition at line 243 of file hydroparams.h.
Referenced by hydroallocmemoutlet(), and hydrofreememoutlet().
double Qgrandtotaltot |
double* Qgrandtotaltotoutlet |
Definition at line 243 of file hydroparams.h.
Referenced by hydroallocmemoutlet(), hydrofreememoutlet(), and main().
double Qpeakmax |
int Qsbarformulaflag[maxepoch] |
Definition at line 211 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroprintstat(), hydroreadinput(), hydrosedload(), and main().
double** Qsbartotoutlet |
double Qsgrandtotaltot |
double * Qsgrandtotaltotoutlet |
Definition at line 244 of file hydroparams.h.
Referenced by hydroallocmemoutlet(), hydrofreememoutlet(), and main().
double Qsoutletdummy |
int raindatafile |
Definition at line 216 of file hydroparams.h.
Referenced by hydroclimate(), hydrosecurityinputcheck(), hydrosedload(), hydrosetgeoparams(), hydroweather(), main(), and Read_Rainfall_Etc().
double Ralt[maxepoch] |
Definition at line 137 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroreadinput(), and hydrosedload().
double* ranarray |
Definition at line 194 of file hydroparams.h.
Referenced by hydroclimate(), hydroexpdist(), hydroglacial(), hydrorandom(), hydrosedload(), hydroweather(), and main().
double Rarea[maxepoch] |
double rhosed[maxepoch] |
double rhowater[maxepoch] |
double rmax |
double rmin |
char Rparamcheck[maxepoch] |
double rslope[maxepoch] |
Definition at line 111 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroreadinput(), and hydrosedload().
double Rvol[maxepoch] |
Definition at line 136 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrorain(), hydroreadinput(), hydrosedload(), and hydroshoulder().
double sedfilter[maxepoch] |
Definition at line 85 of file hydroparams.h.
Referenced by hydrocalqsnew(), hydrocheckinput(), and hydroreadinput().
Definition at line 221 of file hydroparams.h.
Referenced by hydroglacial(), hydrosedload(), hydrosnow(), hydrosumflow(), and main().
double smallg |
Definition at line 182 of file hydroparams.h.
Referenced by hydroglacial(), hydroprintannual(), and hydroprinttable().
char startname[80] |
Definition at line 235 of file hydroparams.h.
Referenced by hydroopenfiles(), hydroswap(), and main().
Definition at line 92 of file hydroparams.h.
Referenced by hydroreadinput(), hydrosumflow(), and main().
int syear[maxepoch] |
Definition at line 56 of file hydroparams.h.
Referenced by eh_get_fuzzy_int(), hydrocheckinput(), hydroclimate(), hydroglacial(), hydrohypsom(), hydromaxevents(), hydrooutput(), hydroprintannual(), hydroprinttable(), hydrorandom(), hydroreadinput(), hydrosedload(), hydroshuffle(), hydrosumflow(), hydroswap(), hydroweather(), and main().
int tblend[maxepoch] |
Definition at line 57 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroexpdist(), hydroglacial(), hydrohypsom(), hydrorain(), hydroreadinput(), hydroshuffle(), hydrosnow(), and main().
int tblstart[maxepoch] |
Definition at line 57 of file hydroparams.h.
Referenced by hydrocheckinput(), hydroexpdist(), hydroglacial(), hydrohypsom(), hydroprinttable(), hydrorain(), hydroreadinput(), hydroshuffle(), hydrosnow(), and main().
double TE[maxepoch] |
double TEsubbasin[maxepoch] |
double TEtot |
double threshbed[maxepoch] |
Definition at line 98 of file hydroparams.h.
char timestep[2] |
Definition at line 58 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrooutput(), hydroreadinput(), and hydroswap().
int total_yr |
Definition at line 55 of file hydroparams.h.
Referenced by hydroreadclimate(), main(), and Read_Rainfall_Etc().
double totalarea[maxepoch] |
Definition at line 125 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrohypsom(), hydroprintstat(), hydroprinttable(), hydrorain(), hydroreadhypsom(), hydrosedload(), hydrosnow(), hydrosumflow(), and main().
double totalmass |
double totpercentageQ[maxepoch] |
double velcof[maxepoch] |
Definition at line 108 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrooutput(), hydroreadinput(), and hydrosetglobalpar().
double velpow[maxepoch] |
Definition at line 108 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrooutput(), hydroreadinput(), and hydrosetglobalpar().
int velpowflag |
Definition at line 241 of file hydroparams.h.
Referenced by hydroreadinput(), and hydrosetglobalpar().
int webflag |
Definition at line 239 of file hydroparams.h.
Referenced by hydrocommandline(), hydroreadhypsom(), hydroreadinput(), hydrosetparams(), main(), and Read_Rainfall_Etc().
double widcof[maxepoch] |
Definition at line 109 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrooutput(), hydroreadinput(), and hydrosetglobalpar().
double widpow[maxepoch] |
Definition at line 109 of file hydroparams.h.
Referenced by hydrocheckinput(), hydrooutput(), hydroreadinput(), and hydrosetglobalpar().
int widpowflag |
Definition at line 241 of file hydroparams.h.
Referenced by hydroreadinput(), and hydrosetglobalpar().
double yeartot |
int yr |
Definition at line 55 of file hydroparams.h.
Referenced by eh_get_fuzzy_int(), hydroclimate(), hydroexpdist(), hydroglacial(), hydrohypsom(), hydromaxevents(), hydrooutput(), hydroprintannual(), hydroprinttable(), hydrorain(), hydrorandom(), hydrosedload(), hydroshuffle(), hydrosnow(), hydrosumflow(), hydroweather(), and main().