Ignore:
Timestamp:
Jan 25, 2021 1:59:16 PM (3 years ago)
Author:
raasch
Message:

array sizes for output profiles increased from 400 to 500

File:
1 edited

Legend:

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

    r4853 r4856  
    2424! -----------------
    2525! $Id$
     26! size of some local arrays for profiles increased from 400 to 500
     27!
     28! 4853 2021-01-25 07:56:09Z raasch
    2629! size of some local arrays for profiles increased from 300 to 400
    2730!
     
    196199         (/ 'wtheta0', 'w*2    ', 't*w2   ', 'w*3    ', 'w*2t*w ', 'w*t*w2 ', 'z_i    ' /)
    197200
    198     CHARACTER (LEN=9), DIMENSION(400) ::  dopr_unit = 'unknown'
     201    CHARACTER (LEN=9), DIMENSION(500) ::  dopr_unit = 'unknown'
    199202
    200203    CHARACTER (LEN=7), DIMENSION(dopts_num) :: dopts_label =                                       &
     
    332335    INTEGER(iwp), DIMENSION(dopts_num,0:10) ::  id_var_dopts
    333336    INTEGER(iwp), DIMENSION(0:1,500)        ::  id_var_do2d, id_var_do3d
    334     INTEGER(iwp), DIMENSION(400,0:99)       ::  id_dim_z_pr, id_var_dopr, id_var_z_pr
     337    INTEGER(iwp), DIMENSION(500,0:99)       ::  id_dim_z_pr, id_var_dopr, id_var_z_pr
    335338    INTEGER(iwp), DIMENSION(dots_max,0:99)  ::  id_var_dots
    336339
Note: See TracChangeset for help on using the changeset viewer.