Ignore:
Timestamp:
Jan 17, 2008, 10:20:32 PM (16 years ago)
Author:
Laurent Fairhead
Message:

Suite de la bascule vers une physique avec thermiques, nouvelle convection, poche froide ...
LF

File:
1 edited

Legend:

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

    r878 r879  
    3434     .                 klev, presnivs/100., nvert)
    3535c
     36         CALL histdef(nid_mth, "dtthe", "Dry adjust. dT", "K/s",
     37     .                iim,jj_nb,nhori, klev,1,klev,nvert, 32,
     38     .                "ave(X)", zstophy,zout)
     39
     40         CALL histdef(nid_mth, "dtcon", "Convection dT", "K/s",
     41     .                iim,jj_nb,nhori, klev,1,klev,nvert, 32,
     42     .                "ave(X)", zstophy,zout)
     43c
    3644      IF(type_run.EQ."CLIM".OR.type_run.EQ."ENSP") THEN
    3745c
     
    7280c
    7381c ENSEMBLES BEG
    74          CALL histdef(nid_mth, "t2m_min", "Temp. 2m min.",
    75      .                "K",
    76      .                iim,jj_nb,nhori, 1,1,1, -99, 32,
    77      .                t2mincels, zstophy,zout)
    78 c
    79          CALL histdef(nid_mth, "t2m_max", "Temp. 2m max.",
    80      .                "K",
    81      .                iim,jj_nb,nhori, 1,1,1, -99, 32,
    82      .                t2maxcels, zstophy,zout)
     82c        CALL histdef(nid_mth, "t2m_min", "Temp. 2m min.",
     83c    .                "K",
     84c    .                iim,jj_nb,nhori, 1,1,1, -99, 32,
     85c    .                t2mincels, zstophy,zout)
     86c
     87c        CALL histdef(nid_mth, "t2m_max", "Temp. 2m max.",
     88c    .                "K",
     89c    .                iim,jj_nb,nhori, 1,1,1, -99, 32,
     90c    .                t2maxcels, zstophy,zout)
    8391c
    8492c        CALL histdef(nid_mth, "tsoil", "Sfce soil Temperature",
     
    122130      endif
    123131c
    124          CALL histdef(nid_mth, "ndayrain",
    125      .                "Number of day with rain (liq+sol)", "-",
    126      .                iim,jj_nb,nhori, 1,1,1, -99, 32,
    127      .                "inst(X)", zstomth,zout)
     132c        CALL histdef(nid_mth, "ndayrain",
     133c    .                "Number of day with rain (liq+sol)", "-",
     134c    .                iim,jj_nb,nhori, 1,1,1, -99, 32,
     135c    .                "inst(X)", zstomth,zout)
    128136c
    129137         CALL histdef(nid_mth, "precip", "Precipitation Totale liq+sol",
     
    990998     .                "ave(X)", zstophy,zout)
    991999c
    992           CALL histdef(nid_mth, "dtcon","dtcon","K/s",
    993      .                iim,jj_nb,nhori, klev,1,klev,nvert, 32,
    994      .                "ave(X)", zstophy,zout)
    995 c
    996          CALL histdef(nid_mth, "dtthe", "Dry adjust. dT", "K/s",
    997      .                iim,jj_nb,nhori, klev,1,klev,nvert, 32,
    998      .                "ave(X)", zstophy,zout)
    999 
    10001000         CALL histdef(nid_mth,"dqthe","Dry adjust. dQ","(kg/kg)/s",
    10011001     .                iim,jj_nb,nhori, klev,1,klev,nvert, 32,
     
    10831083     .                "ave(X)", zstorad,zout)
    10841084c
    1085          CALL histdef(nid_mth, "t2m_min", "Temp. 2m min.",
    1086      .                "K",
    1087      .                iim,jj_nb,nhori, 1,1,1, -99, 32,
    1088      .                t2mincels, zstophy,zout)
    1089 c
    1090          CALL histdef(nid_mth, "t2m_max", "Temp. 2m max.",
    1091      .                "K",
    1092      .                iim,jj_nb,nhori, 1,1,1, -99, 32,
    1093      .                t2maxcels, zstophy,zout)
     1085c        CALL histdef(nid_mth, "t2m_min", "Temp. 2m min.",
     1086c    .                "K",
     1087c    .                iim,jj_nb,nhori, 1,1,1, -99, 32,
     1088c    .                t2mincels, zstophy,zout)
     1089c
     1090c        CALL histdef(nid_mth, "t2m_max", "Temp. 2m max.",
     1091c    .                "K",
     1092c    .                iim,jj_nb,nhori, 1,1,1, -99, 32,
     1093c    .                t2maxcels, zstophy,zout)
    10941094c
    10951095c        CALL histdef(nid_mth, "tsoil", "Sfce soil Temperature",
Note: See TracChangeset for help on using the changeset viewer.