Changeset 277


Ignore:
Timestamp:
Sep 5, 2011, 12:05:47 PM (13 years ago)
Author:
acolaitis
Message:

MESOSCALE: comments and minor modif for use of thermals.

Location:
trunk/LMDZ.MARS/libf/phymars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/calltherm_mars.F90

    r276 r277  
    9595
    9696#ifdef MESOSCALE
     97         !! valid for timesteps < 200s
    9798         nsplit_thermals=2
    9899         r_aspect_thermals=0.7
  • trunk/LMDZ.MARS/libf/phymars/physiq.F

    r269 r277  
    788788        endif
    789789
     790        lmax_th_out(:)=real(lmax_th(:))
     791
    790792        else   !of if calltherm
    791793        lmax_th(:)=0
    792794        wmax_th(:)=0.
     795        lmax_th_out(:)=0.
    793796        end if
    794797
     
    16311634!        endif
    16321635
    1633         lmax_th_out(:)=real(lmax_th(:))
    1634 
    16351636        call WRITEDIAGFI(ngridmx,'lmax_th',
    16361637     &              'hauteur du thermique','K',
     
    17251726         if(calltherm) then
    17261727
    1727         lmax_th_out(:)=real(lmax_th(:))
    1728 
    17291728        call WRITEDIAGFI(ngridmx,'lmax_th',
    17301729     &              'hauteur du thermique','point',
     
    17551754         call WRITEDIAGFI(ngrid,"tsurf","Surface temperature","K",0,
    17561755     &                  tsurf)
    1757 !         call WRITEDIAGFI(ngrid,"u","u wind","m/s",1,zu)
    1758 !         call WRITEDIAGFI(ngrid,"v","v wind","m/s",1,zv)
     1756         call WRITEDIAGFI(ngrid,"u","u wind","m/s",1,zu)
     1757         call WRITEDIAGFI(ngrid,"v","v wind","m/s",1,zv)
    17591758
    17601759         call WRITEDIAGFI(ngrid,"pplay","Pressure","Pa",1,zplay)
Note: See TracChangeset for help on using the changeset viewer.