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

Camille Risi: corrections of bugs for the isotopic part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/vlz_mod.F90

    r2270 r2281  
    66  REAL,POINTER,SAVE :: adzqw(:,:)
    77  ! CRisi: pour les traceurs: 
    8   REAL,POINTER,SAVE :: masseq(:,:,:)
     8  !REAL,POINTER,SAVE :: masseq(:,:,:)
    99  REAL,POINTER,SAVE :: Ratio(:,:,:)
    1010 
     
    2626    CALL allocate_u(adzqw,llm,d)
    2727    if (nqdesc_tot.gt.0) then
    28     CALL allocate_u(masseq,llm,nqtot,d)
     28    !CALL allocate_u(masseq,llm,nqtot,d)
    2929    CALL allocate_u(Ratio,llm,nqtot,d)
    3030    endif !if (nqdesc_tot.gt.0) then
     
    4646    ! CRisi:
    4747    if (nqdesc_tot.gt.0) then   
    48     CALL switch_u(masseq,distrib_vanleer,dist)
     48    !CALL switch_u(masseq,distrib_vanleer,dist)
    4949    CALL switch_u(Ratio,distrib_vanleer,dist)
    5050    endif !if (nqdesc_tot.gt.0) then     
Note: See TracChangeset for help on using the changeset viewer.