source: trunk/LMDZ.UNIVERSAL/libf/phygeneric/dimphys.h @ 1000

Last change on this file since 1000 was 844, checked in by aslmd, 12 years ago

LMDZ.GENERIC. Added a new folder for the interface with LMDZ.COMMON and LMDZ5

File size: 865 bytes
Line 
1!-----------------------------------------------------------------------
2!   INCLUDE 'dimphys.h'
3
4!! ngridmx : number of horizontal grid points
5!! note: the -1/jjm term will be 0; unless jj=1
6!      integer, parameter :: ngridmx = (2+(jjm-1)*iim - 1/jjm)
7! nlayermx : number of atmospheric layers
8      integer, parameter :: nlayermx = llm
9! nsoilmx : number of subterranean layers
10      !integer, parameter :: nsoilmx = 4 ! for a test
11      integer, parameter :: nsoilmx = 18 ! for z1=0.02 cm, depth = 104.8 m
12!-----------------------------------------------------------------------
13
14      common/dimphys/cursor
15      integer cursor  !! this is the position of point 1 on the globe
16                      !! it is 1 obviously for sequential runs
17                      !! but might differ for paraller runs
18                      !! it is used in phyetat0 mostly
19
Note: See TracBrowser for help on using the repository browser.