Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • N nes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Earth SciencesEarth Sciences
  • nes
  • Merge requests
  • !115

Longitude reordering from [0, 360] to [-180, 180]

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Johanna Gehlen requested to merge develop-88-longitudes180 into master Mar 03, 2025
  • Overview 0
  • Commits 13
  • Pipelines 1
  • Changes 48

This includes a function in the default nes which reorders the longitudes of a netcdf from [0, 360] to [-180, 180]. It also includes an entry point where users can access the longitude reordering feature directly from the terminal:

nes_reorder_longitudes input_path.nc output_path.nc

So far, these functions are only available in serial.

A testing script was added, and a path in the bash to run the tests in mn5 was edited to avoid permission errors.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-88-longitudes180