Skip to content

Commit

Permalink
[develop] Revert back to old way of setting FIXdir (#670)
Browse files Browse the repository at this point in the history
The way the fix directory is set changed in PR #609, specifically item number 3.
I think this has been causing an issue with forced run_envir=nco mode. I don't have a full explanation for this at the moment, but reverting back to old way of setting FIXdir seems to atleast partially fix the issue. I was able to run fundamental tests successfully on Hera using run_envir=nco.
  • Loading branch information
danielabdi-noaa authored Mar 14, 2023
1 parent af3855f commit 8af7a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ workflow:
#
#-----------------------------------------------------------------------
#
FIXdir: '{{ EXPTDIR if user.RUN_ENVIR == "community" else [user.HOMEdir, "fix"]|path_join }}'
FIXdir: '{{ EXPTDIR if workflow_switches.RUN_TASK_MAKE_GRID else [user.HOMEdir, "fix"]|path_join }}'
FIXam: '{{ [FIXdir, "fix_am"]|path_join }}'
FIXclim: '{{ [FIXdir, "fix_clim"]|path_join }}'
FIXlam: '{{ [FIXdir, "fix_lam"]|path_join }}'
Expand Down

0 comments on commit 8af7a40

Please sign in to comment.