Ignore:
Timestamp:
Jan 25, 2021 7:56:09 AM (3 years ago)
Author:
raasch
Message:

array sizes for output profiles increased from 300 to 400

File:
1 edited

Legend:

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

    r4845 r4853  
    2424! -----------------
    2525! $Id$
     26! array size for profiles increased from 300 to 400
     27!
     28! 4845 2021-01-18 11:15:37Z raasch
    2629! -use_cmax and arrays required for radiation boundary conditions
    2730!
     
    758761
    759762    CHARACTER (LEN=varnamelength), DIMENSION(200) ::  data_output_pr_user = ' '  !< namelist parameter
    760     CHARACTER (LEN=varnamelength), DIMENSION(300) ::  data_output_pr = ' '       !< namelist parameter
     763    CHARACTER (LEN=varnamelength), DIMENSION(400) ::  data_output_pr = ' '       !< namelist parameter
    761764    CHARACTER (LEN=varnamelength), DIMENSION(500) ::  data_output = ' '          !< namelist parameter
    762765    CHARACTER (LEN=varnamelength), DIMENSION(500) ::  data_output_user = ' '     !< namelist parameter
     
    16171620    INTEGER(iwp) ::  profile_rows = 3     !< number of coordinate systems on a profile plot per row
    16181621
    1619     INTEGER(iwp) ::  dopr_index(300) = 0                !< index number of respective profile quantity
    1620     INTEGER(iwp) ::  dopr_initial_index(300) = 0        !< index number of initial profiles to be output
     1622    INTEGER(iwp) ::  dopr_index(400) = 0                !< index number of respective profile quantity
     1623    INTEGER(iwp) ::  dopr_initial_index(400) = 0        !< index number of initial profiles to be output
    16211624
    16221625    SAVE
Note: See TracChangeset for help on using the changeset viewer.