Ignore:
Timestamp:
Apr 3, 2023, 10:25:44 AM (15 months ago)
Author:
crisi
Message:

Bug corrections in LMDZiso, especially for water tagging

File:
1 edited

Legend:

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

    r4143 r4491  
    26472647     &          )
    26482648#ifdef ISO
    2649     use infotrac_phy, ONLY: ntraciso=>ntiso
     2649    use infotrac_phy, ONLY: ntraciso=>ntiso, niso
    26502650    use isotopes_mod, ONLY: essai_convergence, iso_eau,iso_HDO,ridicule
    2651     use isotopes_routines_mod, ONLY: appel_stewart_vectall
     2651    use isotopes_routines_mod, ONLY: appel_stewart_vectall,appel_stewart_debug
    26522652#ifdef ISOVERIF
    26532653    use isotopes_verif_mod, ONLY: errmax,errmaxrel, &
     
    32083208       enddo
    32093209#endif
     3210
     3211        if (1.eq.0) then
    32103212        ! appel de appel_stewart_vectorise
    32113213        call appel_stewart_vectall(lwork,ncum, &
     
    32183220     &          i,inb, & ! altitude: car cas particulier en INB
    32193221     &          na,nd,nloc,cvflag_grav,ginv,1e-16)
     3222
     3223        else !if (1.eq.0) then
     3224          ! truc simple sans fractionnement
     3225          ! juste pour debuggage
     3226          call appel_stewart_debug(lwork,nloc,inb,na,i, &
     3227                evap,water,rpprec,rr,wdtrain, &
     3228                xtevap,xtwater,xtp,xt,xtwdtrain)
     3229        endif ! if (1.eq.0) then
     3230
    32203231
    32213232#ifdef ISOVERIF
Note: See TracChangeset for help on using the changeset viewer.