- Timestamp:
- May 22, 2019 1:22:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r3987 r3990 25 25 ! ----------------- 26 26 ! $Id$ 27 ! increase maximum number of virtual flights 28 ! 29 ! 3987 2019-05-22 09:52:13Z kanani 27 30 ! Introduce alternative switch for debug output during timestepping 28 31 ! … … 1174 1177 CHARACTER (LEN=varnamelength), DIMENSION(0:1,500) :: do3d = ' ' !< label array for 3d output quantities 1175 1178 1176 INTEGER(iwp), PARAMETER :: fl_max = 100 !< maximum number of virtual-flight measurements1179 INTEGER(iwp), PARAMETER :: fl_max = 500 !< maximum number of virtual-flight measurements 1177 1180 INTEGER(iwp), PARAMETER :: var_fl_max = 20 !< maximum number of different sampling variables in virtual flight measurements 1178 1181
Note: See TracChangeset
for help on using the changeset viewer.