From 07d90cb6ff92f1658a7d83e2ef51c4966f1293c5 Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Thu, 1 Aug 2024 10:01:00 -0600 Subject: [PATCH] Call get_aerosol_climo.sh to get files for CI --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f269fff5..6177e327 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -91,7 +91,8 @@ RUN mkdir /comsoftware/ccpp-scm/scm/bin \ RUN cd /comsoftware/ccpp-scm/ \ && ./contrib/get_all_static_data.sh \ - && ./contrib/get_thompson_tables.sh + && ./contrib/get_thompson_tables.sh \ + && ./contrib/get_aerosol_climo.sh # The analysis scripts have options for using LaTeX when making figure labels. # If you would like to install LaTeK, uncomment the section below.