Skip to content

Commit d051d96

Browse files
committed
Fixed an error with the file name of bottom bounary condition.
1 parent 792f5bf commit d051d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simulation/Richards1D.sim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ resource "$oms_prj/lib"
105105
"reader_data_topBC.fileNovalue" "-9999"
106106

107107
// parameters reader data input bottom boundary condition
108-
"reader_data_bottomBC.file" "$oms_prj//data/Trento_BottomBC.csv"
108+
"reader_data_bottomBC.file" "$oms_prj//data/Trento_BottomBC_0.csv"
109109
"reader_data_bottomBC.idfield" "ID"
110110
"reader_data_bottomBC.tStart" "${startDate}"
111111
"reader_data_bottomBC.tEnd" "${endDate}"

0 commit comments

Comments
 (0)