|
◆ 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] | this | source object |
[out] | that | cloned object, it does not need to be initalized |
[in] | categoryappend | append 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 869 INTEGER, INTENT(in) :: gaid 870 TYPE(datetime) :: reftime 872 INTEGER :: EditionNumber, tri, currentunit, unit, p1_g1, p2_g1, p1, p2, pdtn 874 CALL grib_get(gaid, 'GRIBEditionNumber',editionnumber)
|