summaryrefslogtreecommitdiff
path: root/src/param.ccl
blob: 053e93c509b16e8d83641da8b73e4391dc4adf00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#/*@@
#  @file param.ccl
#  @date 31 Jan 1999
#  @author Gabrielle Allen
#  @desc
#  Parameters for the main code
#  @enddesc
#  @history
#  @endhistory
#@@*/


public:

INTEGER nx "Grid size in first coordinate direction"
{
  1::
} 10
INTEGER ny "Grid size in second coordinate direction"
{
  1::
} 10
INTEGER nz "Grid size in third coordinate direction"
{
  1::
} 10