Changeset 1353 for palm/trunk/SOURCE/prognostic_equations.f90
- Timestamp:
- Apr 8, 2014 3:21:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/prognostic_equations.f90
r1339 r1353 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! REAL constants provided with KIND-attribute 23 23 ! 24 24 ! Former revisions: … … 1038 1038 CALL cpu_log( log_point(7), 'w-equation', 'start' ) 1039 1039 1040 tend = 0.0 1040 tend = 0.0_wp 1041 1041 IF ( timestep_scheme(1:5) == 'runge' ) THEN 1042 1042 IF ( ws_scheme_mom ) THEN … … 1121 1121 ! 1122 1122 !-- Bott-Chlond scheme always uses Euler time step. Thus: 1123 sbt = 1.0 1123 sbt = 1.0_wp 1124 1124 ENDIF 1125 1125 tend = 0.0_wp … … 1230 1230 ! 1231 1231 !-- Bott-Chlond scheme always uses Euler time step. Thus: 1232 sbt = 1.0 1232 sbt = 1.0_wp 1233 1233 ENDIF 1234 1234 tend = 0.0_wp … … 1240 1240 !-- sa-tendency terms with no communication 1241 1241 IF ( scalar_advec /= 'bc-scheme' ) THEN 1242 tend = 0.0 1242 tend = 0.0_wp 1243 1243 IF ( timestep_scheme(1:5) == 'runge' ) THEN 1244 1244 IF ( ws_scheme_sca ) THEN … … 1755 1755 ! 1756 1756 !-- Bott-Chlond scheme always uses Euler time step. Thus: 1757 sbt = 1.0 1757 sbt = 1.0_wp 1758 1758 ENDIF 1759 1759 tend = 0.0_wp
Note: See TracChangeset
for help on using the changeset viewer.