|
◆ geo_proj_copy()
subroutine geo_proj_copy |
( |
type(geo_proj), intent(in) |
this, |
|
|
type(geo_proj), intent(out) |
that |
|
) |
| |
Create an independent copy of a geo_proj object.
Definizione alla linea 614 del file geo_proj_class.F90.
615 IF (this%proj_type == 'rotated_ll' .OR. this%proj_type == 'stretched_rotated_ll') THEN 616 print*, "Rotated projection:" 617 print*, "lon of south pole",this%rotated%longitude_south_pole 618 print*, "lat of south pole",this%rotated%latitude_south_pole
|