Ignore:
Timestamp:
May 18, 2015, 11:09:37 AM (9 years ago)
Author:
crisi
Message:

Camille Risi: corrections of bugs for the isotopic part

Location:
LMDZ5/trunk/libf/dyn3d
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3d/advtrac.F90

    r2270 r2281  
    225225
    226226     if (ok_iso_verif) then
    227            call check_isotopes_seq(q,1,ip1jmp1,'advtrac 162')
     227           write(*,*) 'advtrac 227'
     228           call check_isotopes_seq(q,ip1jmp1,'advtrac 162')
    228229     endif !if (ok_iso_verif) then
    229230
     
    399400
    400401     if (ok_iso_verif) then
     402           write(*,*) 'advtrac 402'
    401403           call check_isotopes_seq(q,ip1jmp1,'advtrac 397')
    402404     endif !if (ok_iso_verif) then
  • LMDZ5/trunk/libf/dyn3d/caladvtrac.F

    r2270 r2281  
    8585          ENDDO
    8686
     87          write(*,*) 'caladvtrac 87'
    8788          CALL qminimum( q, nqtot, finmasse )
     89          write(*,*) 'caladvtrac 89'
    8890
    8991          CALL SCOPY   ( ip1jmp1*llm, masse, 1, finmasse,       1 )
  • LMDZ5/trunk/libf/dyn3d/check_isotopes.F

    r2270 r2281  
    2929        if (ok_isotopes) then
    3030
     31        write(*,*) 'check_isotopes 31: err_msg=',err_msg
    3132        ! verifier que rien n'est NaN
    3233        do ixt=1,ntraciso
     
    4950        enddo !do ixt=1,ntraciso
    5051
     52        !write(*,*) 'check_isotopes 52'
    5153        ! verifier que l'eau normale est OK
    5254        if (use_iso(1)) then
     
    7476        endif !if (use_iso(1)) then
    7577       
     78        !write(*,*) 'check_isotopes 78'
    7679        ! verifier que HDO est raisonable
    7780        if (use_iso(2)) then
     
    98101        endif !if (use_iso(2)) then
    99102
     103        !write(*,*) 'check_isotopes 103'
    100104        ! verifier que O18 est raisonable
    101105        if (use_iso(3)) then
     
    123127
    124128
     129        !write(*,*) 'check_isotopes 129'
    125130        if (ok_isotrac) then
    126131
     
    191196
    192197        endif ! if (ok_isotopes)
     198        !write(*,*) 'check_isotopes 198'
    193199       
    194200        end
  • LMDZ5/trunk/libf/dyn3d/leapfrog.F

    r2270 r2281  
    344344     *        p, masse, dq,  teta,
    345345     .        flxw, pk)
     346          write(*,*) 'caladvtrac 346'
    346347
    347348         
  • LMDZ5/trunk/libf/dyn3d/qminimum.F

    r2270 r2281  
    152152       enddo !do k=2,llm
    153153
    154         if (ok_iso_verif) then
     154        if (ok_iso_verif) then     
    155155           call check_isotopes_seq(q,ip1jmp1,'qminimum 168')
    156156        endif !if (ok_iso_verif) then
     
    158158     
    159159        ! 3) transfert d'eau de la vapeur au liquide
    160         !write(*,*) 'qminimum 164'
     160        write(*,*) 'qminimum 164'
    161161        do k=1,llm
    162162        DO i = 1,ip1jmp1
     
    186186
    187187      endif !if (ok_isotopes) then
    188       !write(*,*) 'qminimum 188'
     188      write(*,*) 'qminimum 188'
    189189     
    190190c
Note: See TracChangeset for help on using the changeset viewer.