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

Modifications pour INCA_AER AC
MAF

Location:
LMDZ4/trunk/libf/phylmd
Files:
2 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
  • LMDZ4/trunk/libf/phylmd/phytrac.F

    r663 r666  
    347347     .                                         1,1,1,1,1,1,1,1,1,1,
    348348     .                                         1,0,0
    349 #ifdef INCA_AER
    350      .                                         ,1,1,1,1,0,1,1,1
    351 #endif
    352 #endif
    353 #ifdef INCA_AER
    354 c aerosol tracers
    355      .                                        ,1,0,1,1,1,1,1,1,0,1,
    356      .                                         0,1,1,1,1,1,0,1,0,1,1,1
    357349#endif
    358350#ifdef INCA_NMHC
     
    366358     .                                          1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
    367359     .                                          1, 1, 1, 1, 1, 1, 1
     360#endif
     361#ifdef INCA_AER
     362     .                                         ,1,1,1,1,0,1,1,1
     363#endif
     364#ifdef INCA_AER
     365c aerosol tracers
     366     .                                        ,1,0,1,1,1,1,1,1,0,1,
     367     .                                         0,1,1,1,1,1,0,1,0,1,1,1
    368368#endif
    369369     .                                         /)
Note: See TracChangeset for help on using the changeset viewer.