16 |
michaesp |
1 |
integer nxmax,nymax,nzmax,ntmax
|
|
|
2 |
c N.B, Must have the maximum number of levels
|
|
|
3 |
c that might possibly be used +1 (+1 for akh,bkh)
|
|
|
4 |
c parameter(nxmax=229,nymax=172,nzmax=57,ntmax=150) ! global
|
|
|
5 |
c parameter(nxmax=600,nymax=360,nzmax=57,ntmax=150) ! NAE
|
|
|
6 |
c parameter(nxmax=560,nymax=320,nzmax=39,ntmax=50) ! NAE
|
17 |
michaesp |
7 |
c parameter(nxmax=408,nymax=604,nzmax=57,ntmax=150) ! idealised 0.11
|
16 |
michaesp |
8 |
c parameter(nxmax=178,nymax=264,nzmax=57,ntmax=150) ! idealised 0.25
|
|
|
9 |
c parameter(nxmax=112,nymax=166,nzmax=29,ntmax=150) ! idealised 0.4
|
17 |
michaesp |
10 |
parameter(nxmax=1250,nymax=750,nzmax=57,ntmax=150) ! INCOMPASS 4km
|