Scilab Function
Last update : 21/8/2006

c_GENEPAR - Function to calculate the parameters of the daily rainfall generator

Calling Sequence

PAR = c_GENEPAR(DateDep,P)

Parameters

Description

WARNING : This function is written in C language and interfaced with SCILAB (HYDROGR.dll).

CAUTION : If PAR contains -9.999 values, it means that the rainfall data are not sufficient to calculate the parameters of the generator.

See c_GENEPLUIE for an implementation of the generator.

Examples

   // If P is a vector containing daily rainfall values starting on the 1/1/1975
   PAR = c_GENEPAR(197501010000,P);

  

See Also

c_GENEPLUIE ,   c_CONVDATE ,  

Authors

Julien Lerat (transcription of fortran code written by Claude Michel) CEMAGREF Antony, HBAN Unit, julien.lerat@cemagref.fr