From bc0686abb3264a6ae0d2adae5b9f4943a9b0611e Mon Sep 17 00:00:00 2001 From: rhaas Date: Fri, 17 May 2013 17:39:54 +0000 Subject: 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 --- param.ccl | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'param.ccl') 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" -- cgit v1.2.3