Ignore:
Timestamp:
Jan 27, 2003, 5:08:04 PM (21 years ago)
Author:
lmdzadmin
Message:

L'unite de Precipitation,Evaporation, Snow Fall passe de kg/s a kg/(s*m2) JP/NT
IM

File:
1 edited

Legend:

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

    r418 r451  
    6767     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
    6868     .                "inst(X)", zsto,zout)
    69 
    70         CALL histdef(nid_ins, "qsol", "Surface humidity", "mm",
    71      .                iim,jjmp1,nhori, 1,1,1, -99, 32,
    72      .                "inst(X)", zsto,zout)
    7369c
    7470         CALL histdef(nid_ins, "cdrm", "Momentum drag coef.", "-",
     
    8177c
    8278         CALL histdef(nid_ins, "precip", "Precipitation Totale liq+sol",
    83      .                "kg/s",
    84      .                iim,jjmp1,nhori, 1,1,1, -99, 32,
    85      .                "inst(X)", zsto,zout)
    86 c
    87          CALL histdef(nid_ins, "snow", "Snow fall", "kg/s",
     79     .                "kg/(s*m2)",
     80     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
     81     .                "inst(X)", zsto,zout)
     82c
     83         CALL histdef(nid_ins, "snow", "Snow fall", "kg/(s*m2)",
    8884     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
    8985     .                "inst(X)", zsto,zout)
     
    9793     .                "inst(X)", zsto,zout)
    9894c
    99          CALL histdef(nid_ins, "evap", "Evaporation", "kg/s",
     95         CALL histdef(nid_ins, "evap", "Evaporation", "kg/(s*m2)",
    10096     .                iim,jjmp1,nhori, 1,1,1, -99, 32,
    10197     .                "inst(X)", zsto,zout)
Note: See TracChangeset for help on using the changeset viewer.