Changeset 1092 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Feb 2, 2013 11:24:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1070 r1092 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! unused variables removed 23 23 ! 24 24 ! Former revisions: … … 283 283 CHARACTER (LEN=100) :: action 284 284 285 INTEGER :: i, ilen, intervals, iremote = 0, iter, j, k, kk, nnxh, nnyh, & 286 position, prec 285 INTEGER :: i, ilen, iremote = 0, j, k, kk, position, prec 287 286 LOGICAL :: found, ldum 288 REAL :: gradient, maxn, maxp, remote = 0.0, & 289 simulation_time_since_reference 287 REAL :: gradient, remote = 0.0, simulation_time_since_reference 290 288 291 289 !
Note: See TracChangeset
for help on using the changeset viewer.