Ignore:
Timestamp:
Oct 27, 2004, 11:40:54 AM (20 years ago)
Author:
lmdzadmin
Message:

Initialisations diverses necessaires au portage Prism AC
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/radlwsw.F

    r517 r556  
    163163      REAL*8 ztopswai(kdlon), zsolswai(kdlon) ! dito, indirect
    164164cjq-end
     165!rv
     166      tauae(:,:,:)=0.
     167      pizae(:,:,:)=0.
     168      cgae(:,:,:)=0.
     169!rv
    165170     
    166171c
     
    543548      REAL*8 ZFSUPAI(KDLON,KFLEV+1)
    544549      REAL*8 ZFSDNAI(KDLON,KFLEV+1)
     550      logical initialized
    545551      SAVE ZFSUPAD, ZFSDNAD, ZFSUPAI, ZFSDNAI ! aerosol fluxes
     552!rv
     553      save flag_aer
     554      data initialized/.false./
    546555cjq-end
     556      if(.not.initialized) then
     557        flag_aer=0.
     558        initialized=.TRUE.
     559      endif
     560!rv
    547561     
    548562c
Note: See TracChangeset for help on using the changeset viewer.