Changeset 2250
- Timestamp:
- Jun 6, 2017 3:07:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r2249 r2250 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Doxygen comment added 23 23 ! 24 24 ! Former revisions: … … 549 549 ! 550 550 !-- Check the coupling mode 551 IF ( coupling_mode /= 'uncoupled' .AND. & 552 coupling_mode /= 'atmosphere_to_ocean' .AND. & 553 coupling_mode /= 'ocean_to_atmosphere' ) THEN 551 !> @todo Check if any queries for other coupling modes (e.g. precursor_ocean) are missing 552 IF ( coupling_mode /= 'uncoupled' .AND. & 553 coupling_mode /= 'atmosphere_to_ocean' .AND. & 554 coupling_mode /= 'ocean_to_atmosphere' ) THEN 554 555 message_string = 'illegal coupling mode: ' // TRIM( coupling_mode ) 555 556 CALL message( 'check_parameters', 'PA0002', 1, 2, 0, 6, 0 ) … … 697 698 WRITE( message_string, * ) 'coupling mode "', & 698 699 TRIM( coupling_mode ), & 699 '": dy in Atmosphere is not equal to or not larger th en dy in ocean'700 '": dy in Atmosphere is not equal to or not larger than dy in ocean' 700 701 CALL message( 'check_parameters', 'PA0011', 1, 2, 0, 6, 0 ) 701 702 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.