Skip to content

Commit

Permalink
correct ORION.env typo, adjust JEDI ORION job configurations (NOAA-EM…
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Sep 27, 2024
1 parent 1796b11 commit 43c8075
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion env/ORION.env
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ elif [[ "${step}" = "marineanlchkpt" ]]; then

export NTHREADS_OCNANAL=${NTHREADSmax}

export APRUN_MARINEANLCHKPT="${APRUN} --cpus-per-task=${NTHREADS_OCNANAL}"
export APRUN_MARINEANLCHKPT="${APRUN_default} --cpus-per-task=${NTHREADS_OCNANAL}"

elif [[ "${step}" = "ocnanalecen" ]]; then

Expand Down
10 changes: 10 additions & 0 deletions parm/config/gfs/config.resources.ORION
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ case ${step} in
# Remove this block once the GSI issue is resolved.
export walltime="00:45:00"
;;
"atmanlvar")
# Run on 8 nodes for memory requirement
export tasks_per_node=8
export walltime="00:45:00"
;;
"atmensanlobs")
# Run on 8 nodes for memory requirement
export tasks_per_node=8
export walltime="00:45:00"
;;
*)
;;
esac

0 comments on commit 43c8075

Please sign in to comment.