diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-10-08 11:12:55 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-10-08 11:12:55 +0200 |
commit | b623a3c8c8e660c6858995d23d762f941bedaeac (patch) | |
tree | 21d2ba86677472fbcc19bddde9f1d13c3151db13 | |
parent | 7624a449dbca6d40fec6e616dacd4d34bb40be19 (diff) | |
download | meteo_toolbox-b623a3c8c8e660c6858995d23d762f941bedaeac.tar.gz |
cloud cover icon_download
-rwxr-xr-x | icon_download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icon_download.sh b/icon_download.sh index 8b2eac9..6b27b02 100755 --- a/icon_download.sh +++ b/icon_download.sh @@ -39,7 +39,7 @@ get_latest_run # This is a stupid fix for a stupid problem. PARAMETER_FILENAME_CAPS=yes -PARAMETERS=( "t" "relhum" "u" "v" "fi" ) +PARAMETERS=( "t" "relhum" "u" "v" "fi" "clc" ) # tot_prec and cape_ml/cin_ml is in 15min intervals and screws with xygrib PARAMETERS_SINGLE_LEVEL=( "pmsl" ) PRESSURE_LEVELS=( "1000" "975" "950" "850" "700" "600" "500" "400" "300" "250" "200" ) |