Ignore:
Timestamp:
Dec 13, 2019, 11:41:41 AM (5 years ago)
Author:
slebonnois
Message:

SL: correction probleme sur le geopotentiel dans le cas Venus, ie Cp(T)... surtout problematique pour la haute atmosphere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/leapfrog_p.F

    r1959 r2195  
    884884c$OMP BARRIER
    885885! Compute geopotential (physics might need it)
    886          CALL geopot_p  ( ip1jmp1, teta  , pk , pks,  phis  , phi   )
     886!====
     887! GEOP CORRECTION
     888! ADAPTATION GCM POUR CP(T)
     889         call tpot2t_glo_p(teta,temp,pk)
     890         ijb=ij_begin
     891         ije=ij_end
     892!$OMP DO SCHEDULE(STATIC,OMP_CHUNK)
     893         do l=1,llm
     894           tsurpk(ijb:ije,l)=cpp*temp(ijb:ije,l)/pk(ijb:ije,l)
     895         enddo
     896!$OMP END DO
     897c$OMP MASTER
     898!         CALL geopot_p  ( ip1jmp1, teta  , pk , pks,  phis  , phi   )
     899         CALL geopot_p( ip1jmp1, tsurpk, pk, pks, phis, phi )
     900c$OMP END MASTER
     901c$OMP BARRIER
     902!====
    887903
    888904           jD_cur = jD_ref + day_ini - day_ref
Note: See TracChangeset for help on using the changeset viewer.