00001 #ifndef HYDROTREND_H_ 00002 #define HYDROTREND_H_ 00003 00004 int hydrocommandline(int *argc, char **argv); 00005 int hydrosetparams(); 00006 int hydrosecurityinputcheck(); 00007 int hydroreadinput(); 00008 int hydroreadhypsom(); 00009 int hydroreadclimate(gw_rainfall_etc* gw_rain); 00010 int hydrosetglobalpar(); 00011 int hydrocheckinput(); 00012 int hydroopenfiles(); 00013 int hydrosetgeoparams( gw_rainfall_etc* gw_rain ); 00014 int hydrorandom(); 00015 int hydroshoulder(); 00016 int hydroclimate(gw_rainfall_etc* gw_rain); 00017 int hydroweather(gw_rainfall_etc* gw_rain); 00018 int hydrohypsom(); 00019 int hydroglacial(); 00020 int hydrosnow(); 00021 int hydrorain(); 00022 int hydrosumflow(); 00023 int hydromaxevents(); 00024 int hydrosedload ( gw_rainfall_etc* gw_rain ); 00025 int hydrooutput(); 00026 int hydroprinttable(); 00027 int hydroprintannual(); 00028 int hydrocalqsnew(); 00029 int hydroprintstat(); 00030 int hydroswap(); 00031 int hydrooutletfraction(int x); 00032 int hydrosetnumberoutlet(int x); 00033 int hydroqfractionshuffle( int k ); 00034 void hydroallocmemoutlet(int ep); 00035 void hydroallocmemoutlet1(int ep); 00036 void hydrofreememoutlet(int j); 00037 void hydrofreememoutlet1(int ep); 00038 int hydroshuffle(int dvals[31],int mnth); 00039 int hydroexpdist(double pvals[31],int mnth); 00040 00041 #endif 00042