Ignore:
Timestamp:
Oct 27, 2004, 12:14:46 PM (20 years ago)
Author:
lmdzadmin
Message:

Initialisations diverses heritees de LMDZ.3.3
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/radlwsw.F

    r524 r557  
    166166      REAL*8 ztopswai(kdlon), zsolswai(kdlon) ! dito, indirect
    167167cjq-end
     168!rv
     169      tauae(:,:,:)=0.
     170      pizae(:,:,:)=0.
     171      cgae(:,:,:)=0.
     172!rv
    168173     
    169174c
     
    546551      REAL*8 ZFSUPAI(KDLON,KFLEV+1)
    547552      REAL*8 ZFSDNAI(KDLON,KFLEV+1)
     553      logical initialized
    548554      SAVE ZFSUPAD, ZFSDNAD, ZFSUPAI, ZFSDNAI ! aerosol fluxes
     555!rv
     556      save flag_aer
     557      data initialized/.false./
    549558cjq-end
     559      if(.not.initialized) then
     560        flag_aer=0.
     561        initialized=.TRUE.
     562      endif
     563!rv
    550564     
    551565c
Note: See TracChangeset for help on using the changeset viewer.