Changeset 2366 for trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F
- Timestamp:
- Jun 11, 2020, 7:40:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F
r2136 r2366 39 39 use iniphysiq_mod, only: iniphysiq 40 40 use phyetat0_mod, only: phyetat0 41 use exner_hyb_m, only: exner_hyb 41 42 use tracer_h 42 43 implicit none … … 125 126 REAL :: xpn,xps,xppn(iim),xpps(iim) 126 127 REAL :: p3d(iip1, jjp1, llm+1) 127 REAL :: beta(iip1,jjp1,llm)128 128 ! REAL dteta(ip1jmp1,llm) 129 129 … … 542 542 & date,tsurf,tsoil,emis,q2, 543 543 & t,ucov,vcov,ps,teta,phisold_newgrid, 544 & q,qsurf, surfith,nid)544 & q,qsurf,tankCH4,surfith,nid) 545 545 write(*,*) "OK, read start_archive file" 546 546 ! copy soil thermal inertia … … 1120 1120 c----------------------------------------------------------------------- 1121 1121 1122 CALL exner_hyb(ip1jmp1, ps, p3d, beta,pks, pk, pkf)1122 CALL exner_hyb(ip1jmp1, ps, p3d, pks, pk, pkf) 1123 1123 ! Calcul de la temperature potentielle teta 1124 1124
Note: See TracChangeset
for help on using the changeset viewer.