Skip to content
Renku_commands.txt 2.71 KiB
Newer Older
Oscar Corvi's avatar
Oscar Corvi committed
renku run papermill notebooks/theory/theory.ipynb notebooks/theory/theory.ran.ipynb -p output_path_variable notebooks/theory/pyFile_storage/theory_variable.py -p output_path_equation notebooks/theory/pyFile_storage/theory_equation.py
renku run papermill notebooks/scen1/naive_run/evaluation.ipynb notebooks/scen1/naive_run/evaluation.ran.ipynb -p path_variable  notebooks/theory/pyFile_storage/theory_variable.py -p path_equation notebooks/theory/pyFile_storage/theory_equation.py -p parameter_file notebooks/scen1/calibration/dry_season.txt -p inputfile data/howard_spring_l4/HowardSprings_L4.nc -p export_visual_scen1 graphs/scen1/visual_expl_dry.png -p output_path_scenario1_DataSet data/howard_spring_l4/scenario1_DataSet_dry.nc

renku run papermill notebooks/scen1/naive_run/evaluation.ipynb notebooks/scen1/naive_run/evaluation.ran.ipynb -p path_variable  notebooks/theory/pyFile_storage/theory_variable.py -p path_equation notebooks/theory/pyFile_storage/theory_equation.py -p parameter_file notebooks/scen1/calibration/wet_season.txt -p inputfile data/howard_spring_l4/HowardSprings_L4.nc -p export_visual_scen1 graphs/scen1/visual_expl_wet.png -p output_path_scenario1_DataSet data/howard_spring_l4/scenario1_DataSet_wet.nc
renku run papermill notebooks/scen1/naive_run/analysis.ipynb notebooks/scen1/naive_run/analysis.ran.ipynb -p inputfile_sce1 data/howard_spring_l4/scenario1_DataSet.nc -p export_sc1_mes_VS_model graphs/scen1/mes_sc1_VS_model.png -p export_sc1_month_invest graphs/scen1/mes_sc1_month_invest.png -p path_analysis_functions notebooks/theory/pyFile_storage/analysis_functions.py -p export_sc1_hist_RMSE_NS graphs/scen1/mes_sc1_hist_RMSE_NS.png -p export_sc1_hist_month graphs/scen1/mes_sc1_hist_month.png
Oscar Corvi's avatar
Oscar Corvi committed
renku run papermill notebooks/scen1/calibration/calib_evaluation.ipynb notebooks/scen1/calibration/calib_evaluation.ran.ipynb -p path_variable notebooks/scen1/variable_equation_storage/theory_variable.py -p path_equation notebooks/scen1/variable_equation_storage/theory_equation.py -p path_analysis_functions notebooks/scen1/variable_equation_storage/analysis_functions.py -p inputfile data/howard_spring_l4/HowardSprings_L4.nc

Oscar Corvi's avatar
Oscar Corvi committed
renku run papermill notebooks/scen1/calibration/calibration.ipynb notebooks/scen1/calibration/calibration.ran.ipynb -p path_variable 'notebooks/theory/pyFile_storage/theory_variable.py' -p path_equation 'notebooks/theory/pyFile_storage/theory_equation.py' -p path_analysis_functions 'notebooks/theory/pyFile_storage/analysis_functions.py' -p inputfile 'data/howard_spring_l4/HowardSprings_L4.nc' -p wet_name "notebooks/scen1/calibration/wet_season.txt" -p dry_name "notebooks/scen1/calibration/dry_season.txt" -p graph_perf "graphs/scen1/calibration_perf.png" -p graph_cube "graphs/scen1/calibration_cube.png"