Full Migration Procedure for Data Prepared for VS2DH 1.0
For data originally prepared for VS2DH 1.0, the full
migration procedure requires:
- modifying the model data file
- creating a nameList file
The model data file must be modified as follows.
- After "Card B-5", insert an extra line containing 2 integers
separated by one or more spaces. The first integer indicates
the type of hydraulic characteristic function to be use. The options
are:
0 - Brooks Corey
1 - van Genuchten
2 - Haverkamp
3 - tabular data
The second integer is a dummy place holder and can be any value,
for example, 1.
- If the van Genuchten hydraulic characteristic function is used, replace
the 5th parameter in "Card B-7", alpha-prime, by the inverse of its absolute value,
alpha. VS2DH 3.0 now uses the definition for alpha as it was originally proposed
by van Genuchten (1980). (For example, if the original value is -25, it should be replaced as
0.04.) See revised van Genuchten formula for the equations
used in VS2DH 3.0.
The namelist file must contain the following. The commonly
used file names are indicated in parentheses.
- The name of the model data file (vs2dh.dat).
- The name of the main output file (vs2dh.out).
- The name of the auxiliary output file containing maximum head change
for each time step (file07.out).
- The name of the auxiliary output file containing heads and temperatures at
selected times (file08.out).
- The name of the auxiliary output file containing selected fluid and energy balance
components at each time step (file09.out)
- The name of the auxiliary output file containing heads, temperatures, etc.
for selected observation points at each time step (file11.out).
- If initial pressure heads or moisture contents are specified in
an array, then enter the name of the file containing this array.
(If this array is in the model data file, repeat line 1 here.)
If initial pressure heads or moisture contents are not specified in
an array, then skip this line. (Do not enter a blank line.)
- If initial temperatures are specified in an array, then enter the
name of the file containing this array. (If this array is in the model data file,
repeat line 1 here.) If initial temperatures are not specified in
an array, then skip this line. (Do not enter a blank line.)
- The line containing "# vs2dh3.0" (without quotes). This is always the last
line of the namelist file.
Note: The namelist file must be placed in the same directory
as the model data file.
To view sample files after full migration, please click on the following:
Return to: