Ignore:
Timestamp:
Oct 4, 2005, 10:35:44 AM (19 years ago)
Author:
lmdzadmin
Message:

Modifications pour INCA_AER AC
MAF

File:
1 edited

Legend:

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

    r657 r666  
    1717
    1818#ifdef INCA_AER
    19          CALL histbeg("histrac_aer", iim,zx_lon, jjm+1,zx_lat,
     19         CALL histbeg("histrac_aer", iim,zx_lon(:,1), jjm+1,zx_lat(1,:),
    2020     .                 1,iim,1,jjm+1,  itau_phy, zjulian, pdtphys,
    2121     .                 nhori, nid_tra2)
    2222
    23          CALL histbeg("histrac_inst", iim,zx_lon, jjm+1,zx_lat,
     23         CALL histbeg("histrac_inst", iim,zx_lon(:,1), jjm+1,zx_lat(1,:),
    2424     .                 1,iim,1,jjm+1,  itau_phy, zjulian, pdtphys,
    2525     .                 nhori, nid_tra3)
    2626
    27          call histvert(nid_tra2, "presnivs", "presnivs", "mb",
     27         call histvert(nid_tra2, "presnivs", "Vertical levels", "mb",
    2828     .                 klev, presnivs, nvert)
    29          call histvert(nid_tra3, "presnivs", "presnivs", "mb",
     29
     30         call histvert(nid_tra3, "presnivs", "Vertical levels", "mb",
    3031     .                 klev, presnivs, nvert)
    31 #endif
    32 
    33 #ifdef INCA
    34 !        call histvert(nid_tra, "ap", "Hybrid A parameter", "-",
    35 !    .                 klev+1, ap, nverta)
    36 !        call histvert(nid_tra, "bp", "Hybrid B parameter", "-",
    37 !    .                 klev+1, bp, nvertb)
    3832#endif
    3933
Note: See TracChangeset for help on using the changeset viewer.