Changeset 574 for LMDZ.3.3


Ignore:
Timestamp:
Jan 26, 2005, 12:46:43 PM (19 years ago)
Author:
Laurent Fairhead
Message:

Erreur sur l'unite de la vitesse verticale
LF

Location:
LMDZ.3.3/branches/rel-LF/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/ini_histday.h

    r511 r574  
    267267     .                "ave(X)", zsto,zout)
    268268c
    269          CALL histdef(nid_day, "vitw", "Vertical wind", "m/s",
     269         CALL histdef(nid_day, "vitw", "Vertical wind", "Pa/s",
    270270     .                iim,jjmp1,nhori, klev,1,klev,nvert, 32,
    271271     .                "ave(X)", zsto,zout)
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/ini_histmth.h

    r517 r574  
    460460c
    461461          CALL histdef(nid_mth, "w"//clev(k),
    462      .                 "Vertical wind"//clev(k)//"mb","m/s",
     462     .                 "Vertical wind"//clev(k)//"mb","Pa/s",
    463463     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
    464464     .                "ave(X)", zsto,zout)
     
    509509     .                "ave(X)", zsto,zout)
    510510c
    511          CALL histdef(nid_mth, "vitw", "Vertical wind", "m/s",
     511         CALL histdef(nid_mth, "vitw", "Vertical wind", "Pa/s",
    512512     .                iim,jjmp1,nhori, klev,1,klev,nvert, 32,
    513513     .                "ave(X)", zsto,zout)
Note: See TracChangeset for help on using the changeset viewer.