Changeset 2321 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- May 13, 2020, 9:24:14 AM (5 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/initracer.F
r2312 r2321 2 2 3 3 use tracer_mod 4 USE comcstfi_h4 use comcstfi_h, only: pi 5 5 IMPLICIT NONE 6 6 c======================================================================= … … 108 108 igcm_hcoplus=0 109 109 igcm_h2oplus=0 110 igcm_h3oplus=0 111 igcm_ohplus=0 110 112 igcm_elec=0 111 113 … … 335 337 igcm_h2oplus=iq 336 338 mmol(igcm_h2oplus)=18. 339 count=count+1 340 endif 341 if (noms(iq).eq."h3oplus") then 342 igcm_h3oplus=iq 343 mmol(igcm_h3oplus)=19. 344 count=count+1 345 endif 346 if (noms(iq).eq."ohplus") then 347 igcm_ohplus=iq 348 mmol(igcm_ohplus)=17. 337 349 count=count+1 338 350 endif -
trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90
r2312 r2321 90 90 integer,save :: igcm_hcoplus 91 91 integer,save :: igcm_h2oplus 92 integer,save :: igcm_h3oplus 93 integer,save :: igcm_ohplus 92 94 integer,save :: igcm_elec 93 95 ! other tracers
Note: See TracChangeset
for help on using the changeset viewer.