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 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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
  • Wiki
  • Development

Development · Changes

Page history
Updated wiki with how to contribute authored Oct 10, 2023 by Carles Tena's avatar Carles Tena
Hide whitespace changes
Inline Side-by-side
Development.md
View page @ 80d20550
...@@ -3,6 +3,24 @@ ...@@ -3,6 +3,24 @@
- [Vertical Interpolation](#Vertical-interpolation) - [Vertical Interpolation](#Vertical-interpolation)
- [Grib2](#Grib2) - [Grib2](#Grib2)
## How to contribute to NES
1. Create an issue and complete the description
- Complete the description of the issue as much as you can with (estimation time, milestone, assigned one, ...)
2. Create a branch (from master) directly in the issue (name should start with `develop-` following the number and title of the issue)
3. Clone and checkout to the new branch without modifications in Nord3v2.
- It is recommended to run some tests to ensure the current behaviour.
4. Modify the code.
5. Run the simulation with the new branch:
- To achieve it is important to prepend the cloned path in the `PYTHONPATH`
- e.g., `export PYTHONPATH=/gpfs/scratch/bsc32/bsc32538/NES:${PYTHONPATH}`
6. Run tests
7. Merge `master` into your development branch.
- To ensure that if there have been news on the master they are included.
8. Run all tests.
9. Create a merge request assigning it to Alba or Carles
## Vertical interpolation ## Vertical interpolation
- [Numpy linear interpolation](https://numpy.org/doc/stable/reference/generated/numpy.interp.html) is faster than [scipy.interpolate.interp1d](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.interp1d.html) - [Numpy linear interpolation](https://numpy.org/doc/stable/reference/generated/numpy.interp.html) is faster than [scipy.interpolate.interp1d](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.interp1d.html)
......
Clone repository
  • Home
  • Tutorials
  • Development