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/check_parameters.f90

    r4853 r4856  
    2424! -----------------
    2525! $Id$
     26! number of allowed profiles increased from 400 to 500
     27!
     28! 4853 2021-01-25 07:56:09Z raasch
    2629! number of allowed profiles increased from 300 to 400
    2730!
     
    16631666
    16641667!
    1665 !--    Size check. Some arrays in the netcdf interface module are internally limited to 300 elements
    1666 !--    and would need to be increased for output of more than 300 profiles.
    1667        IF ( dopr_n > 400 )  THEN
    1668           message_string = 'output of more than 300 profiles requested'
     1668!--    Size check. Some arrays in the netcdf interface module are internally limited to 500 elements
     1669!--    and would need to be increased for output of more than 500 profiles.
     1670       IF ( dopr_n > 500 )  THEN
     1671          message_string = 'output of more than 500 profiles requested'
    16691672          CALL message( 'check_parameters', 'PA0017', 1, 2, 0, 6, 0 )
    16701673       ENDIF
Note: See TracChangeset for help on using the changeset viewer.