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/tabfi.F

    r273 r298  
    5353      use planete_mod, only: year_day, periastr, apoastr, peri_day, 
    5454     &                       obliquit, z0, lmixmin, emin_turb 
     55      use mod_phys_lmdz_para, only : is_master 
    5556 
    5657      implicit none 
     
    8283      LOGICAL :: found 
    8384       
    84       write(*,*)"tabfi: nid=",nid," tab0=",tab0," Lmodif=",Lmodif 
     85      if (is_master) write(*,*)"tabfi: nid=",nid," tab0=",tab0, 
     86     &          " Lmodif=",Lmodif 
    8587 
    8688      IF (nid.eq.0) then 
     
    9092        ! Ehouarn: Default Saturn values: 
    9193        tab_cntrl(:)=0 
    92         write(*,*) "Using default Saturn values..." 
     94        if (is_master) write(*,*) "Using default Saturn values..." 
    9395        ! these should be read in a def file I guess... 
    9496        lmax=0 ! not used anyways 
     
    164166         call abort 
    165167       else 
    166          write(*,*)'tabfi: tab_cntrl',tab_cntrl 
     168         if (is_master) write(*,*)'tabfi: tab_cntrl',tab_cntrl 
    167169       endif 
    168170c 
     
    227229   5  FORMAT(a20,f12.2,f12.2) 
    228230  
     231      if (is_master) then 
    229232      write(*,*) '*****************************************************' 
    230233      write(*,*) 'Reading tab_cntrl when calling tabfi before changes' 
     
    265268      write(*,*) 
    266269      write(*,*) 'Lmodif in tabfi!!!!!!!',Lmodif 
     270      end if !of if (is_master) 
    267271 
    268272c----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.