Last change
on this file since 1240 was
892,
checked in by slebonnois, 12 years ago
|
SL: Important commit ! Adaptation of Venus physics to parallel computation / template for arch on the LMD servers using ifort / documentation for 1D column physics and for parallel computations
|
File size:
761 bytes
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | ! INCLUDE comcstVE.h |
---|
3 | |
---|
4 | integer nnuve,nbztopve,nbpsve,nbmat |
---|
5 | parameter (nnuve=68) ! fichiers Vincent et Bullock |
---|
6 | parameter (nbpsve=16) ! number of psurf in Vincent's matrixes |
---|
7 | parameter (nbztopve=4) ! number of ztop in Vincent's matrixes |
---|
8 | parameter (nbmat=nbztopve*nbpsve) ! number of matrixes in Vincent's file |
---|
9 | |
---|
10 | common/comcstVE/al,bl,ztopve,psurfve |
---|
11 | |
---|
12 | real al(nnuve),bl(nnuve) ! for Planck luminances calculations |
---|
13 | real ztopve(nbmat) ! cloud top altitude in matrixes (km) |
---|
14 | real psurfve(nbmat) ! surface pressure in matrixes (Pa) |
---|
15 | |
---|
16 | |
---|
17 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.