Ignore:
Timestamp:
Mar 31, 2008, 5:59:23 PM (16 years ago)
Author:
lmdzadmin
Message:

Ajout variables convection (ema_work1, ema_work2) dans startphy.nc
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3d/etat0_netcdf.F

    r927 r937  
    121121      REAL, DIMENSION(klon,klev,nbsrf) :: pbl_tke ! turb kinetic energy
    122122      REAL, DIMENSION(klon) :: zmax0, f0
     123      REAL, DIMENSION(klon,klev) :: ema_work1, ema_work2
    123124      REAL :: dummy(klon, nbsrf)
    124125      !
     
    690691      zmax0(:) = 40.
    691692      f0(:) = 1.e-5
     693      ema_work1(:,:) = 0.
     694      ema_work2(:,:) = 0.
    692695
    693696      call fonte_neige_init(run_off_lic_0)
     
    702705     $    zmea, zstd, zsig, zgam, zthe, zpic, zval, rugsrel,
    703706     $    t_ancien, q_ancien, rnebcon, ratqs, clwcon, pbl_tke,
    704      $    zmax0, f0 )
     707     $    zmax0, f0, ema_work1, ema_work2 )
    705708
    706709
Note: See TracChangeset for help on using the changeset viewer.