Ignore:
Timestamp:
12/02/14 19:21:00 (10 years ago)
Author:
milmd
Message:

Less output messages are written. On 20000 cores it is better. In LMDZ, only master of MPI and OpenMP can write.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/interpolateH2He.F90

    r227 r298  
    1515 
    1616      use datafile_mod, only: datadir 
     17      use mod_phys_lmdz_para, only : is_master 
    1718 
    1819      implicit none 
     
    6869 
    6970      if(firstcall)then ! called by sugas_corrk only 
    70          print*,'----------------------------------------------------' 
    71          print*,'Initialising H2-He continuum from HITRAN database...' 
     71         if (is_master) print*,'----------------------------------------------------' 
     72         if (is_master) print*,'Initialising H2-He continuum from HITRAN database...' 
    7273 
    7374!     1.1 Open the ASCII files 
     
    108109!$OMP BARRIER 
    109110 
     111         if (is_master) then  
    110112         print*,'interpolateH2He: At wavenumber ',wn,' cm^-1' 
    111113         print*,'   temperature                 ',temp,' K' 
    112114         print*,'   H2 partial pressure         ',presH2,' Pa' 
    113115         print*,'   and He partial pressure     ',presHe,' Pa' 
     116         end if 
    114117 
    115118      endif 
Note: See TracChangeset for help on using the changeset viewer.