I have Transient Data ((Time, Hydraulic Heads) of 100 wells for 5 years. I want to input it into FeFlow (Version 5.1) using *.pow file for running Transient Model. I tried to make the pow file as given below. My questions are:
1. How can it be input to FeFlow?
2. What these Numbers (#1, #2, #3, #4, #5) are showing? Is this #1, #2 .... shows the number of wells?
3. How the data of 50 wells will be incorporated in the pow file?
4. Since pow file only take time and heads, how this data will be linked with wells (No X/Y etc.)?
#1
0 100
30 103
60 106
-- ---
-- ---
365 112
END
#2
0 100
30 103
60 106
-- ---
-- ---
365 112
END
#3
0 100
30 103
60 106
-- ---
-- ---
365 112
END
#4
0 100
30 103
60 106
-- ---
-- ---
365 112
END
#5
0 100
30 103
60 106
-- ---
-- ---
365 112
END
END