Ignore:
Timestamp:
May 11, 2023, 8:46:15 PM (14 months ago)
Author:
evignon
Message:

commission suite a l'atelier nuages du 10 mai 2023:
ajouter les fractions precipitantes de ludo dans les sorties

File:
1 edited

Legend:

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

    r4523 r4530  
    591591      REAL, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rneb,rnebjn,rneblsvol
    592592!$OMP THREADPRIVATE(rneb,rnebjn,rneblsvol)
     593      REAL, ALLOCATABLE, SAVE, DIMENSION(:,:) :: pfraclr,pfracld
     594!$OMP THREADPRIVATE(pfraclr,pfracld)
    593595
    594596! variables de sorties MM
     
    10761078      ALLOCATE(beta_prec(klon,klev))
    10771079      ALLOCATE(rneb(klon,klev),rnebjn(klon,klev),rneblsvol(klon,klev))
     1080      ALLOCATE(pfraclr(klon,klev),pfracld(klon,klev))
     1081      pfraclr(:,:)=0. ; pfracld(:,:)=0. ! because not always defined
    10781082
    10791083
     
    14471451      DEALLOCATE(beta_prec)
    14481452      DEALLOCATE(rneb)
     1453      DEALLOCATE(pfraclr,pfracld)
    14491454      DEALLOCATE (zxsnow,snowhgt,qsnow,to_ice,sissnow,runoff,albsol3_lic)
    14501455#ifdef ISO
Note: See TracChangeset for help on using the changeset viewer.