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

    r3183 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3183 2018-07-27 14:25:55Z suehring
    2730! Remove masking of geostrophic wind forcing in offline nesting case
    2831!
     
    112115           
    113116       USE control_parameters,                                                 &
    114            ONLY:  f, fs, message_string, nesting_offline
     117           ONLY:  f, fs, message_string
    115118           
    116119       USE indices,                                                            &
     
    211214           
    212215       USE control_parameters,                                                 &
    213            ONLY:  f, fs, message_string, nesting_offline
     216           ONLY:  f, fs, message_string
    214217           
    215218       USE indices,                                                            &
Note: See TracChangeset for help on using the changeset viewer.