diff --git a/FIGSEXAMPLES/destine_obs_radsound_figs.jpg b/FIGSEXAMPLES/destine_obs_radsound_figs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6330ad151e98685c03b424610c796c13e2e0652 Binary files /dev/null and b/FIGSEXAMPLES/destine_obs_radsound_figs.jpg differ diff --git a/FIGSEXAMPLES/destine_obs_synop_figs.jpg b/FIGSEXAMPLES/destine_obs_synop_figs.jpg index 73dda847e10e293d2b72b1e01d1afe04fa603c75..7db4166b71c12c4ea9a3f2aaa58098707ae3372c 100644 Binary files a/FIGSEXAMPLES/destine_obs_synop_figs.jpg and b/FIGSEXAMPLES/destine_obs_synop_figs.jpg differ diff --git a/FIGSEXAMPLES/p-value_map_39_202001-202012.png b/FIGSEXAMPLES/p-value_map_39_202001-202012.png deleted file mode 100644 index 412ae0410f699703cbb2d49202dae65e79c88d07..0000000000000000000000000000000000000000 Binary files a/FIGSEXAMPLES/p-value_map_39_202001-202012.png and /dev/null differ diff --git a/FIGSEXAMPLES/rank-hist-sumstats_39_202001-202012.png b/FIGSEXAMPLES/rank-hist-sumstats_39_202001-202012.png deleted file mode 100644 index f9e85dd44739b883e70f3ba4a047da05cef8428a..0000000000000000000000000000000000000000 Binary files a/FIGSEXAMPLES/rank-hist-sumstats_39_202001-202012.png and /dev/null differ diff --git a/FIGSEXAMPLES/standard_plot_39_126736_202001-202012_python.png b/FIGSEXAMPLES/standard_plot_39_126736_202001-202012_python.png deleted file mode 100644 index 6d207aecf7415ce563abf9d648add11f172ed7d8..0000000000000000000000000000000000000000 Binary files a/FIGSEXAMPLES/standard_plot_39_126736_202001-202012_python.png and /dev/null differ diff --git a/run_obsall.py b/run_obsall.py index a5b9ae02f463546c4615fa3147280560c89601a7..dd37d4929941d323e85205125ce320f04b1c7664 100644 --- a/run_obsall.py +++ b/run_obsall.py @@ -14,10 +14,13 @@ print('**********************************************************') command_synop_run = "cd SYNOP; pwd; ./main_synop.sh; exit 0" subprocess.run(command_synop_run, shell=True, check=True, executable="/bin/bash") -# IN DEVELOPMENT # --- Processing radiosounding observations (TEMP) -#command_radsound_run = "cd RADSOUND; pwd; ./main_radsound.sh; exit 0" -#subprocess.run(command_radsound_run, shell=True, executable="/bin/bash") +print('**********************************************************') +print('DestinE Climate Digital Twin - OBSALL Apps') +print('--- Processing radiosounding-based observations (TEMP)') +print('**********************************************************') +command_radsound_run = "cd RADSOUND; pwd; ./main_radsound.sh; exit 0" +subprocess.run(command_radsound_run, shell=True, check=True, executable="/bin/bash") # IN DEVELOPMENT # Processing satellite observations (AMSU-A)