Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • startR startR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • startRstartR
  • Issues
  • #95
Closed
Open
Issue created Mar 08, 2021 by acarreri@acarreriDeveloper

Trouble when loading /nsidc-nasa-v2.1/monthly_mean/sie

Hi @aho

I'd like to load with StartR a dataset of sea ice extent that has been computed few years ago. The issue is probably related to the dataset itself but I'm not sure.

My code is:

data_obs_retrieve2 <- startR::Start(dat = '/esarchive/obs/nasa/nsidc-nasa-v2.1/monthly_mean/sie/sie_$date$.nc',
                                    var = 'sie_N', 
                                    date = '199311', # dates_files,
                                    time = 'all', # values(dates_v2), 
                                    time_across = 'date', 
                                    merge_across_dims = TRUE,
                                    split_multiselected_dims = TRUE,
                                    return_vars = list(time=c('date')),
                                    retrieve = T)

Note that the inner variable doesn't have the same name than in the file's name.

Can you have a look at it?

Thanks

Aude

Assignee
Assign to
Time tracking