Ignore:
Timestamp:
Jan 14, 2008, 1:03:39 PM (17 years ago)
Author:
Laurent Fairhead
Message:

Bascule de la physique du LMD vers la physique avec thermiques
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/ini_histday.h

    r860 r878  
    5353c Champs 2D:
    5454c
     55         CALL histdef(nid_day, "weakinv", "Weak inversion", "",
     56     s           iim,jjmp1,nhori, 1,1,1, -99, 32,
     57     s           "ave(X)", zstophy,zout)
     58
     59         CALL histdef(nid_day, "dthmin", "dTheta mini", "K/m",
     60     s           iim,jjmp1,nhori, 1,1,1, -99, 32,
     61     s           "ave(X)", zstophy,zout)
     62
     63
    5564         CALL histdef(nid_day, "tsol", "Surface Temperature", "K",
    5665     .                iim,jj_nb,nhori, 1,1,1, -99, 32,
     
    538547     $         "ave(X)", zstophy,zout)
    539548C
     549
     550
     551! FH Sorties specifiques pour Mellor et Yamada
     552      if (iflag_pbl>1 .and. lev_histday.gt.10 ) then
     553           call histdef(nid_day, "tke_"//clnsurf(nsrf),
     554     $         "Max Turb. Kinetic Energy "//clnsurf(nsrf), "-", 
     555     $         iim,jj_nb,nhori, klev,1,klev,nvert, 32,
     556     $         "ave(X)", zstophy,zout)
     557
     558           call histdef(nid_day, "tke_max_"//clnsurf(nsrf),
     559     $         "Max Turb. Kinetic Energy "//clnsurf(nsrf), "-", 
     560     $         iim,jj_nb,nhori, klev,1,klev,nvert, 32,
     561     $         "t_max(X)", zstophy,zout)
     562      endif     
     563
     564C
    540565         END DO
    541566C           
Note: See TracChangeset for help on using the changeset viewer.