Ignore:
Timestamp:
Jul 23, 2017, 9:52:26 PM (8 years ago)
Author:
aslmd
Message:

MESOSCALE VENUS. commented cp=f(T) to easily find where changes are. removed obsolete commented tests or prints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/LES/modif_mars/module_big_step_utilities_em.F

    r1724 r1729  
    1414
    1515   USE module_domain, ONLY : domain
    16    USE module_configure
    1716   USE module_model_constants
    1817   USE module_state_description
     
    44764475      p_phy(i,k,j) = p(i,k,j) + pb(i,k,j)
    44774476      pi_phy(i,k,j) = (p_phy(i,k,j)/p1000mb)**rcp
     4477      !! TAKE INTO ACCOUNT cp=f(T) on Venus
    44784478      IF (planet.eq. "venus" ) THEN
    4479       !call tpot2t(1,th_phy(i,k,j), t_phy(i,k,j), pi_phy(i,k,j))
     4479        !call tpot2t(1,th_phy(i,k,j), t_phy(i,k,j), pi_phy(i,k,j))
    44804480        t_phy(i,k,j)= (th_phy(i,k,j)**nu - nu*(TT00**nu)*log((p1000mb/p_phy(i,k,j))**rcp))**(1/nu)
    44814481      ELSE
Note: See TracChangeset for help on using the changeset viewer.