Ignore:
Timestamp:
Mar 14, 2008, 1:12:38 PM (17 years ago)
Author:
lmdzadmin
Message:

Ajout variables zmax0, f0 dans le startphy.nc FH
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/calltherm.F90

    r879 r927  
    77     &      ,d_u_ajs,d_v_ajs,d_t_ajs,d_q_ajs  &
    88     &      ,fm_therm,entr_therm,zqasc,clwcon0,lmax,ratqscth,  &
    9      &       ratqsdiff,zqsatth,Ale_bl,Alp_bl,lalim_conv,wght_th)
     9     &       ratqsdiff,zqsatth,Ale_bl,Alp_bl,lalim_conv,wght_th, &
     10     &       zmax0,f0)
    1011
    1112      implicit none
     
    5960      real Alp(klon)
    6061!RC
     62      !on garde le zmax du pas de temps precedent
     63      real zmax0(klon), f0(klon)
    6164!********************************************************
    6265
     
    171174     &      ,ratqscth,ratqsdiff,zqsatth  &
    172175     &      ,r_aspect_thermals,l_mix_thermals,w2di_thermals  &
    173      &      ,tho_thermals,Ale,Alp,lalim_conv,wght_th)
     176     &      ,tho_thermals,Ale,Alp,lalim_conv,wght_th &
     177     &      ,zmax0,f0)
    174178         endif
    175179
Note: See TracChangeset for help on using the changeset viewer.