Last change
on this file since 3529 was
1672,
checked in by jvatant, 8 years ago
|
Re-plug chemistry of old Titan
+ minor correction on reading Titan's startfiles and haze routine
JVO
|
File size:
640 bytes
|
Line | |
---|
1 | MODULE comcstfi_mod |
---|
2 | IMPLICIT NONE |
---|
3 | |
---|
4 | REAL,SAVE :: pi ! something like 3.14159 |
---|
5 | REAL,SAVE :: rad ! radius of the planet (m) |
---|
6 | REAL,SAVE :: g ! gravity (m/s2) |
---|
7 | REAL,SAVE :: r ! reduced gas constant (r=8.314511/(mugaz/1000.0)) |
---|
8 | REAL,SAVE :: cpp ! Cp of the atmosphere |
---|
9 | REAL,SAVE :: rcp ! r/cpp |
---|
10 | REAL,SAVE :: mugaz ! molar mass of the atmosphere (g/mol) |
---|
11 | REAL,SAVE :: omeg ! planet rotation rate (rad/s) |
---|
12 | REAL,SAVE :: avocado ! something like 6.022e23 |
---|
13 | REAL,SAVE :: kbol ! something like 1.380649e-23 |
---|
14 | !$OMP THREADPRIVATE(pi,rad,g,r,cpp,rcp,mugaz,omeg,avocado,kbol) |
---|
15 | |
---|
16 | END MODULE comcstfi_mod |
---|
Note: See
TracBrowser
for help on using the repository browser.