Changeset 104 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Aug 1, 2007 11:52:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r103 r104 6 6 ! Check coupling_mode and set default (obligatory) values (like boundary 7 7 ! conditions for temperature and fluxes) in case of coupled runs 8 ! Bugfix: Error message concerning output of particle concentration (pc) 9 ! modified 8 10 ! 9 11 ! Former revisions: … … 2219 2221 IF ( myid == 0 ) THEN 2220 2222 PRINT*, '+++ check_parameters: output of "', TRIM( var ), & 2221 '" requires particle package'2222 PRINT*, ' (mrun-option "-p particles")'2223 '" requires a "particles_par"-NAMELIST' 2224 PRINT*, ' in the parameter file (PARIN)' 2223 2225 ENDIF 2224 2226 CALL local_stop
Note: See TracChangeset
for help on using the changeset viewer.