Changeset 578


Ignore:
Timestamp:
Jan 27, 2005, 11:08:36 AM (19 years ago)
Author:
Laurent Fairhead
Message:

Erreur d'unite sur la vitesse verticale
LF

File:
1 edited

Legend:

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

    r559 r578  
    463463c
    464464          CALL histdef(nid_mth, "w"//clev(k),
    465      .                 "Vertical wind"//clev(k)//"mb","m/s",
     465     .                 "Vertical wind"//clev(k)//"mb","Pa/s",
    466466     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
    467467     .                "ave(X)", zsto,zout)
     
    512512     .                "ave(X)", zsto,zout)
    513513c
    514          CALL histdef(nid_mth, "vitw", "Vertical wind", "m/s",
     514         CALL histdef(nid_mth, "vitw", "Vertical wind", "Pa/s",
    515515     .                iim,jjmp1,nhori, klev,1,klev,nvert, 32,
    516516     .                "ave(X)", zsto,zout)
Note: See TracChangeset for help on using the changeset viewer.