Changeset 4856 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Jan 25, 2021 1:59:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r4853 r4856 24 24 ! ----------------- 25 25 ! $Id$ 26 ! number of allowed profiles increased from 400 to 500 27 ! 28 ! 4853 2021-01-25 07:56:09Z raasch 26 29 ! number of allowed profiles increased from 300 to 400 27 30 ! … … 1663 1666 1664 1667 ! 1665 !-- Size check. Some arrays in the netcdf interface module are internally limited to 300 elements1666 !-- and would need to be increased for output of more than 300 profiles.1667 IF ( dopr_n > 400 ) THEN1668 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' 1669 1672 CALL message( 'check_parameters', 'PA0017', 1, 2, 0, 6, 0 ) 1670 1673 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.