Ignore:
Timestamp:
Mar 31, 2008, 5:59:23 PM (17 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/phylmd/phyredem.F

    r927 r937  
    1010     .           zgam_p,zthe_p,zpic_p,zval_p,rugsrel_p,
    1111     .           t_ancien_p, q_ancien_p, rnebcon_p, ratqs_p, clwcon_p,
    12      .           pbl_tke_p, zmax0_p, f0_p)
     12     .           pbl_tke_p, zmax0_p, f0_p, ema_work1_p, ema_work2_p)
    1313
    1414      USE dimphy
     
    4040      REAL pbl_tke_p(klon,klev,nbsrf)
    4141      REAL zmax0_p(klon), f0_p(klon)
     42      REAL ema_work1_p(klon, klev), ema_work2_p(klon, klev)
    4243      REAL tsoil_p(klon,nsoilmx,nbsrf)
    4344      CHARACTER*6 ocean
     
    7576      REAL pbl_tke(klon_glo,klev,nbsrf)
    7677      REAL zmax0(klon_glo), f0(klon)
     78      REAL ema_work1(klon, klev), ema_work2(klon, klev)
    7779      REAL tsoil(klon_glo,nsoilmx,nbsrf)
    7880      REAL tslab(klon_glo), seaice(klon_glo)
     
    143145      call Gather( zmax0_p,zmax0)
    144146      call Gather( f0_p,f0)
     147      call Gather( ema_work1_p, ema_work1)
     148      call Gather( ema_work2_p, ema_work2)
    145149      call Gather( tsoil_p,tsoil)
    146150      call Gather( tslab_p,tslab)
Note: See TracChangeset for help on using the changeset viewer.