Closed WalterKolczynski-NOAA closed 2 weeks ago
Is there an issue open with the help desk?
The fix for this is simple. Load the python module in module_gwsetup.wcoss2.lua
. For some reason, wcoss2 was using system python and not sure why that worked.
The fix for this is simple. Load the python module in
module_gwsetup.wcoss2.lua
. For some reason, wcoss2 was using system python and not sure why that worked.
@aerorahul Could you let me know how to load python module in module_gwsetup.wcoss2.lua
specifically?
The fix for this is simple. Load the python module in
module_gwsetup.wcoss2.lua
. For some reason, wcoss2 was using system python and not sure why that worked.@aerorahul Could you let me know how to load python module in
module_gwsetup.wcoss2.lua
specifically?
@JongilHan66 A fix was merged in #3053. The change can be seen here.
The fix for this is simple. Load the python module in
module_gwsetup.wcoss2.lua
. For some reason, wcoss2 was using system python and not sure why that worked.@aerorahul Could you let me know how to load python module in
module_gwsetup.wcoss2.lua
specifically?@JongilHan66 A fix was merged in #3053. The change can be seen here.
@aerorahul Thanks!!
What is wrong?
Following the early November upgrade to Cactus, experiment creation now fails due to a non-existent jinja attribute:
What should have happened?
setup_expt.py
should create the experiment direction correctly.What machines are impacted?
WCOSS2
What global-workflow hash are you using?
3FB68397
Steps to reproduce
Additional information
Presumably this will temporarily go away when they switch production, the reappear after Dogwood is upgraded the week of Nov 18.
See also NOAA-EMC/global-workflow#3086
Do you have a proposed solution?
No response