-
Notifications
You must be signed in to change notification settings - Fork 11
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 cmor run #52
FRE cmor run #52
Conversation
1. Include ps in output file. Assumes that "ps" is nearby... 2. Fix/add feature to rename input and output variable names 3. include native atmos level conventions (hybrid sigma)
Conflicts: meta.yaml
… of consistent python api
Comment out import test temporarily
This is passing the tests now, whoa! |
@ceblanton Yes, the issue was in that one line I commented out, the git_url within the source. My bad for not catching it earlier when I'm the one who added it and not trying to understand what it is more before adding it in. I'm not sure how Carolyn's changes to fre pp checkout were able to successfully be updated recently, because what I discovered is that this specifier was performing the conda build using the repo's url, which obviously points to the main branch and doesn't have the local changes/updates within the PR. I realized this was a meta.yaml/git issue after trying to conda build with the refactored branch yet it was still having the 'fre' in front of the modules. So this should be fixed for now, but I still want to address the 'clobber warning' and 'package not included' warnings in the workflow run |
Hey Bennet - the answer here seems to be that I wasn't using meta.yaml - I
had no idea that file existed!
Instead, the path to the repo is hard-coded within checkoutScript.py around
line 61:
clonecmd = f"git clone -b {branch} --single-branch --depth=1 --recursive
https://gitlab.gfdl.noaa.gov/fre2/workflows/postprocessing.git {name}"
I can update it to use meta.yaml instead, if that's what we're using for
our site-specific vars.
…On Mon, Apr 1, 2024 at 4:34 PM Bennett Chang ***@***.***> wrote:
@ceblanton <https://github.com/ceblanton> Yes, the issue was in that one
line I commented out, the git_url within the source. My bad for not
catching it earlier when I'm the one who added it and not trying to
understand what it is more before adding it in. I'm not sure how Carolyn's
changes to fre pp checkout were able to successfully be updated recently,
because what I discovered is that this specifier was performing the conda
build using the repo's url, which obviously points to the main branch and
doesn't have the local changes/updates within the PR. I realized this was a
meta.yaml/git issue after trying to conda build with the refactored branch
yet it was still having the 'fre' in front of the modules. So this should
be fixed for now, but I still want to address the 'clobber warning' and
'package not included' warnings in the workflow run
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC362WVOS2XFYMIIYRTDY2DY3HADRAVCNFSM6AAAAABE4SCUP6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZQGUYDSMBSGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Carolyn Whitlock
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ceblanton Looks good to me, if you could test the functionality to make sure it works, I'll merge this in after your comments unless we need another reviewer
fre-cli interface for Climate Model Output Rewriter (CMOR)
Also includes some cmor-mixer updates from a user.