Ignore:
Timestamp:
Dec 10, 2018 1:25:22 PM (6 years ago)
Author:
eckhard
Message:

inifor: Prefixed all INIFOR modules with inifor_ and removed unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/src/inifor_transform.f90

    r3615 r3618  
    2626! -----------------
    2727! $Id$
     28! Prefixed all INIFOR modules with inifor_, removed unused variables
     29!
     30!
     31! 3615 2018-12-10 07:21:03Z raasch
    2832! bugfix: abort replaced by inifor_abort
    2933!
     
    7680!> int2lm's utility routines.
    7781!------------------------------------------------------------------------------!
    78  MODULE transform
    79 
    80     USE control
    81     USE defs,                                                                  &
     82 MODULE inifor_transform
     83
     84    USE inifor_control
     85    USE inifor_defs,                                                           &
    8286        ONLY: G, TO_DEGREES, TO_RADIANS, PI, dp
    83     USE types
    84     USE util,                                                                  &       
     87    USE inifor_types
     88    USE inifor_util,                                                           &
    8589        ONLY: real_to_str, str
    8690
     
    622626                                   lamr(i) * TO_DEGREES,                       &
    623627                                   phip * TO_DEGREES,                          &
    624                                    lamp * TO_DEGREES,                          &
    625628                                   gam  * TO_DEGREES) * TO_RADIANS
    626629
     
    11621165!> Compute the geographical latitude of a point given in rotated-pole cordinates
    11631166!------------------------------------------------------------------------------!
    1164     FUNCTION phirot2phi (phirot, rlarot, polphi, pollam, polgam)
     1167    FUNCTION phirot2phi (phirot, rlarot, polphi, polgam)
    11651168   
    11661169       REAL(dp), INTENT (IN) ::  polphi      !< latitude of the rotated north pole
    1167        REAL(dp), INTENT (IN) ::  pollam      !< longitude of the rotated north pole
    11681170       REAL(dp), INTENT (IN) ::  phirot      !< latitude in the rotated system
    11691171       REAL(dp), INTENT (IN) ::  rlarot      !< longitude in the rotated system
     
    13961398    END SUBROUTINE uvrot2uv
    13971399
    1398  END MODULE
    1399 
     1400 END MODULE inifor_transform
     1401
Note: See TracChangeset for help on using the changeset viewer.