Changeset 524


Ignore:
Timestamp:
Feb 10, 2012, 11:37:02 PM (13 years ago)
Author:
acolaitis
Message:

vdifc: there was an inconsistency in surface atmosphere flux computation for tracers: those were not using coefficients and gustiness from the new surface layer model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/vdifc.F

    r520 r524  
    633633c     Using the wind modified by friction for lifting and  sublimation
    634634c     ----------------------------------------------------------------
    635         DO ig=1,ngrid
    636           zu2(ig)=zu(ig,1)*zu(ig,1)+zv(ig,1)*zv(ig,1)
    637           zcdv(ig)=zcdv_true(ig)*sqrt(zu2(ig))
    638           zcdh(ig)=zcdh_true(ig)*sqrt(zu2(ig))
    639         ENDDO
     635c        DO ig=1,ngrid
     636c          zu2(ig)=zu(ig,1)*zu(ig,1)+zv(ig,1)*zv(ig,1)
     637c          zcdv(ig)=zcdv_true(ig)*sqrt(zu2(ig))
     638c          zcdh(ig)=zcdh_true(ig)*sqrt(zu2(ig))
     639c        ENDDO
    640640
    641641c       Calcul du flux vertical au bas de la premiere couche (dust) :
Note: See TracChangeset for help on using the changeset viewer.