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/callradite_mod.F

    r2685 r3468  
    608608         enddo
    609609      endif
    610 c     Output for debugging if lwrite=T
     610c     Output for debugging
    611611c     --------------------------------
    612612c     Write all nlayer layers, even though only nlaylte layers may have
    613613c     non-zero tendencies.
    614614
    615          IF(lwrite) THEN
    616             PRINT*,'Diagnotique for the radiation'
    617             PRINT*,'albedo, emissiv, mu0,fract,fluxsurf_lw,fluxsurf_sw'
    618             PRINT*,albedo(igout,1),emis(igout),mu0(igout),
    619      s           fract(igout), fluxsurf_lw(igout),
    620      $     fluxsurf_dn_sw(igout,1)+fluxsurf_dn_sw(igout,2)
    621             PRINT*,'Tlay Tlev Play Plev dT/dt SW dT/dt LW (K/s)'
    622             PRINT*,'daysec',daysec
    623             DO l=1,nlayer
    624                PRINT*,pt(igout,l),ptlev(igout,l),
    625      s         pplay(igout,l),pplev(igout,l),
    626      s         dtsw(igout,l),dtlw(igout,l)
    627             ENDDO
    628          ENDIF
     615c            PRINT*,'Diagnotique for the radiation'
     616c            PRINT*,'albedo, emissiv, mu0,fract,fluxsurf_lw,fluxsurf_sw'
     617c            PRINT*,albedo(igout,1),emis(igout),mu0(igout),
     618c     s           fract(igout), fluxsurf_lw(igout),
     619c     $     fluxsurf_dn_sw(igout,1)+fluxsurf_dn_sw(igout,2)
     620c            PRINT*,'Tlay Tlev Play Plev dT/dt SW dT/dt LW (K/s)'
     621c            PRINT*,'daysec',daysec
     622c            DO l=1,nlayer
     623c               PRINT*,pt(igout,l),ptlev(igout,l),
     624c     s         pplay(igout,l),pplev(igout,l),
     625c     s         dtsw(igout,l),dtlw(igout,l)
     626c            ENDDO
    629627
    630628
Note: See TracChangeset for help on using the changeset viewer.