## Description Provide a clear and concise description of what the bug is. Also give a description of what behavior you expected to happen. In the operational version of [JHAFS_OCN_PREP](https://github.com/hafs-community/HAFS/blob/develop/jobs/JHAFS_OCN_PREP) ``` export COMhafs=${COMhafs:-$(compath.py ${envir}/${NET}/${hafs_ver})/${RUN}.${PDY}/${cyc}} export CONFhafs=$COMhafs/$stormlabel.conf export HOLDVARS=${HOLDVARS:-$COMhafs/$stormlabel.holdvars.txt} source ${HOLDVARS} ``` should be after: ``` source ${USHhafs}/hafs_runcmd.sh.inc env ``` However, the ocn_prep job will fail on RDHPCS due to not be able to properly load the MOM6 ocn_prep needed modules. Need to fix this issue before the next HAFS upgrade.