From 6bc7f372246c7b81bc1fea3ca12f591f1912a984 Mon Sep 17 00:00:00 2001 From: Wei Huang Date: Wed, 21 Aug 2024 21:06:35 +0000 Subject: [PATCH] testing ATM forecast only on Google --- parm/config/gfs/config.base | 1 + workflow/hosts/googlepw.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/parm/config/gfs/config.base b/parm/config/gfs/config.base index 544113f942..5782061c59 100644 --- a/parm/config/gfs/config.base +++ b/parm/config/gfs/config.base @@ -62,6 +62,7 @@ export NOSCRUB="@NOSCRUB@" # Base directories for various builds export BASE_GIT="@BASE_GIT@" +export BASE_IC="@BASE_IC@" # Toggle to turn on/off GFS downstream processing. export DO_GOES="@DO_GOES@" # GOES products diff --git a/workflow/hosts/googlepw.yaml b/workflow/hosts/googlepw.yaml index de4c56f0e6..38180dd750 100644 --- a/workflow/hosts/googlepw.yaml +++ b/workflow/hosts/googlepw.yaml @@ -18,7 +18,7 @@ CHGRP_RSTPROD: 'YES' CHGRP_CMD: 'chgrp rstprod' # TODO: This is not yet supported. HPSSARCH: 'NO' HPSS_PROJECT: emc-global #TODO: See `ATARDIR` below. -BASE_CPLIC: '/bucket/global-workflow-shared-data/ICSDIR/prototype_ICs' +BASE_IC: '/bucket/global-workflow-shared-data/ICSDIR/prototype_ICs' LOCALARCH: 'NO' ATARDIR: '' # TODO: This will not yet work from GOOGLE. MAKE_NSSTBUFR: 'NO'