Changeset 666
- Timestamp:
- Oct 4, 2005, 10:35:44 AM (19 years ago)
- Location:
- LMDZ4/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/ini_histrac.h
r657 r666 17 17 18 18 #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,:), 20 20 . 1,iim,1,jjm+1, itau_phy, zjulian, pdtphys, 21 21 . nhori, nid_tra2) 22 22 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,:), 24 24 . 1,iim,1,jjm+1, itau_phy, zjulian, pdtphys, 25 25 . nhori, nid_tra3) 26 26 27 call histvert(nid_tra2, "presnivs", " presnivs", "mb",27 call histvert(nid_tra2, "presnivs", "Vertical levels", "mb", 28 28 . klev, presnivs, nvert) 29 call histvert(nid_tra3, "presnivs", "presnivs", "mb", 29 30 call histvert(nid_tra3, "presnivs", "Vertical levels", "mb", 30 31 . klev, presnivs, nvert) 31 #endif32 33 #ifdef INCA34 ! 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)38 32 #endif 39 33 -
LMDZ4/trunk/libf/phylmd/phytrac.F
r663 r666 347 347 . 1,1,1,1,1,1,1,1,1,1, 348 348 . 1,0,0 349 #ifdef INCA_AER350 . ,1,1,1,1,0,1,1,1351 #endif352 #endif353 #ifdef INCA_AER354 c aerosol tracers355 . ,1,0,1,1,1,1,1,1,0,1,356 . 0,1,1,1,1,1,0,1,0,1,1,1357 349 #endif 358 350 #ifdef INCA_NMHC … … 366 358 . 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 367 359 . 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 365 c 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 368 368 #endif 369 369 . /)
Note: See TracChangeset
for help on using the changeset viewer.