Last change
on this file since 201 was
3,
checked in by slebonnois, 14 years ago
|
Creation de repertoires:
- chantiers : pour communiquer sur nos projets de modifs
- documentation : pour stocker les docs
Ajout de:
- libf/phytitan : physique de Titan
- libf/chimtitan: chimie de Titan
- libf/phyvenus : physique de Venus
|
File size:
634 bytes
|
Line | |
---|
1 | c----------------------------------------------------------------------- |
---|
2 | c INCLUDE 'aerprod.h |
---|
3 | |
---|
4 | COMMON/aerprod/utilaer,maer,prodaer,csn,csh |
---|
5 | COMMON/htoh2/psurfhaze |
---|
6 | |
---|
7 | integer utilaer(16) |
---|
8 | |
---|
9 | c 1: melange (prodaer,csn,csh) / 2: polyC2H2 / 3: PAHs / 4: polyHCN |
---|
10 | c maer: en g mol-1, masse molaire moyenne |
---|
11 | c prodaer: en kg m-3 s-1, mass production rates |
---|
12 | |
---|
13 | real maer(ip1jmp1,llm,4),prodaer(ip1jmp1,llm,4) |
---|
14 | real csn(ip1jmp1,llm,4),csh(ip1jmp1,llm,4) |
---|
15 | |
---|
16 | c for H-> H2 |
---|
17 | real psurfhaze(ip1jmp1,llm) ! total area of haze particles (um2/cm3) |
---|
18 | |
---|
19 | c----------------------------------------------------------------------- |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.