Changeset 2167 for trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars
- Timestamp:
- Oct 9, 2019, 9:19:41 AM (5 years ago)
- Location:
- trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars
- Files:
-
- 1 deleted
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F
r2079 r2167 47 47 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 48 48 USE iniphysiq_mod, ONLY: iniphysiq 49 USE exner_hyb_m, ONLY: exner_hyb 49 50 50 51 implicit none … … 129 130 REAL :: xpn,xps,xppn(iim),xpps(iim) 130 131 REAL :: p3d(iip1, jjp1, llm+1) 131 REAL :: beta(iip1,jjp1,llm)132 132 ! REAL dteta(ip1jmp1,llm) 133 133 … … 1582 1582 c----------------------------------------------------------------------- 1583 1583 1584 CALL exner_hyb(ip1jmp1, ps, p3d, beta,pks, pk, pkf)1584 CALL exner_hyb(ip1jmp1, ps, p3d, pks, pk, pkf) 1585 1585 ! Calcul de la temperature potentielle teta 1586 1586 -
trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/start2archive.F
r1944 r2167 32 32 USE iniphysiq_mod, ONLY: iniphysiq 33 33 USE phyetat0_mod, ONLY: phyetat0 34 USE exner_hyb_m, ONLY: exner_hyb 34 35 implicit none 35 36 … … 53 54 REAL pk(ip1jmp1,llm) 54 55 REAL pkf(ip1jmp1,llm) 55 REAL beta(iip1,jjp1,llm)56 56 REAL phis(ip1jmp1) ! geopotentiel au sol 57 57 REAL masse(ip1jmp1,llm) ! masse de l'atmosphere … … 206 206 207 207 CALL pression(ip1jmp1, ap, bp, ps, p3d) 208 call exner_hyb(ip1jmp1, ps, p3d, beta,pks, pk, pkf)208 call exner_hyb(ip1jmp1, ps, p3d, pks, pk, pkf) 209 209 210 210 c=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.