From f9ce587500eec4cadc44d15dee6874462eaf1628 Mon Sep 17 00:00:00 2001 From: Alexander Mahura Date: Tue, 9 Apr 2024 01:24:01 +0300 Subject: [PATCH] updated run_obsall.py with SATELLIET Part --- run_obsall.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/run_obsall.py b/run_obsall.py index 9ecf2c9f2..148d62946 100644 --- a/run_obsall.py +++ b/run_obsall.py @@ -29,9 +29,7 @@ print('**********************************************************') print('DestinE Climate Digital Twin - OBSALL Apps') print('--- Processing satelitte-based observations (AMSU-A)') print('**********************************************************') -##command_satellite_run = "cd SATELLITE; pwd; ./main_satellite.sh; exit 0" -##subprocess.run(command_satellite_run, shell=True, check=True, executable="/bin/bash") -#cd SATELLITE; pwd -#./main_satellite.sh +command_satellite_run = "cd SATELLITE; pwd; ./main_amsua.sh; exit 0" +subprocess.run(command_satellite_run, shell=True, check=True, executable="/bin/bash") sys.exit(0) -- GitLab