summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/param.ccl26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/param.ccl b/src/param.ccl
index e69de29b..053e93c5 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -0,0 +1,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