Ignore:
Timestamp:
Oct 24, 2024, 9:18:07 AM (4 weeks ago)
Author:
emillour
Message:

Mars PCM:
Remove obsolete/depreciated lwrite flag (which would trigger some very specific
extra text outputs), in code and in reference callphys.def files.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r3466 r3468  
    15051505         dwatercap_dif(:,:) = 0.
    15061506         CALL vdifc(ngrid,nlayer,nsoilmx,nq,nqsoil,zpopsk,
    1507      $        ptimestep,capcal,lwrite,
     1507     $        ptimestep,capcal,
    15081508     $        zplay,zplev,zzlay,zzlev,z0,
    15091509     $        pu,pv,zh,pq,tsurf,tsoil,emis,qsurf,
     
    25462546     &              'ig l =', igmin, lmin
    25472547      end if
    2548 c *******************************************************************
    2549 
    2550 c     ---------------------
    2551 c     Outputs to the screen
    2552 c     ---------------------
    2553 
    2554       IF (lwrite) THEN
    2555          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)*ptimestep
    2561          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)
    25682548
    25692549c        ----------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.