libsim  Versione 7.2.6

◆ gridinfo_clone()

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

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 850 del file gridinfo_class.F90.

851 END SUBROUTINE level_export_gribapi
852 
853 
854 SUBROUTINE timerange_import_gribapi(this, gaid)
855 TYPE(vol7d_timerange),INTENT(out) :: this ! vol7d_timerange object
856 INTEGER,INTENT(in) :: gaid ! grib_api id of the grib loaded in memory to import
857 
858 INTEGER :: EditionNumber, tri, unit, p1g, p2g, p1, p2, statproc, &

Generated with Doxygen.