Changeset 616 for LMDZ4/trunk/libf/phylmd/phytrac.F
- Timestamp:
- Apr 13, 2005, 10:58:34 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/phytrac.F
r593 r616 48 48 I prfl, 49 49 I psfl, 50 #ifdef INCA _CH450 #ifdef INCA 51 51 I flxmass_w, 52 52 #endif … … 66 66 #ifdef INCA_AER 67 67 USE AEROSOL_MOD, only : ntr,trmx,trnx 68 USE AEROSOL_DIAG, only : cla,las,tausum,angst,aload,scon 69 . ,scavcoef_st,scavcoef_cv 70 USE AEROSOL_PROGNOS, ONLY : md 68 USE AEROSOL_DIAG,only : cla,las,tausum,angst,aload,cload,totaerh2o,tau, 69 $ emiss20,sconc,scavcoef_st,scavcoef_cv 70 $ ,cload05ss ,cload05bc ,cload05pom ,cload05dust ,cload05so4 71 $ ,cload125ss ,cload125bc ,cload125pom ,cload125dust ,cload125so4 72 USE AEROSOL_PROGNOS, ONLY : md,mdw 73 USE AEROSOL_METEO, only : airm 74 #endif 75 #ifdef INCA_NMHC 76 USE RESISTANCE_DIAGNOSE, ONLY : surf_alb, sol_irrad, surf_temp, surf_wind, 77 $ aero_resist, lamin_resist, surf_resist 71 78 #endif 72 79 #endif … … 136 143 REAL prfl(klon,klev+1), psfl(klon,klev+1) !--lessivage large-scale 137 144 138 #ifdef INCA _CH4145 #ifdef INCA 139 146 REAL flxmass_w(klon,klev) 140 147 #endif … … 315 322 316 323 #ifdef INCA 324 INTEGER :: lastgas 317 325 INTEGER :: ncsec 326 327 INTEGER :: prt_flag_ts(nbtr)=(/1,1,1 318 328 #ifdef INCA_CH4 319 #ifdef INCA_AER 320 INTEGER :: prt_flag_ts(51)=(/1,1,1 321 #else 322 INTEGER :: prt_flag_ts(43)=(/1,1,1 323 #endif 324 #else 325 #ifdef INCA_AER 326 INTEGER :: prt_flag_ts(11)=(/1,1,1 327 #endif 328 #endif 329 330 #ifdef INCA_CH4 331 . ,1,0,1,1,0,1,0, 332 . 0,0,0,0,0,0,0,1,0,0, 329 . ,0,0,1,1,1,1,1, 330 . 0,1,0,0,0,0,0,1,0,0, 333 331 . 0,1,1,1,1,0,1,1,1,0, 334 332 . 1,1,1,1,1,1,1,1,1,1, 335 333 . 1,0,0 336 #endif337 334 #ifdef INCA_AER 338 . ,1,1,1,1,1,1,1,1 335 . ,1,1,1,1,0,1,1,1 336 #endif 337 #endif 338 #ifdef INCA_AER 339 c aerosol tracers 340 . ,1,0,1,1,1,1,1,1,0,1, 341 . 0,1,1,1,1,1,0,1,0,1,1,1 342 #endif 343 #ifdef INCA_NMHC 344 . , 1, 1, 1, 1, 1, 1, 1, 345 . 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 346 . 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 347 . 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 348 . 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 349 . 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 350 . 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 351 . 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 352 . 1, 1, 1, 1, 1, 1, 1 339 353 #endif 340 354 . /) … … 444 458 445 459 #ifdef INCA_AER 460 461 ! Changement Anne 01/04/2005 446 462 CALL aerosolmain (tr_seri, 447 463 $ pdtphys, 448 464 $ pplay, 465 $ pdel, 449 466 $ prfl, 450 467 $ pmflxr, … … 455 472 $ ibas_con, 456 473 $ pphi, 457 $ airephy, 458 $ nstep) 474 $ airephy, ! paire, 475 $ nstep, 476 $ rneb, ! for chimiaq 477 $ t_seri, ! for chimiaq 478 $ rh) 479 ! fin changement anne 480 459 481 #endif 460 482 … … 470 492 $ pplay, !pmid 471 493 $ pdel, !pdel 494 $ airephy, 472 495 $ pctsrf(1,1),!oro 473 496 $ ftsol, !tsurf
Note: See TracChangeset
for help on using the changeset viewer.