aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@57fe0bb3-ccba-405f-9b23-de0201f165b7>2013-05-17 17:39:54 +0000
committerrhaas <rhaas@57fe0bb3-ccba-405f-9b23-de0201f165b7>2013-05-17 17:39:54 +0000
commitbc0686abb3264a6ae0d2adae5b9f4943a9b0611e (patch)
tree77c0964117d8a25996a02f3b0bbebc91971bfff5 /param.ccl
parent2b16ca44e05a6bf994c6f493fadaf9c76570d83b (diff)
HydroBase: add paramcheck for "read from file parameters"
* add missing "read from file option" to initial_hydro git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@64 57fe0bb3-ccba-405f-9b23-de0201f165b7
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl17
1 files changed, 11 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 1e109dd..e1001c5 100755
--- a/param.ccl
+++ b/param.ccl
@@ -4,11 +4,16 @@ SHARES: InitBase
USES KEYWORD initial_data_setup_method
+SHARES: IO
+
+USES STRING filereader_ID_vars
+
RESTRICTED:
KEYWORD initial_hydro "The hydro initial data"
{
"zero" :: "hydro variables are set to vacuum (without atmosphere)"
+ "read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
} "zero"
KEYWORD evolution_method "The hydro evolution method"
@@ -34,7 +39,7 @@ KEYWORD initial_Y_e "Initial value for Y_e"
{
"none" :: "inactive"
"one" :: "initially set to one"
- "read from file" :: "do nothing, filereader will provide data"
+ "read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
} "none"
KEYWORD Y_e_evolution_method "Evolution method for Y_e"
@@ -58,21 +63,21 @@ KEYWORD initial_Bvec "Initial value for Bvec"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
- "read from file" :: "do nothing, filereader will provide data"
+ "read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
} "none"
KEYWORD initial_Avec "Initial value for Avec"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
- "read from file" :: "do nothing, filereader will provide data"
+ "read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
} "none"
KEYWORD initial_Aphi "Initial value for Aphi"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
- "read from file" :: "do nothing, filereader will provide data"
+ "read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
} "none"
KEYWORD Bvec_evolution_method "Evolution method for Bvec"
@@ -91,14 +96,14 @@ KEYWORD initial_temperature "Initial value for temperature"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
- "read from file" :: "do nothing, filereader will provide data"
+ "read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
} "none"
KEYWORD initial_entropy "Initial value for entropy"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
- "read from file" :: "do nothing, filereader will provide data"
+ "read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
} "none"