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
  • Issues
  • #48
Closed
Open
Issue created Apr 20, 2015 by Chloé Prodhomme@cprodhommeDeveloper

problem when applying a land sea mask with Load

Hi,

When I try this command line with the new load version, it seems there is a problem when applying the land sea mask, while it's working fine with the old version.

@nmanubens could you please have a look? list of potentially interested people: @vguemas @obellprat @vtorralba @nevensf @lpcaron @fmassonnet @eexarchou @mmenegoz ...

library(s2dverification, lib.loc = '/cfu/software/R/debian7.old/')
library(ncdf)
fnc=open.ncdf('/cfunas/exp/ecearth/land_sea_mask_320x160.nc')
maskexp=get.var.ncdf(fnc,'LSM')
close.ncdf(fnc)

Data <- Load("tas", c("b0cm"), obs="ERAint", sdates=c("19930501"),output="lonlat",leadtimemin=1,leadtimemax=1,maskmod=list(maskexp),lonmin=340, lonmax=40, latmin=30, latmax=70)
PlotEquiMap((Data$obs)[,,,,,], Data$lon, Data$lat,filled.continents=FALSE)
Assignee
Assign to
Time tracking