Changeset 3468 for trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
- Timestamp:
- Oct 24, 2024, 9:18:07 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r3466 r3468 1505 1505 dwatercap_dif(:,:) = 0. 1506 1506 CALL vdifc(ngrid,nlayer,nsoilmx,nq,nqsoil,zpopsk, 1507 $ ptimestep,capcal, lwrite,1507 $ ptimestep,capcal, 1508 1508 $ zplay,zplev,zzlay,zzlev,z0, 1509 1509 $ pu,pv,zh,pq,tsurf,tsoil,emis,qsurf, … … 2546 2546 & 'ig l =', igmin, lmin 2547 2547 end if 2548 c *******************************************************************2549 2550 c ---------------------2551 c Outputs to the screen2552 c ---------------------2553 2554 IF (lwrite) THEN2555 write(*,*)'Global diagnostics for the physics'2556 write(*,*)'Variables and their increments x and dx/dt * dt'2557 WRITE(*,'(a6,a10,2a15)') 'Ts','dTs','ps','dps'2558 WRITE(*,'(2f10.5,2f15.5)')2559 s tsurf(igout,:),zdtsurf(igout,:)*ptimestep,2560 s zplev(igout,1),pdpsrf(igout)*ptimestep2561 WRITE(*,'(a4,a6,5a10)') 'l','u','du','v','dv','T','dT'2562 WRITE(*,'(i4,6f10.5)') (l,2563 s pu(igout,l),pdu(igout,l)*ptimestep,2564 s pv(igout,l),pdv(igout,l)*ptimestep,2565 s pt(igout,l),pdt(igout,l)*ptimestep,2566 s l=1,nlayer)2567 ENDIF ! of IF (lwrite)2568 2548 2569 2549 c ----------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.