Changeset 1729 for trunk/MESOSCALE/LMD_MM_MARS/SRC/LES
- Timestamp:
- Jul 23, 2017, 9:52:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/LES/modif_mars/module_big_step_utilities_em.F
r1724 r1729 14 14 15 15 USE module_domain, ONLY : domain 16 USE module_configure17 16 USE module_model_constants 18 17 USE module_state_description … … 4476 4475 p_phy(i,k,j) = p(i,k,j) + pb(i,k,j) 4477 4476 pi_phy(i,k,j) = (p_phy(i,k,j)/p1000mb)**rcp 4477 !! TAKE INTO ACCOUNT cp=f(T) on Venus 4478 4478 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)) 4480 4480 t_phy(i,k,j)= (th_phy(i,k,j)**nu - nu*(TT00**nu)*log((p1000mb/p_phy(i,k,j))**rcp))**(1/nu) 4481 4481 ELSE
Note: See TracChangeset
for help on using the changeset viewer.
