-
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
Convert velocity input to optional (obs have no velocity input) #74
Comments
Option added and input arguments slightly revisited:
if |
Tested and ok |
@eguil I'm still hitting problems with this:
|
@durack1 can you put the files somewhere on crunchy ? It is probably due to non CMOR format. Is the temperature variable name thetao ? |
@eguil it still seems to be an issue:
I'll email the paths to data |
is the call you make to density bin correct (arguments have been re-organised) ? |
@eguil looks right to me:
https://github.com/eguil/Density_bining/blob/master/binDensity.py#L244-L266
|
ok I managed to run my latest version of binDensity (i.e. without your last changes) on the first year of EN4 and it is running. Here is my test script:
Not sure what is going on on your side. Maybe we should do a call with screen sharing. |
@eguil what the the version of CDAT that you're running this against? A conda env? |
an old PMP installation version |
Got any more details? If it's conda (probably not), you can peruse through /work/eguilyardi/anaconda2/envs/ - if it's CICLAD (looks like it), I'm not sure.. |
I am running on ciclad and it is not a conda install. |
Probably time to make the change #69, download anaconda
|
Eric I don’t know if this can help but we can actually easily create conda environments on Ciclad, I’ve been testing it with simple stuff and installing new packages which seems to work, should we test that option ? That way we should be able to install the new version of cdat
… Le 7 mars 2019 à 21:49, Paul J. Durack ***@***.***> a écrit :
Probably time to make the change, download anaconda <https://www.anaconda.com/distribution/#download-section>
conda create -n cdat81py2 -c cdat/label/v81 -c conda-forge cdat "python<3"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#74 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AWkPCkK_2hBNuoejAXVLNwkwE5rMCvImks5vUXtcgaJpZM4a9Dcp>.
|
@ysilvy it's a good move to update yourselves and the way you work. Creating conda environments means that you can have versions side by side, which is a real advantage, particularly as new/beta releases become available where you can validate older libraries/code works |
Ok I managed to sync again binDensity on Crunchy. I will try there. |
@eguil let me know |
Ok let's try that (I will transfer all the EN4 data). I can now sync git on crunchy but the python is now v3 and binDensity is v2. Where is the cdat that would work for python2 ? |
the program is running on ciclad (old set up) but I have issues with the negative masking values in En4. Is it easy to change this in the files or should I work around in the code ? |
@eguil make sure you included the |
I know this is confusing but my previous comment was for my tests on crunchy where I did not install CDAT. |
@eguil I'm having trouble following the thread of this discussion above, facetime/skype? |
closing this |
EN4 and other obs datasets have no corresponding velocity time series. Consequently current code won’t process obs.
The text was updated successfully, but these errors were encountered: