#include <stdlib.h>
#include <math.h>
#include "hydroclimate.h"
#include "hydroinout.h"
#include "hydroparams.h"
#include "hydrotimeser.h"
#include "hydroreadclimate.h"
#include "hydroalloc_mem.h"
#include "hydrofree_mem.h"
#include "hydrornseeds.h"
Go to the source code of this file.
Functions | |
int | hydrooutletfraction (int x) |
int | hydrosetnumberoutlet (int x) |
int | hydroqfractionshuffle (int k) |
void | hydroallocmemoutlet (int ep) |
void | hydroallocmemoutlet1 (int ep) |
void | hydrofreememoutlet (int j) |
void | hydrofreememoutlet1 (int ep) |
void hydroallocmemoutlet | ( | int | ep | ) |
Definition at line 281 of file hydrooutlet.c.
References Coutlettotal, Csannualoutlet, Csgrandtotaloutlet, Csoutlet, daysiy, malloc1d, malloc2d, maxday, maxepoch, maxnoutlet, nyears, outletpcttotevents, Qbedannualoutlet, Qboutlet, Qdummy, Qgrandtotalperepoch, Qgrandtotaltotoutlet, Qpeakfloodtemp, Qpeakperoutlet, Qpeakperoutletall, Qsannualoutlet, Qsgrandtotaloutlet, Qsgrandtotaltotoutlet, Qsoutlet, Qsum, and Qtotaloutletannual.
Referenced by main().
void hydroallocmemoutlet1 | ( | int | ep | ) |
Definition at line 309 of file hydrooutlet.c.
References daysievent, eventsnr, malloc1d, malloc2d, malloc3d, maxepoch, maxepoche, maxnoutlet, nroutlets, numberday, outletpct, Qbar, Qgrandtotaloutlet, Qpeakallevents, Qpeakevents, and Qtotaloutlet.
Referenced by main().
void hydrofreememoutlet | ( | int | j | ) |
Definition at line 335 of file hydrooutlet.c.
References Coutlettotal, Csannualoutlet, Csgrandtotaloutlet, Csoutlet, daysiy, freematrix1D(), freematrix2D(), maxday, maxepoch, maxnoutlet, outletpcttotevents, Qbedannualoutlet, Qboutlet, Qdummy, Qgrandtotalperepoch, Qgrandtotaltotoutlet, Qpeakfloodtemp, Qpeakperoutlet, Qpeakperoutletall, Qsannualoutlet, Qsgrandtotaloutlet, Qsgrandtotaltotoutlet, Qsoutlet, Qsum, and Qtotaloutletannual.
Referenced by main().
void hydrofreememoutlet1 | ( | int | ep | ) |
Definition at line 362 of file hydrooutlet.c.
References daysievent, freematrix1D(), freematrix2D(), freematrix3D(), maxepoch, maxepoche, maxnoutlet, nroutlets, numberday, outletpct, Qbar, Qgrandtotaloutlet, Qpeakallevents, Qpeakevents, and Qtotaloutlet.
Referenced by main().
int hydrooutletfraction | ( | int | x | ) |
Definition at line 62 of file hydrooutlet.c.
References ep, freematrix1D(), malloc1d, masscheck, maxnoutlet, noutlet, and outletpct.
Referenced by main().
int hydroqfractionshuffle | ( | int | k | ) |
Definition at line 199 of file hydrooutlet.c.
References ep, freematrix1D(), hydroran5(), INIT_RAN_NUM_SEED, malloc1d, maxnoutlet, outletpct, rnd, and rnseed5.
Referenced by main().
int hydrosetnumberoutlet | ( | int | x | ) |
Definition at line 136 of file hydrooutlet.c.
References fidlog, hydroran4(), INIT_RAN_NUM_SEED, maxnoutlet, minnoutlet, and rnseed4.
Referenced by main().