source: trunk/LMDZ.VENUS/libf/phyvenus/comcstVE.h @ 2203

Last change on this file since 2203 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
RevLine 
[892]1!-----------------------------------------------------------------------
2! INCLUDE comcstVE.h
[3]3
[1301]4        integer nnuve,nbmat
5        parameter (nnuve=68)  ! fichiers Vincent et Bullock
[1442]6!       parameter (nnuve=598)  ! fichiers Vincent et Bullock
7        parameter (nbmat=220) ! Max number of matrixes in Vincent's file
[3]8
[1301]9      common/comcstVE/al,bl,nlatve,indexve,nbpsve,nbszave,               &
10     & psurfve,szave
[3]11
[1301]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
[3]17
18
[892]19!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.