From e1796bc3e6534efd0b62a303529becf2a75bd677 Mon Sep 17 00:00:00 2001 From: mkavulich Date: Wed, 17 Aug 2016 16:26:42 -0600 Subject: [PATCH] Add "mkdir" command to chem/KPP/compile_wkc script, creating the "chem/KPP/kpp/kpp-2.1/bin/" directory. This should solve the KPP compilation problem on github due to the missing empty directory. --- chem/KPP/compile_wkc | 1 + 1 file changed, 1 insertion(+) diff --git a/chem/KPP/compile_wkc b/chem/KPP/compile_wkc index 9ab2126472..65eb1ae0e9 100755 --- a/chem/KPP/compile_wkc +++ b/chem/KPP/compile_wkc @@ -14,6 +14,7 @@ setenv WKC_HOME ${WRFC_ROOT}/chem/${WKC_DIRNAME} # KPP_HOME: environment variable needed by KPP # note: this is not plain KPP setenv KPP_HOME ${WKC_HOME}/kpp/kpp-2.1 +mkdir -p ${KPP_HOME}/bin setenv WKC_KPP ${KPP_HOME}/bin/kpp