Changeset 1660 for trunk/LMDZ.MARS/libf/phymars/initracer.F
- Timestamp:
- Feb 8, 2017, 4:36:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/initracer.F
r1621 r1660 88 88 igcm_no2=0 89 89 igcm_n2d=0 90 igcm_he=0 90 91 igcm_co2plus=0 91 92 igcm_oplus=0 … … 238 239 count=count+1 239 240 endif 241 if (noms(iq).eq."he") then 242 igcm_he=iq 243 mmol(igcm_he)=4. 244 count=count+1 245 endif 240 246 if (noms(iq).eq."co2plus") then 241 247 igcm_co2plus=iq
Note: See TracChangeset
for help on using the changeset viewer.