Ignore:
Timestamp:
Sep 12, 2018 3:02:00 PM (6 years ago)
Author:
raasch
Message:

various changes to avoid compiler warnings (mainly removal of unused variables)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/data_output_spectra.f90

    r2718 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    2831!
     
    9598#if defined( __netcdf )
    9699    USE control_parameters,                                                    &
    97         ONLY:  message_string, run_description_header,                         &
    98                time_since_reference_point
     100        ONLY:  message_string, time_since_reference_point
    99101
    100102    USE cpulog,                                                                &
     
    118120    IMPLICIT NONE
    119121
    120     INTEGER(iwp) ::  cranz_x !<
    121     INTEGER(iwp) ::  cranz_y !<
    122122    INTEGER(iwp) ::  m       !<
    123123    INTEGER(iwp) ::  pr      !<
    124124   
    125     LOGICAL      ::  frame_x !<
    126     LOGICAL      ::  frame_y !<
    127 
    128125    CALL cpu_log( log_point(31), 'data_output_spectra', 'start' )
    129126
Note: See TracChangeset for help on using the changeset viewer.