GithubHelp home page GithubHelp logo

Comments (4)

talbrecht avatar talbrecht commented on June 11, 2024

The remap.py skript generates a bash script (cdo_remap.sh), which can be submitted to a slurm batch queue (see comment in the header):

# This script is specific for the PIK cluster, which uses SLURM for job scheduling. 
# and the module system.

If you want to run the remapping locally with cdo, you only need the part:

cdo genycon,/p/projects/tumble/albrecht/pism_input/data/cdo_remapgrids/pism_16km.nc /p/projects/tumble/albrecht/pism_input/data/bedmap2/bedmap2_1km_input.nc /p/projects/tumble/albrecht/pism_input/data/bedmap2/mapweights_16km.nc

etc.

You can also adjust the slurm skript to any other batch queue system, if you run into memory issues..

from pism-ais.

rersnow avatar rersnow commented on June 11, 2024

Okay, I probably know how to do it. Thanks for your suggestions and help!

from pism-ais.

m-kreuzer avatar m-kreuzer commented on June 11, 2024

On the PIK cluster, we make use of the Environment Modules. The commands

module load cdo
module load nco

load cdo and nco into the current environment (include in PATH). If your machine does not use the module system, you need to comment this out and make sure that the necessary software is installed and available in your PATH variable.

Hope this helps. Please let us know if the issue can be closed.

from pism-ais.

rersnow avatar rersnow commented on June 11, 2024

Thank you very much for your help, it is very useful for me.
My machine does not use the module system . So I have commented some statements in the script and only recalculate locally with CDO.
I will close this issure. Thank you again for your help!

from pism-ais.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.