Changeset 231 for palm/trunk
- Timestamp:
- Feb 8, 2009 10:51:43 AM (16 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r230 r231 6 6 ------- 7 7 8 Output of messages replaced by message handling routine 8 Output of messages replaced by message handling routine. 9 First constant in array den also defined as type double. (eqn_state_seawater) 9 10 10 advec_particles, sort_particles 11 advec_particles, eqn_state_seawater, sort_particles 12 11 13 12 14 Errors: -
palm/trunk/SOURCE/eqn_state_seawater.f90
r98 r231 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! First constant in array den also defined as type double 7 7 ! 8 8 ! Former revisions: … … 37 37 38 38 REAL, DIMENSION(13), PARAMETER :: den = & 39 (/ 1.0 ,7.2815210113327091D-3, &39 (/ 1.0D0, 7.2815210113327091D-3, & 40 40 -4.4787265461983921D-5, 3.3851002965802430D-7, & 41 41 1.3651202389758572D-10, 1.7632126669040377D-3, &
Note: See TracChangeset
for help on using the changeset viewer.