[NCO Bug] Standard environment variables should not be set below the j-job level #293
Open
Description
Wojciech Cencek 2019-06-18 02:00:04 UTC
Standard environment variables (WCOSS Implementation Standards, Table 1) must not be set or changed below the j-job level, for instance in scripts/exglobal_enkf_post_fv3gfs.sh.ecf:
HOMEgsi=${HOMEgsi:-$NWPROD}
FIXgsi=${FIXgsi:-$HOMEgsi/fix}
DATA=${DATA:-$pwd}
COMIN=${COMIN:-$pwd}
COMOUT=${COMOUT:-$COMIN}
Please remove all such lines from files in ./scripts and ./ush directories, even if they have no effect when the default is established in the j-job.
Refs: Bugzilla #1212