aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index ae06c46..56e1892 100644
--- a/param.ccl
+++ b/param.ccl
@@ -30,6 +30,10 @@ KEYWORD check_for "Check for NaN's and/or infinite numbers (only evaluated if fi
"both" :: "Check for both NaN's and infinite numbers"
} "both"
+BOOLEAN out_NaNmask "Dump the NaN grid function mask into an HDF5 file" STEERABLE = ALWAYS
+{
+} "yes"
+
KEYWORD action_if_found "What to do if a NaN was found" STEERABLE = ALWAYS
{
"just warn" :: "Just print a level 1 warning"
@@ -41,4 +45,4 @@ KEYWORD verbose "How much information to give" STEERABLE = ALWAYS
{
"all" :: "All information"
"standard" :: "Standard information"
-} "standard" \ No newline at end of file
+} "standard"