|
◆ 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 850 del file gridinfo_class.F90.
851 END SUBROUTINE level_export_gribapi
854 SUBROUTINE timerange_import_gribapi(this, gaid)
855 TYPE(vol7d_timerange), INTENT(out) :: this
856 INTEGER, INTENT(in) :: gaid
858 INTEGER :: EditionNumber, tri, unit, p1g, p2g, p1, p2, statproc, &
|