libsim  Versione6.3.0

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

867 SUBROUTINE timerange_export_gribapi(this, gaid, reftime)
868 TYPE(vol7d_timerange),INTENT(in) :: this ! vol7d_timerange object
869 INTEGER,INTENT(in) :: gaid ! grib_api id of the grib loaded in memory to export
870 TYPE(datetime) :: reftime ! reference time of data, used for coding correct end of statistical processing period in grib2
871 
872 INTEGER :: EditionNumber, tri, currentunit, unit, p1_g1, p2_g1, p1, p2, pdtn
873 
874 CALL grib_get(gaid,'GRIBEditionNumber',editionnumber)

Generated with Doxygen.