Ignore:
Timestamp:
Nov 30, 2021, 2:00:13 PM (3 years ago)
Author:
crisi
Message:

nettoyage de sorties ecran

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r4009 r4033  
    24212421       do itr=1,nqtottr
    24222422         iq=itr_indice(itr)
    2423 #ifdef ISOVERIF
    2424          write(*,*) 'physiq 1973: itr,iq=',itr,iq
    2425          write(*,*) 'qx(1,1,iq)=',qx(1,1,iq)
    2426 #endif
     2423!#ifdef ISOVERIF
     2424!         write(*,*) 'physiq 1973: itr,iq=',itr,iq
     2425!         write(*,*) 'qx(1,1,iq)=',qx(1,1,iq)
     2426!#endif
    24272427         DO  k = 1, klev
    24282428             DO  i = 1, klon
     
    35233523     &           'physiq 1456, avant concvl')
    35243524            endif   
    3525 #endif      
     3525#endif     
    35263526      enddo !do k=1,nlev
    3527    enddo  !do i=1,klon
    3528         if (iso_eau.gt.0) then
    3529         i=1
    3530         k=1
    3531         write(*,*) 'physic 2376: xt_seri(iso_eau,i,k),q_seri(i,k)=',xt_seri(iso_eau,i,k),q_seri(i,k)
    3532         write(*,*) 'xt_seri(:,i,k)=',xt_seri(:,i,k)
    3533         write(*,*) 'physic 2376: xt_x(iso_eau,i,k),q_x(i,k)=',xt_x(iso_eau,i,k),q_x(i,k)
    3534         write(*,*) 'xt_x(:,i,k)=',xt_x(:,i,k)
    3535         endif
    3536 #endif
     3527   enddo  !do i=1,klon   
     3528#endif
    35373529!ISOVERIF         
    35383530          if ((bidouille_anti_divergence).and. &
     
    36103602#ifdef ISOVERIF
    36113603!          write(*,*) 'q_detrainement(1,:)=',q_detrainement(1,:)
    3612           call iso_verif_noNaN_vect2D(d_xt_con, &
     3604      call iso_verif_noNaN_vect2D(d_xt_con, &
    36133605     &           'physiq 3203a apres conv',ntraciso,klon,klev)
    3614           call iso_verif_noNaN_vect2D(xt_seri, &
    3615      &           'physiq 3203b apres conv',ntraciso,klon,klev)         
     3606      call iso_verif_noNaN_vect2D(xt_seri, &
     3607     &           'physiq 3203b apres conv',ntraciso,klon,klev)
     3608      if (iso_HDO.gt.0) then
     3609      call iso_verif_aberrant_enc_vect2D( &
     3610     &           xt_seri,q_seri, &
     3611     &           'physiq 3619a',ntraciso,klon,klev)
     3612      endif
     3613      if ((iso_HDO.gt.0).and.(iso_O18.gt.0)) then
     3614      call iso_verif_O18_aberrant_enc_vect2D( &
     3615     &           xt_seri,q_seri, &
     3616     &           'physiq 3619b',ntraciso,klon,klev)
     3617      endif         
    36163618#endif
    36173619#ifdef ISOVERIF
     
    39063908#ifdef ISO
    39073909#ifdef ISOVERIF
    3908      write(*,*) 'physiq 3425'
     3910     write(*,*) 'physiq 3425: apres convection'
    39093911      if (iso_HDO.gt.0) then
    39103912      call iso_verif_aberrant_enc_vect2D( &
     
    39153917      call iso_verif_O18_aberrant_enc_vect2D( &
    39163918     &           xt_seri,q_seri, &
    3917      &           'physiq 3691a',ntraciso,klon,klev)
     3919     &           'physiq 3691b',ntraciso,klon,klev)
    39183920      endif
    39193921#ifdef ISOTRAC
Note: See TracChangeset for help on using the changeset viewer.