Ignore:
Timestamp:
Aug 1, 2007 11:52:41 AM (17 years ago)
Author:
raasch
Message:

trying to make creation of intercommunicator more stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/check_parameters.f90

    r103 r104  
    66! Check coupling_mode and set default (obligatory) values (like boundary
    77! conditions for temperature and fluxes) in case of coupled runs
     8! Bugfix: Error message concerning output of particle concentration (pc)
     9! modified
    810!
    911! Former revisions:
     
    22192221                IF ( myid == 0 )  THEN
    22202222                   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)'
    22232225                ENDIF
    22242226                CALL local_stop
Note: See TracChangeset for help on using the changeset viewer.