Changeset 1730 for trunk/MESOSCALE/LMD_MM_MARS/SRC
- Timestamp:
- Jul 23, 2017, 9:58:58 PM (7 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SRC
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/LES/modif_mars/module_big_step_utilities_em.F
r1729 r1730 4477 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))4480 4479 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 4480 ELSE -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/share/Makefile
r1724 r1730 17 17 module_optional_si_input.o \ 18 18 module_compute_geop.o \ 19 module_soil_pre.o \ 20 cpdet_mod.o 19 module_soil_pre.o 21 20 22 21 OBJS = \
Note: See TracChangeset
for help on using the changeset viewer.