libsim  Versione7.1.6
type(datetime) function, public cyclicdatetime_to_conventional ( type(cyclicdatetime), intent(in)  this)

Restituisce una rappresentazione convenzionale in forma datetime cyclicdatetime.

The following conventional code values are used to specify which data was taken into account in the computation: year=1001 : dayly values of a specified month (depends by day and month) year=1002 : dayly,hourly values of a specified month (depends by day and month and hour) year=1003 : 10 day period of a specified month (depends by day(1,11,21) and month) year=1004 : 10 day period of a specified month,hourly (depends by day(1,11,21) and month and hour) year=1005 : mounthly values (depend by month) year=1006 : mounthly,hourly values (depend by month and hour) year=1007 : yearly values (no other time dependence) year=1008 : yearly,hourly values (depend by year and hour) The other conventional month hour and minute should be 01 when they are not significative, day should be 1 or, if year=1003 or year=1004 is used, 1,11 or 21.

Parametri
[in]thiscycliddatetime to use in compute

Definizione alla linea 2399 del file datetime_class.F90.


Generated with Doxygen.