Ignore:
Timestamp:
Jan 28, 2011, 3:32:46 PM (13 years ago)
Author:
Laurent Fairhead
Message:

Un peu de ménage sur les prints


A little cleanup on the prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/cv3_routines.F

    r1468 r1479  
    3838      CHARACTER (LEN=20) :: modname='cv3_param'
    3939      CHARACTER (LEN=80) :: abort_message
     40      LOGICAL, SAVE :: FIRST=.TRUE.
     41!$OMP THREADPRIVATE(FIRST)
     42
    4043
    4144c noff: integer limit for convection (nd-noff)
     
    100103      CLOSE(99)
    1011049999  Continue
    102       WRITE(*,*)'dpbase=',dpbase
    103       WRITE(*,*)'pbcrit=',pbcrit
    104       WRITE(*,*)'ptcrit=',ptcrit
    105       WRITE(*,*)'sigdz=',sigdz
    106       WRITE(*,*)'spfac=',spfac
     105      if (first) then
     106        WRITE(*,*)'dpbase=',dpbase
     107        WRITE(*,*)'pbcrit=',pbcrit
     108        WRITE(*,*)'ptcrit=',ptcrit
     109        WRITE(*,*)'sigdz=',sigdz
     110        WRITE(*,*)'spfac=',spfac
     111      endif
    107112
    108113      return
Note: See TracChangeset for help on using the changeset viewer.