From 88060a6d51367b9c5ddbe43ea8c35ba334c27da5 Mon Sep 17 00:00:00 2001 From: JulieSchramm Date: Mon, 16 Nov 2020 10:12:41 -0700 Subject: [PATCH] Add double quotes to sfc_climo_gen namelist variable: (#367) orog_files_mdl="${CRES}${DOT_OR_USCORE}oro_data.tile${TILE_RGNL}.halo${NH4}.nc" to run workflow with the UFS_UTILS GNU build. --- scripts/exregional_make_sfc_climo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/exregional_make_sfc_climo.sh b/scripts/exregional_make_sfc_climo.sh index 31f2c877f1..5d5c526d85 100755 --- a/scripts/exregional_make_sfc_climo.sh +++ b/scripts/exregional_make_sfc_climo.sh @@ -112,7 +112,7 @@ input_vegetation_type_file="${SFC_CLIMO_INPUT_DIR}/vegetation_type.igbp.0.05.nc" input_vegetation_greenness_file="${SFC_CLIMO_INPUT_DIR}/vegetation_greenness.0.144.nc" mosaic_file_mdl="${FIXLAM}/${CRES}${DOT_OR_USCORE}mosaic.halo${NH4}.nc" orog_dir_mdl="${FIXLAM}" -orog_files_mdl=${CRES}${DOT_OR_USCORE}oro_data.tile${TILE_RGNL}.halo${NH4}.nc +orog_files_mdl="${CRES}${DOT_OR_USCORE}oro_data.tile${TILE_RGNL}.halo${NH4}.nc" halo=${NH4} maximum_snow_albedo_method="bilinear" snowfree_albedo_method="bilinear"