Changeset 2284 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Apr 13, 2020, 4:48:01 PM (5 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/initracer.F
r2199 r2284 104 104 igcm_hplus=0 105 105 igcm_hco2plus=0 106 igcm_hcoplus=0 106 107 igcm_elec=0 107 108 … … 321 322 igcm_hco2plus=iq 322 323 mmol(igcm_hco2plus)=45. 324 count=count+1 325 endif 326 if (noms(iq).eq."hcoplus") then 327 igcm_hcoplus=iq 328 mmol(igcm_hcoplus)=29. 323 329 count=count+1 324 330 endif -
trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90
r2199 r2284 86 86 integer,save :: igcm_hplus 87 87 integer,save :: igcm_hco2plus 88 integer,save :: igcm_hcoplus 88 89 integer,save :: igcm_elec 89 90 ! other tracers
Note: See TracChangeset
for help on using the changeset viewer.