Changeset 398 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Oct 13, 2009 4:01:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r392 r398 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix: exchange of ghost points for prho included 7 7 ! 8 8 ! Former revisions: … … 191 191 CALL exchange_horiz( sa_p ) 192 192 CALL exchange_horiz( rho ) 193 CALL exchange_horiz( prho ) 193 194 ENDIF 194 195 IF ( humidity .OR. passive_scalar ) CALL exchange_horiz( q_p )
Note: See TracChangeset
for help on using the changeset viewer.