Skip to content

Commit

Permalink
Added config.arch file to global-workflow/parm/config/gefs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Jul 16, 2024
1 parent 5f444c9 commit b81155e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions parm/config/gefs/config.arch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#! /usr/bin/env bash

########## config.arch ##########
# Archive specific

echo "BEGIN: config.arch"

# Get task specific resources
. "${EXPDIR}/config.resources" arch

export ARCH_GAUSSIAN="YES"
export ARCH_GAUSSIAN_FHMAX=${FHMAX_GFS}
export ARCH_GAUSSIAN_FHINC=${FHOUT_GFS}

echo "END: config.arch"

0 comments on commit b81155e

Please sign in to comment.