Skip to content
Snippets Groups Projects
Commit 6ecdf203 authored by Stefano Serafin's avatar Stefano Serafin
Browse files

additional examples

parent 7deeb9d3
Branches
Tags
No related merge requests found
...@@ -20,8 +20,12 @@ if not os.path.exists(pathDest): ...@@ -20,8 +20,12 @@ if not os.path.exists(pathDest):
os.makedirs(pathDest) os.makedirs(pathDest)
# searched text and replacement text # searched text and replacement text
search_text = '"nature_run_from_file": "./runs/seed=181612_enssize=20_EAKF_6hrs//exp_A.pickle",' search_text = '"cbl_settings_file": "./config_files/'
replace_text = '"nature_run_from_file": "./runs/seed=181612_enssize=20_EAKF_6hrs//exp_A1.pickle",' replace_text = '"cbl_settings_file": "'
#search_text = '"nature_run_from_file": "./runs/seed=181612_enssize=200_EAKF_6hrs/'
#replace_text = '"nature_run_from_file": "./runs/seed=181612_enssize=200_LETKF_6hrs/'
#search_text = '"nens": 20,'
#replace_text = '"nens": 200,'
# Loop over each text file in our list from above # Loop over each text file in our list from above
for source,dest in zip(textFiles_Source,textFiles_Dest): for source,dest in zip(textFiles_Source,textFiles_Dest):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment