forked from NOAA-EMC/GEFS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On branch feature/gefs_v13_cpl_ic Changes to be committed: new file: rocoto/bin/wcoss2/couple_ic.sh modified: rocoto/parm/setbase modified: rocoto/py/GEFS_XML_For_Tasks.py modified: rocoto/py/user_wcoss2.conf modified: rocoto/user_full.conf Refs: NOAA-EMC#72
- Loading branch information
1 parent
ed668a2
commit c4aa2c8
Showing
5 changed files
with
73 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
#!/bin/ksh -l | ||
|
||
set -x | ||
ulimit -s unlimited | ||
ulimit -a | ||
|
||
# module_ver.h | ||
. $SOURCEDIR/versions/run.ver | ||
|
||
# Load modules | ||
module purge | ||
module load envvar/$envvar_ver | ||
module load intel/$intel_ver | ||
#module load ips/$ips_ver | ||
#module load impi/$impi_ver | ||
#module load prod_util/$prod_util_ver | ||
#module load prod_envir/$prod_envir_ver | ||
module load prod_util/$prod_util_ver | ||
module load prod_envir/$prod_envir_ver | ||
|
||
#module load lsf/$lsf_ver | ||
module load python/$python_ver | ||
|
||
module list | ||
|
||
# For Development | ||
. $GEFS_ROCOTO/bin/wcoss2/common.sh | ||
|
||
# Export List | ||
#export NTHREADS_SIGCHGRS=${GEFS_TPP:-6} | ||
export OMP_NUM_THREADS=1 | ||
export envir=prod | ||
|
||
# | ||
if [[ "$machine" == "HERA" ]]; then | ||
export BASE_CPLIC="/scratch1/NCEPDEV/climate/role.ufscpara/IC" | ||
elif [[ "$machine" == "ORION" ]]; then | ||
export BASE_CPLIC="/work/noaa/global/wkolczyn/noscrub/global-workflow/IC" | ||
elif [[ "$machine" == "WCOSS2" ]]; then | ||
export BASE_CPLIC="/lfs/h2/emc/ens/noscrub/xianwu.xue/GEFS_v13/IC_from_Hera" | ||
fi | ||
|
||
export CPL_ATMIC=GEFS-NoahMP-aerosols-p8c | ||
export CPL_ICEIC=CPC | ||
export CPL_OCNIC=CPC3Dvar | ||
export CPL_WAVIC=GEFSwave20210528v2 | ||
export CPL_DATM=CDEPS_DATM | ||
|
||
|
||
# -job | ||
ver=${ver:-$(echo ${gefs_ver}|cut -c1-5)} | ||
export COMPONENT="atmos" | ||
export COMOUT=${COMOUT:-$(compath.py -o $NET/${ver})/${RUN}.${PDY}/$cyc/$COMPONENT} | ||
|
||
# CALL executable job script here | ||
#$GEFS_ROCOTO/bin/py/keep_data_atm.py | ||
echo "Done -- xxw" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters