Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S s2dverification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • s2dverification
  • Merge requests
  • !21

Develop bug load

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Virginie Guemas requested to merge develop-bug-Load into master Feb 17, 2015
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes

This modification corrects a bug that appears when using observations only. Indeed, in that case, it is not possible to use the model mask for the observations since there is no model even if the user requested an interpolation. Therefore the condition nmod >= 1 should be tested whatever the user requests for output=lonlat/lat/lon (then an interpolation is needed) or the user requests explicitely for an interpolation. If nmod == 0, the observed mask would be used ( although a security test to check that this mask has indeed been provided could be good to add)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-bug-Load