From e221e17532bff74140e229cb133ead21deca07df Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Fri, 7 Oct 2022 09:00:21 +0200 Subject: [PATCH] Use GFS subsets for faster processing --- blueprints/operational_chemistry/config.bash | 2 +- blueprints/test_chemistry/config.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/operational_chemistry/config.bash b/blueprints/operational_chemistry/config.bash index 7dd12ed..536e8c7 100644 --- a/blueprints/operational_chemistry/config.bash +++ b/blueprints/operational_chemistry/config.bash @@ -28,7 +28,7 @@ metVtableFile=${WPS_SRC_PATH}/ungrib/Variable_Tables/Vtable.GFS metInc=1 # full path to a met input file - you can use any "%<>" abbreviations known # to the "date" command -metFilePattern="/alcc/gpfs2/home/mbees/data/meteo/GFS/GF%Y%m%d%H" +metFilePattern="/alcc/gpfs2/home/mbees/data/meteo/GFS_OPR/GF%Y%m%d%H" # example: # "/glade/p/rda/data/ds083.2/grib2/%Y/%Y.%m/fnl_%Y%m%d_%H_00.grib2" diff --git a/blueprints/test_chemistry/config.bash b/blueprints/test_chemistry/config.bash index 7dd12ed..536e8c7 100644 --- a/blueprints/test_chemistry/config.bash +++ b/blueprints/test_chemistry/config.bash @@ -28,7 +28,7 @@ metVtableFile=${WPS_SRC_PATH}/ungrib/Variable_Tables/Vtable.GFS metInc=1 # full path to a met input file - you can use any "%<>" abbreviations known # to the "date" command -metFilePattern="/alcc/gpfs2/home/mbees/data/meteo/GFS/GF%Y%m%d%H" +metFilePattern="/alcc/gpfs2/home/mbees/data/meteo/GFS_OPR/GF%Y%m%d%H" # example: # "/glade/p/rda/data/ds083.2/grib2/%Y/%Y.%m/fnl_%Y%m%d_%H_00.grib2" -- GitLab