Ignore:
Timestamp:
Jul 12, 2016 4:34:24 PM (8 years ago)
Author:
suehring
Message:

Separate balance equations for humidity and passive_scalar

File:
1 edited

Legend:

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

    r1933 r1960  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Separate humidity and passive scalar
    2222!
    2323! Former revisions:
     
    361361          ENDIF
    362362          IF ( .NOT. constant_diffusion )  CALL exchange_horiz( e, nbgp )
    363           IF (humidity  .OR.  passive_scalar)  THEN
    364              CALL exchange_horiz( q, nbgp )
    365           ENDIF
     363          IF ( humidity       )  CALL exchange_horiz( q, nbgp )
     364          IF ( passive_scalar )  CALL exchange_horiz( s, nbgp )
    366365       ENDIF
    367366
Note: See TracChangeset for help on using the changeset viewer.