Changeset 3990


Ignore:
Timestamp:
May 22, 2019 1:22:39 PM (5 years ago)
Author:
suehring
Message:

increase maximal number of virtual flights

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/modules.f90

    r3987 r3990  
    2525! -----------------
    2626! $Id$
     27! increase maximum number of virtual flights
     28!
     29! 3987 2019-05-22 09:52:13Z kanani
    2730! Introduce alternative switch for debug output during timestepping
    2831!
     
    11741177    CHARACTER (LEN=varnamelength), DIMENSION(0:1,500) ::  do3d = ' '  !< label array for 3d output quantities
    11751178
    1176     INTEGER(iwp), PARAMETER ::  fl_max = 100     !< maximum number of virtual-flight measurements
     1179    INTEGER(iwp), PARAMETER ::  fl_max = 500     !< maximum number of virtual-flight measurements
    11771180    INTEGER(iwp), PARAMETER ::  var_fl_max = 20  !< maximum number of different sampling variables in virtual flight measurements
    11781181   
Note: See TracChangeset for help on using the changeset viewer.