libsim Versione 7.1.11
|
◆ griddim_delete()
Destroy a griddim_def object.
Definizione alla linea 548 del file grid_class.F90. 549CALL griddim_pistola_central_lon(this, lon, lonref)
550
551END SUBROUTINE griddim_set_central_lon
552
553
554! internal subroutine for performing tasks common to the prevous two
555SUBROUTINE griddim_pistola_central_lon(this, lon, lonref)
556TYPE(griddim_def),INTENT(inout) :: this ! grid descriptor
|