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

    r4844 r4853  
    2424! -----------------
    2525! $Id$
     26! number of allowed profiles increased from 300 to 400
     27!
     28! 4844 2021-01-18 09:22:26Z raasch
    2629! size check for profile output added
    2730!
     
    16621665!--    Size check. Some arrays in the netcdf interface module are internally limited to 300 elements
    16631666!--    and would need to be increased for output of more than 300 profiles.
    1664        IF ( dopr_n > 300 )  THEN
     1667       IF ( dopr_n > 400 )  THEN
    16651668          message_string = 'output of more than 300 profiles requested'
    16661669          CALL message( 'check_parameters', 'PA0017', 1, 2, 0, 6, 0 )
Note: See TracChangeset for help on using the changeset viewer.