Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by jmc, Fri Oct 3 15:54:46 2003 UTC | revision 1.2 by dimitri, Mon May 3 21:13:07 2004 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | C $Header$ | C $Header$ |
C $Name$ | ||
2 | C | C |
3 | C /==========================================================\ | C /==========================================================\ |
4 | C | SIZE.h Declare size of underlying computational grid. | | C | SIZE.h Declare size of underlying computational grid. | |
# | Line 37 C Nr - No. points in Z for full pro | Line 35 C Nr - No. points in Z for full pro |
35 | INTEGER Ny | INTEGER Ny |
36 | INTEGER Nr | INTEGER Nr |
37 | PARAMETER ( | PARAMETER ( |
38 | & sNx = 32, | & sNx = 8, |
39 | & sNy = 32, | & sNy = 4, |
40 | & OLx = 2, | & OLx = 2, |
41 | & OLy = 2, | & OLy = 2, |
42 | & nSx = 6, | & nSx = 176, |
43 | & nSy = 1, | & nSy = 1, |
44 | & nPx = 1, | & nPx = 1, |
45 | & nPy = 1, | & nPy = 1, |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |