Ignore:
Timestamp:
Jun 12, 2017 10:47:51 AM (7 years ago)
Author:
kanani
Message:

code documentation and cleanup

File:
1 edited

Legend:

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

    r2271 r2277  
    2525! -----------------
    2626! $Id$
     27! Removed unused variables lptnudge, lqnudge, lunudge, lvnudge, lwnudge
     28!
     29! 2271 2017-06-09 12:34:55Z sward
    2730! Error message changed
    2831!
     
    130133
    131134       USE control_parameters,                                                 &
    132            ONLY:  dt_3d, lptnudge, lqnudge, lunudge, lvnudge, lwnudge,         &
    133                    message_string, ntnudge
     135           ONLY:  dt_3d, message_string, ntnudge
    134136
    135137       USE indices,                                                            &
     
    266268       CLOSE ( finput )
    267269
    268 !
    269 !--    Prevent nudging if nudging profiles exhibt too small values
    270 !--    not used so far
    271        lptnudge  = ANY( ABS( ptnudge ) > 1.0e-8_wp )
    272        lqnudge   = ANY( ABS( qnudge )  > 1.0e-8_wp )
    273        lunudge   = ANY( ABS( unudge )  > 1.0e-8_wp )
    274        lvnudge   = ANY( ABS( vnudge )  > 1.0e-8_wp )
    275        lwnudge   = ANY( ABS( wnudge )  > 1.0e-8_wp )
    276270
    277271    END SUBROUTINE init_nudge
Note: See TracChangeset for help on using the changeset viewer.