Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CSTools CSTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • External
  • CSToolsCSTools
  • Issues
  • #99
Closed
Open
Issue created Oct 10, 2022 by aho@ahoMaintainer

Error in MultiModelSkill and MultivarRMSE vignette

The vignette https://earth.bsc.es/gitlab/external/cstools/-/blob/master/vignettes/MultiModelSkill_vignette.Rmd doesn't work well due to missing data

# required dates
dateseq
 [1] "19921101" "19931101" "19941101" "19951101" "19961101" "19971101"
 [7] "19981101" "19991101" "20001101" "20011101" "20021101" "20031101"
[13] "20041101" "20051101" "20061101" "20071101" "20081101" "20091101"
[19] "20101101" "20111101" "20121101"
glosea5 <- '/esnas/exp/glosea5/specs-seasonal_i1p1/$STORE_FREQ$_mean/$VAR_NAME$-allmemb/$VAR_NAME$_$START_DATE$.nc'

c(exp, obs) %<-% 
   CST_Load(var = clim_var, exp = list(list(name = 'glosea5', path = glosea5), 
                                  list(name = 'ecmwf/system4_m1'),
                                  list(name = 'meteofrance/system5_m1')),
                  obs = obs, sdates = dateseq, leadtimemin = 2, leadtimemax = 4,
                  lonmin = -20, lonmax = 70, latmin = 25, latmax = 75, 
                  storefreq = "monthly", sampleperiod = 1,  nmember = 9, 
                  output = "lonlat", method = "bilinear", 
                  grid = paste("r", grid, sep = ""))

Experimental data are missing.

  • glosea5 path should be /esarchive/exp/glosea5/glosea5c3s/monthly_mean/tas_f6h/, and it doesn't have 199211
  • ecmwf/system4_m1 doesn't have several years of 1101
  • meteofrance/system5_m1 doesn't have several years of 1101

[MultivarRMSE_vignette.Rmd]

Similar problem. I updated glosea5 path but the data still cannot be found

glosea5 <- list(name = 'glosea5', path = '/esarchive/exp/glosea5/glosea5c3s/$STORE_FREQ$_mean/$VAR_NAME$_f6h/$VAR_NAME$_$START_DATE$.nc')

 c(exp_T, obs_T) %<-%
   CST_Load(var = temp, exp = list(glosea5),
     obs = obs, sdates = dateseq, leadtimemin = 2, leadtimemax = 4,
     latmin = 25, latmax = 75, lonmin = -20, lonmax = 70, output = 'lonlat',
     nprocs = 1, storefreq = "monthly", sampleperiod = 1, nmember = 9,
     method = "bilinear", grid = paste("r", grid, sep = ""))

Error: No found files for any dataset. Check carefully the file patterns and correct either the pattern or the provided parameters: /esarchive/exp/glosea5/glosea5c3s/monthly_mean/tas_f6h/tas_START_DATE.nc

Edited Oct 10, 2022 by aho
Assignee
Assign to
Time tracking