Commit aaadfc5e authored by Heraut Louis's avatar Heraut Louis
Browse files

INI variable

parent 94402310
No related merge requests found
Showing with 11 additions and 11 deletions
+11 -11
...@@ -55,19 +55,19 @@ filedir = ...@@ -55,19 +55,19 @@ filedir =
# Name of the file that will be analysed from the BH directory # Name of the file that will be analysed from the BH directory
# (if 'all', all the file of the directory will be chosen) # (if 'all', all the file of the directory will be chosen)
filename = filename =
# "" ""
c( # c(
# "S2235610_HYDRO_QJM.txt", # "S2235610_HYDRO_QJM.txt",
# "P1712910_HYDRO_QJM.txt", # "P1712910_HYDRO_QJM.txt",
# "P0885010_HYDRO_QJM.txt", # "P0885010_HYDRO_QJM.txt",
# "O5055010_HYDRO_QJM.txt", # "O5055010_HYDRO_QJM.txt",
# "O0384010_HYDRO_QJM.txt", # "O0384010_HYDRO_QJM.txt",
# "S4214010_HYDRO_QJM.txt", # "S4214010_HYDRO_QJM.txt",
"Q7002910_HYDRO_QJM.txt", # "Q7002910_HYDRO_QJM.txt",
"O3035210_HYDRO_QJM.txt", # "O3035210_HYDRO_QJM.txt",
"O3121010_HYDRO_QJM.txt" # "O3121010_HYDRO_QJM.txt"
) # )
## AGENCE EAU ADOUR GARONNE SELECTION ## AGENCE EAU ADOUR GARONNE SELECTION
...@@ -77,8 +77,8 @@ AGlistdir = ...@@ -77,8 +77,8 @@ AGlistdir =
"" ""
AGlistname = AGlistname =
"" # ""
# "Liste-station_RRSE.docx" "Liste-station_RRSE.docx"
## NIVALE SELECTION ## NIVALE SELECTION
...@@ -249,9 +249,9 @@ res_VCN10trend = get_VCN10trend(df_data, df_meta, ...@@ -249,9 +249,9 @@ res_VCN10trend = get_VCN10trend(df_data, df_meta,
# p_thresold=p_thresold) # p_thresold=p_thresold)
# Center date for low water trend # Center date for low water trend
res_tMIDtrend = get_tMIDtrend(df_data, df_meta, # res_tMIDtrend = get_tMIDtrend(df_data, df_meta,
period=trend_period, # period=trend_period,
p_thresold=p_thresold) # p_thresold=p_thresold)
### 3.3. Break analysis ### 3.3. Break analysis
# df_break = get_break(res_QAtrend$data, df_meta) # df_break = get_break(res_QAtrend$data, df_meta)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment