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.f90

    r3615 r3618  
    2626! -----------------
    2727! $Id$
     28! Prefixed all INIFOR modules with inifor_
     29!
     30!
     31! 3615 2018-12-10 07:21:03Z raasch
    2832! bugfix: abort replaced by inifor_abort
    2933!
     
    7478 PROGRAM inifor
    7579
    76     USE control
    77     USE defs
    78     USE grid,                                                                  &
     80    USE inifor_control
     81    USE inifor_defs
     82    USE inifor_grid,                                                           &
    7983        ONLY:  setup_parameters, setup_grids, setup_variable_tables,           &
    8084               setup_io_groups, fini_grids, fini_variables, fini_io_groups,    &
     
    8488               averaging_width_ns, averaging_width_ew, phi_n, lambda_n,        &
    8589               lam_centre, phi_centre
    86     USE io
    87     USE transform,                                                             &
     90    USE inifor_io
     91    USE inifor_transform,                                                      &
    8892        ONLY:  average_profile, interpolate_2d, interpolate_3d,                &
    8993               geostrophic_winds, extrapolate_density, extrapolate_pressure,   &
    9094               get_surface_pressure
    91     USE types
     95    USE inifor_types
    9296   
    9397    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.