Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
owc-software-python owc-software-python
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bodc
  • owc-software-pythonowc-software-python
  • Merge requests
  • !17

Merged
Created Jan 27, 2020 by edsmall@edsmallContributor

ARGODEV-153: convert interp_climatology

  • Overview 0
  • Commits 29
  • Pipelines 2
  • Changes 5

Jira Issue

ARGODEV-153 (https://jira.ceh.ac.uk/browse/ARGODEV-153)

Python Implementation

Same as matlab

Testing

Because this algorithm is doing a lot of leg work, and data sets can be large and confusing, I imported matrices from the matlab version to test all the values were correct. Specifically:

  • Test that an error is thrown if there is no good data available
  • Test that the shape of the returned matrices is correct A) for salinity vs pressure and B) each of the calculated salinity and pressure matrices against the matlab answer
  • Test that each element in the python version matches the matlab version

Old Matlab Implementation

Interpolates old climatology data so that we have values existing on the same theta levels as the current float profile.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: edsmall/interp-climatology