libsim Versione 7.1.11

◆ gridinfo_clone()

subroutine gridinfo_clone ( type(gridinfo_def), intent(in)  this,
type(gridinfo_def), intent(out)  that,
character(len=*), intent(in), optional  categoryappend 
)
private

Clone the object, creating a new independent instance of the object exactly equal to the starting one.

Parametri
[in]thissource object
[out]thatcloned object, it does not need to be initalized
[in]categoryappendappend this suffix to log4fortran namespace category for the cloned object

Definizione alla linea 846 del file gridinfo_class.F90.

847
848 CALL grib_get(gaid,'timeRangeIndicator',tri)
849 CALL grib_get(gaid,'P1',p1g)
850 CALL grib_get(gaid,'P2',p2g)
851 CALL grib_get(gaid,'indicatorOfUnitOfTimeRange',unit)
852 CALL timerange_g1_to_v7d(tri, p1g, p2g, unit, statproc, p1, p2)
853
854ELSE IF (editionnumber == 2) THEN

Generated with Doxygen.