Skip to content

Commit

Permalink
path correction in the realization file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak committed Jan 9, 2024
1 parent e367593 commit 524195a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions realizations/realization_config_lasam_smp.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"name": "bmi_c++",
"params": {
"model_type_name": "bmi_lasam",
"library_file": "./extern/LGAR-C/cmake_build/liblasambmi",
"init_config": "./extern/LGAR-C/configs/config_lasam_Phillipsburg.txt",
"library_file": "./extern/LGAR-C/LGAR-C/cmake_build/liblasambmi",
"init_config": "./extern/LGAR-C/LGAR-C/configs/config_lasam_Phillipsburg.txt",
"allow_exceed_end_time": true,
"main_output_variable": "precipitation_rate",
"variables_names_map" : {
Expand All @@ -94,7 +94,7 @@
}
],
"forcing": {
"path" : "./extern/LGAR-C/forcing/forcing_data_resampled_uniform_Phillipsburg.csv"
"path" : "./extern/LGAR-C/LGAR-C/forcing/forcing_data_resampled_uniform_Phillipsburg.csv"
}
}
}
Expand Down

0 comments on commit 524195a

Please sign in to comment.