Changeset 398 for palm/trunk
- Timestamp:
- Oct 13, 2009 4:01:10 PM (15 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r394 r398 12 12 Errors: 13 13 ------ 14 Bugfix: exchange of ghost points for prho included (time_integration) 15 16 time_integration 14 17 15 18 -
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.