Last change
on this file since 1723 was
1442,
checked in by slebonnois, 9 years ago
|
SL: update of the Venus GCM, + corrections on routines used for newstart/start2archive for Titan and Venus, + some modifications on tools
|
File size:
778 bytes
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | ! INCLUDE comcstVE.h |
---|
3 | |
---|
4 | integer nnuve,nbmat |
---|
5 | parameter (nnuve=68) ! fichiers Vincent et Bullock |
---|
6 | ! parameter (nnuve=598) ! fichiers Vincent et Bullock |
---|
7 | parameter (nbmat=220) ! Max number of matrixes in Vincent's file |
---|
8 | |
---|
9 | common/comcstVE/al,bl,nlatve,indexve,nbpsve,nbszave, & |
---|
10 | & psurfve,szave |
---|
11 | |
---|
12 | real al(nnuve),bl(nnuve) ! for Planck luminances calculations |
---|
13 | ! Structure of the ksi matrixes |
---|
14 | integer nlatve,indexve(5),nbpsve(5),nbszave(5) |
---|
15 | real psurfve(16,5) ! surface pressure in matrixes (Pa) |
---|
16 | real szave(8,5) ! converted in mu0 |
---|
17 | |
---|
18 | |
---|
19 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.