aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 95e0d3e..93a206f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -6,20 +6,20 @@
#------------------------------------------------------------------------------
private:
-BOOLEAN noisy_id "Add random noise to initial data"
+BOOLEAN id_noise "Add random noise to initial data"
{
} "no"
-BOOLEAN noisy_bc "Add random noise to initial data"
+BOOLEAN bc_noise "Add random noise to initial data"
{
} "no"
-STRING noisy_id_vars "Initial data variables to modify with noise"
+STRING id_vars "Initial data variables to modify with noise"
{
.* :: "A regex which matches everything"
} ""
-STRING noisy_bc_vars "Variables to modify with noise at boundary"
+STRING bc_vars "Variables to modify with noise at boundary"
{
.* :: "A regex which matches everything"
} ""