Skip to content

Commit

Permalink
updated according to ogs5py v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jan 22, 2019
1 parent 2e8a7fa commit c98a10c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gen_benchmark_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@ def download_benchmarks(zip_dir):
".git", # ignore git config dir
]
skip_task = [
# "model_1", # $AREA keyword in POINTS --> not in GUI/HM (catch load error)
"2d_h_us_line_Warrick", # lonesome mmp
"model_1", # $AREA keyword in POINTS --> not in GUI/HM but repeated key
"bact_growth_new", # #THERMAL in mfp
"HT_var_density_1D", # $AREA in mmp
"thm_quad", # $STORATIVITY in mmp
"HT_var_density_1D", # $AREA in mmp
"viscosity_yaws", # $AREA in mmp
"uc_pris", # GLI not valid (SRF not present for VOLUME)
"brand_m1_l1", # GLI not valid (TIN and Polylines at the same time[?])
"2d_h_us_line_Warrick", # lonesome mmp
# repeated Keywords ... ogs5py can't handle this
"lag2d", # repeated Keywords NEIGHBOR (cct)
"decal", # repeated Keywords NEIGHBOR (cct)
"2D1P_transport", # repeated Keywords POROSITY (mmp)
"Nuklidtransport", # repeated Keywords MASS_DISPERSION (mmp)
"cement2d", # repeated Keywords KINETIC_GEM (gem)
"model_1", # repeated Keywords DAT_TYPE (out)
"Leakage", # repeated Keywords TIM_TYPE (out)
"CO2-FLOW", # repeated Keywords DAT_TYPE (out)
"2pf_2pt", # repeated Keywords SIMULATOR (pcs)
# "2D1P_transport", # repeated Keywords POROSITY (mmp)
# "Nuklidtransport", # repeated Keywords MASS_DISPERSION (mmp)
# "cement2d", # repeated Keywords KINETIC_GEM (gem)
# "model_1", # repeated Keywords DAT_TYPE (out)
# "Leakage", # repeated Keywords TIM_TYPE (out)
# "CO2-FLOW", # repeated Keywords DAT_TYPE (out)
# "2pf_2pt", # repeated Keywords SIMULATOR (pcs)
]

# search for all root folders
Expand Down
1 change: 1 addition & 0 deletions run_ogs5py_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def find(pattern, path):
if __name__ == "__main__":
timeout = 3 # None for no timeout
out_dir = os.path.join(os.getcwd(), "benchmarks")
# out_dir = os.path.join(os.getcwd(), "benchmarks_FEM_active")
scripts = find("*.py", out_dir)
log_name = os.path.join(
out_dir, "run_log_" + time.strftime("%Y-%m-%d_%H-%M-%S") + ".txt"
Expand Down

0 comments on commit c98a10c

Please sign in to comment.