Skip to content
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

Open
4 of 6 tasks
singhd789 opened this issue Jan 17, 2025 · 2 comments
Open
4 of 6 tasks

fre-workflow bugs #42

singhd789 opened this issue Jan 17, 2025 · 2 comments

Comments

@singhd789
Copy link
Contributor

singhd789 commented Jan 17, 2025

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 of gcp being loaded
    • In ppan.cylc --> stage-history pre-script --> module load gcp hsm/test can be changed to module 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)
    • In ppan.cylc --> mask-atmos-plevel pre-script --> module load python/3.9 should be changed to module load python/3.10
  • regrid-xy failure: EnvironmentLocationNotFound: Not a conda environment: /nbhome/fms/conda/envs/fre-cli
    • In ppan.cylc --> regrid-xy pre-script --> path to environment needs to be updated to conda activate /nbhome/fms/conda/envs/fre-2025.01
    • (also needs to be done for remap-pp-components pre-script)
  • rename-split-to-pp: line 204: type: isodatetime: not found
    • install isodate in cylc
  • data-catalog: ERROR: Unable to locate a modulefile for 'fre/canopy
    • In site files --> update module load fre/canopy to module load fre/2025.01
    • do this for regrid and remap too
  • remap-pp-components: raise Exception(f"Error: Input directory {in_dir} is not a valid directory") (invalid syntax?)
singhd789 pushed a commit that referenced this issue Jan 17, 2025
singhd789 pushed a commit that referenced this issue Jan 17, 2025
- it looks like 3.9 is still the one available on gaea
singhd789 pushed a commit that referenced this issue Jan 17, 2025
@ceblanton
Copy link
Contributor

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!

@singhd789
Copy link
Contributor Author

Yeah, the regrid (and remap) fix felt a bit weird

@singhd789 singhd789 reopened this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants