libsim Versione 7.2.6
|
◆ 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 CALL grib_set(gaid,'scaledValueOfSecondFixedSurface',scalev2)
842 ENDIF
843
844else
845
846 CALL l4f_log(l4f_error,'GribEditionNumber '//t2c(editionnumber)//' not supported')
847 CALL raise_error()
848
|