From dabc99ef6bb92af565d053dd3054bcb7cdc3fbbe Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Thu, 28 Apr 2022 17:04:03 +0200 Subject: [PATCH] Quentin 28/04/2022: minor bugfix 004_Reunion bis --- MY_RUN/KTEST/004_Reunion/007_python/plot_004_Reunion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MY_RUN/KTEST/004_Reunion/007_python/plot_004_Reunion.py b/MY_RUN/KTEST/004_Reunion/007_python/plot_004_Reunion.py index 430a62013..99bcf6ff0 100644 --- a/MY_RUN/KTEST/004_Reunion/007_python/plot_004_Reunion.py +++ b/MY_RUN/KTEST/004_Reunion/007_python/plot_004_Reunion.py @@ -23,7 +23,7 @@ os.system('rm -f tempgraph*') LnameFiles = ['REUNI.1.00A20.004dia.nc', 'REUNI.1.00A20.004.nc'] Dvar_input = { -'f1':['ZS', 'UT', 'VT', 'WT', 'THT', 'ALT_PRESSURE','ALT_U','ALT_V','ALT_THETA','level','ZTOP', 'longitude','latitude','level_w','time'] +'f1':['ZS', 'UT', 'VT', 'WT', 'THT', 'ALT_PRESSURE','ALT_U','ALT_V','ALT_THETA','level','ZTOP', 'longitude','latitude','level_w','time'], 'f2':['LSTHM', 'LSVM']} # Read the variables in the files -- GitLab