Changeset 398 for palm/trunk/SOURCE


Ignore:
Timestamp:
Oct 13, 2009 4:01:10 PM (14 years ago)
Author:
raasch
Message:

bugfix: exchange of ghost points for prho included

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r394 r398  
    1212Errors:
    1313------
     14Bugfix: exchange of ghost points for prho included (time_integration)
     15
     16time_integration
    1417
    1518
  • palm/trunk/SOURCE/time_integration.f90

    r392 r398  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Bugfix: exchange of ghost points for prho included
    77!
    88! Former revisions:
     
    191191             CALL exchange_horiz( sa_p )
    192192             CALL exchange_horiz( rho )
     193             CALL exchange_horiz( prho )
    193194          ENDIF
    194195          IF ( humidity  .OR.  passive_scalar )  CALL exchange_horiz( q_p )
Note: See TracChangeset for help on using the changeset viewer.