plesager / ece3-postproc

Suite of processing tools for EC-Earth3 output
5 stars 8 forks source link

add support for marenostrum4 (mn4) platform and other fixes #3

Closed etiennesky closed 6 years ago

etiennesky commented 6 years ago

I put everything in one commit. Let me know if you would like to separate d in various commits (it would be a bit long though)

I haven't yet tested with nemo data.

etiennesky commented 6 years ago

Hi @plesager I just did another commit !

plesager commented 6 years ago

Couple of issues when trying to run the merged code on cca, mainly unbound variables, passing NPROCS, and a problem with _rebuild_RHnew.py. See commit ed9ad60d2d1c78017a9e8d28ca951ca5fb7695a4 for my changes to get things running for hiresclim2. Also I noticed that you committed some pyc file. We need to remove them, and add pyc to gitignore.

etiennesky commented 6 years ago

Thanks Philippe!

I should have tested on CCA, sorry! Did you test on rhino?

about the rebuild_RH_new.py script, this was done to fix a problem with the files generated by hiresclim which have plev dimension instead of lev.

This is due to the cdo version used (1.8.2). I tested with another version (1.7.2) and it creates files with lev instead. I will pull your changes and change the cdo version loaded and test again.

And I will remove the .pyc files.