libsim Versione 7.2.4
|
◆ gridinfo_clone()
Clone the object, creating a new independent instance of the object exactly equal to the starting one.
Definizione alla linea 840 del file gridinfo_class.F90. 841
842INTEGER :: EditionNumber, tri, unit, p1g, p2g, p1, p2, statproc, &
843 ttimeincr, tprocdata, status
844
845call grib_get(gaid,'GRIBEditionNumber',editionnumber)
846
847IF (editionnumber == 1) THEN
848
|