-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fre-workflow bugs #42
Comments
- it looks like 3.9 is still the one available on gaea
Yeah! Thank you very much for testing and identifying these. The modulefile issue with hsm is easy. The isodatetime thing we can fix with the Cylc installation. The regrid-xy failure. I don't like that goes behind fre's back and uses the conda environment underneath. That's bound to be a problem again and again. The mask-atmos-plevel is the worst.. I created a fre-cli version of that (https://github.com/NOAA-GFDL/fre-cli/blob/main/fre/app/mask_atmos_plevel.py) but never updated fre-workflows to use it. Bad bad bad! |
Yeah, the regrid (and remap) fix felt a bit weird |
In running the post-processing workflow, tasks are failing from little bugs or things that need to be updated. Here's what I'm seeing so far with the ppan site being used:
stage-history
failure: conflicting versions ofgcp
being loadedppan.cylc
-->stage-history
pre-script -->module load gcp hsm/test
can be changed tomodule load gcp/2.3 hsm/1.3.0
mask-atmos-plevel
failure:ERROR: Unable to locate a modulefile for 'python/3.9'
(python/3.9 doesn't exist anymore)ppan.cylc
-->mask-atmos-plevel
pre-script -->module load python/3.9
should be changed tomodule load python/3.10
regrid-xy
failure:EnvironmentLocationNotFound: Not a conda environment: /nbhome/fms/conda/envs/fre-cli
ppan.cylc
-->regrid-xy
pre-script --> path to environment needs to be updated toconda activate /nbhome/fms/conda/envs/fre-2025.01
remap-pp-components
pre-script)rename-split-to-pp
:line 204: type: isodatetime: not found
ERROR: Unable to locate a modulefile for 'fre/canopy
module load fre/canopy
tomodule load fre/2025.01
raise Exception(f"Error: Input directory {in_dir} is not a valid directory")
(invalid syntax?)The text was updated successfully, but these errors were encountered: