Changeset 324 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Oct 21, 2011, 11:31:28 AM (13 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/initracer.F
r283 r324 342 342 count=count+1 343 343 endif 344 if (noms(iq).eq."ch4") then 345 igcm_ch4=iq 346 mmol(igcm_ch4)=16. 347 count=count+1 348 endif 344 349 if (noms(iq).eq."ar") then 345 350 igcm_ar=iq … … 347 352 count=count+1 348 353 endif 349 354 if (noms(iq).eq."n") then 350 355 igcm_n=iq 351 356 mmol(igcm_n)=14. … … 402 407 count=count+1 403 408 endif 404 409 if (noms(iq).eq."n2plus") then 405 410 igcm_n2plus=iq 406 411 mmol(igcm_n2plus)=28. … … 433 438 count=count+1 434 439 endif 435 440 436 441 437 442 enddo ! of do iq=1,nqmx -
trunk/LMDZ.MARS/libf/phymars/tracer.h
r171 r324 50 50 integer :: igcm_no2 51 51 integer :: igcm_n2d 52 integer :: igcm_ch4 52 53 ! Ions 53 54 integer :: igcm_co2plus … … 74 75 & igcm_o2,igcm_o3,igcm_h,igcm_h2,igcm_oh,igcm_ho2,igcm_h2o2, & 75 76 & igcm_n2,igcm_ar,igcm_n,igcm_no,igcm_no2,igcm_n2d, & 77 & igcm_ch4, & 76 78 & igcm_co2plus,igcm_oplus,igcm_o2plus,igcm_coplus,igcm_cplus, & 77 79 & igcm_nplus,igcm_noplus,igcm_n2plus,igcm_hplus,igcm_elec, &
Note: See TracChangeset
for help on using the changeset viewer.