Changeset 4022 for trunk


Ignore:
Timestamp:
Jan 20, 2026, 1:07:53 AM (5 days ago)
Author:
aslmd
Message:

MESOSCALE: sensible flux computation is broken, has to fix it by putting the right zcdh back in physiq_mod again

File:
1 edited

Legend:

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

    r4009 r4022  
    32113211     .         - capcal(1:ngrid,1)*zdtsdif(1:ngrid,1)
    32123212      else
    3213         sensibFlux(1:ngrid) =
    3214      &   (pplay(1:ngrid,1)/(r*pt(1:ngrid,1)))*cpp
    3215      &   *sqrt(pu(1:ngrid,1)*pu(1:ngrid,1)+pv(1:ngrid,1)*pv(1:ngrid,1)
    3216      &         +(log(1.+0.7*wstar(1:ngrid) + 2.3*wstar(1:ngrid)**2))**2)
    3217      &   *zcdh(1:ngrid,1)*(tsurf(1:ngrid,1)-zh(1:ngrid,1))
     3213        print*,"sensible flux computations broken! zcdh no longer here"
     3214!        sensibFlux(1:ngrid) =
     3215!     &   (pplay(1:ngrid,1)/(r*pt(1:ngrid,1)))*cpp
     3216!     &   *sqrt(pu(1:ngrid,1)*pu(1:ngrid,1)+pv(1:ngrid,1)*pv(1:ngrid,1)
     3217!     &         +(log(1.+0.7*wstar(1:ngrid) + 2.3*wstar(1:ngrid)**2))**2)
     3218!     &   *zcdh(1:ngrid,1)*(tsurf(1:ngrid,1)-zh(1:ngrid,1))
    32183219      endif
    32193220
Note: See TracChangeset for help on using the changeset viewer.