Changeset 3318 for palm/trunk
- Timestamp:
- Oct 8, 2018 11:43:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r3298 r3318 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Fixed faulty syntax of message string 30 ! 31 ! 3298 2018-10-02 12:21:11Z kanani 29 32 ! Add remarks (kanani) 30 33 ! Merge with trunk, replaced cloud_physics by bulk_cloud_model 28.09.2018 forkel … … 921 924 !-- check for decycling of chem species 922 925 IF ( (.not. any(decycle_method == 'neumann') ) .AND. (.not. any(decycle_method == 'dirichlet') ) ) THEN 923 message_string = 'Incorrect boundary conditions. Only neumann or dirichlet&924 available for decycling chemical species '926 message_string = 'Incorrect boundary conditions. Only neumann or ' & 927 // 'dirichlet &available for decycling chemical species ' 925 928 CALL message( 'chem_check_parameters', 'CM0426', 1, 2, 0, 6, 0 ) 926 929 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.