Skip to content

Commit a266471

Browse files
committed
fix csv file name in nb
1 parent c50329a commit a266471

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/run_model_in_notebook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@
215215
}
216216
],
217217
"source": [
218-
"# save output in nercdf format\n",
219-
"variables_will_be_in_NetCDF_file = \"./STEMMUS_SCOPE/utils/csv_to_nc/Variables_will_be_in_NetCDF_file.csv\"\n",
218+
"# save output in netcdf format\n",
219+
"variables_will_be_in_NetCDF_file = \"./STEMMUS_SCOPE/utils/csv_to_nc/required_netcdf_variables.csv\"\n",
220220
"nc_file_name = save.to_netcdf(model.config, variables_will_be_in_NetCDF_file)\n",
221221
"print(nc_file_name)"
222222
]

notebooks/run_model_in_notebook_dev.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"metadata": {},
249249
"outputs": [],
250250
"source": [
251-
"variables_will_be_in_NetCDF_file = path_to_model / \"utils\" / \"csv_to_nc\" / \"Variables_will_be_in_NetCDF_file.csv\"\n",
251+
"variables_will_be_in_NetCDF_file = path_to_model / \"utils\" / \"csv_to_nc\" / \"required_netcdf_variables.csv\"\n",
252252
"nc_file_name = save.to_netcdf(model.config, variables_will_be_in_NetCDF_file)\n",
253253
"print(nc_file_name)"
254254
]

0 commit comments

Comments
 (0)