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/cva_driver.F90

    r4004 r4033  
    5555#ifdef ISO
    5656  USE infotrac_phy, ONLY: ntraciso,niso,niso,index_trac,ntraceurs_zone
    57   USE isotopes_mod, ONLY: iso_eau,iso_HDO,ridicule,bidouille_anti_divergence
     57  USE isotopes_mod, ONLY: iso_eau,iso_HDO,iso_O18,ridicule,bidouille_anti_divergence
    5858#ifdef ISOVERIF
    5959    use isotopes_verif_mod
     
    963963#ifdef ISO
    964964#ifdef ISOVERIF
    965        write(*,*) 'cva_driver 621: après cv3_undilute1'
     965       write(*,*) 'cva_driver 621: apres cv3_undilute1'
    966966       do k=1,nd
    967967        do i = 1, len
     
    11211121#ifdef ISO
    11221122#ifdef ISOVERIF
    1123        write(*,*) 'cva_driver 720: après cv3_compress'
    1124        write(*,*) 'len, nloc, ncum,nd=',len, nloc, ncum,nd
     1123       write(*,*) 'cva_driver 720: apres cv3_compress'
     1124!       write(*,*) 'len, nloc, ncum,nd=',len, nloc, ncum,nd
    11251125       do k=1,nd
    11261126        do i = 1, ncum
     
    11491149         call iso_verif_positif(qnk(i),'cva_driver 966b') 
    11501150       enddo !do i = 1, ncum
    1151        write(*,*) 'cva_driver 1142: après cv3_compress OK'
     1151!       write(*,*) 'cva_driver 1142: apres cv3_compress OK'
    11521152#endif
    11531153#endif
     
    13571357#ifdef ISO
    13581358#ifdef ISOVERIF
    1359        write(*,*) 'cva_driver 837: après cv3_mixing'
    1360        write(*,*) 'qent,xtent(1,1,1)=',qent(1,1,1),xtent(iso_eau,1,1,1)
     1359       write(*,*) 'cva_driver 837: apres cv3_mixing'
     1360!       write(*,*) 'qent,xtent(1,1,1)=',qent(1,1,1),xtent(iso_eau,1,1,1)
    13611361       do k=1,nd
    13621362       do j = 1, nd
     
    15971597            call iso_verif_aberrant( &
    15981598     &          (xt(iso_HDO,i,k)+delt*fxt(iso_HDO,i,k)) &
    1599      &          /(q(i,k)+delt*fq(i,k)),'cva_driver 855')
     1599     &          /(q(i,k)+delt*fq(i,k)),'cva_driver 855a')
     1600                if (iso_O18.gt.0) then
     1601            call iso_verif_O18_aberrant( &
     1602     &          (xt(iso_HDO,i,k)+delt*fxt(iso_HDO,i,k)) &
     1603     &          /(q(i,k)+delt*fq(i,k)), &
     1604     &          (xt(iso_O18,i,k)+delt*fxt(iso_O18,i,k)) &
     1605     &          /(q(i,k)+delt*fq(i,k)),'cva_driver 855b')
     1606                endif
    16001607          endif
    16011608         endif
Note: See TracChangeset for help on using the changeset viewer.