Changeset 4844 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Jan 18, 2021 9:22:26 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r4828 r4844 24 24 ! ----------------- 25 25 ! $Id$ 26 ! size check for profile output added 27 ! 28 ! 4828 2021-01-05 11:21:41Z Giersch 26 29 ! allow prescribing initial uv_profiles AND geostrophic wind 27 30 ! by changing error message PA0347 to an informative message … … 1657 1660 1658 1661 ! 1662 !-- Size check. Some arrays in the netcdf interface module are internally limited to 300 elements 1663 !-- and would need to be increased for output of more than 300 profiles. 1664 IF ( dopr_n > 300 ) THEN 1665 message_string = 'output of more than 300 profiles requested' 1666 CALL message( 'check_parameters', 'PA0017', 1, 2, 0, 6, 0 ) 1667 ENDIF 1668 1669 ! 1659 1670 !-- Determine internal profile number (for hom, homs) and store height levels 1660 1671 SELECT CASE ( TRIM( data_output_pr(i) ) )
Note: See TracChangeset
for help on using the changeset viewer.