Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • N nes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Earth SciencesEarth Sciences
  • nes
  • Wiki
  • CLI_checker

CLI_checker · Changes

Page history
WIP authored Jul 05, 2025 by Carles Tena's avatar Carles Tena
Hide whitespace changes
Inline Side-by-side
CLI_checker.md 0 → 100644
View page @ ae18223f
# Checker
Checks all variables in a NetCDF file for NaN and/or Inf values.
## Syntax
```bash
nes check -f <input_file.nc> [--nan] [--no-nan] [--inf] [--no-inf]
```
## Arguments
- `-f`, `--file`: Path to the NetCDF file to validate. **(required)**
- `--nan`: Enable NaN checking (default: enabled).
- `--no-nan`: Disable NaN checking.
- `--inf`: Enable Inf checking (default: enabled).
- `--no-inf`: Disable Inf checking.
## Example
```bash
nes check -f output.nc
```
Disables Inf checking:
```bash
nes check -f output.nc --no-inf
```
\ No newline at end of file
Clone repository
  • Home
  • Tutorials
  • Trainings
  • Development
  • Contribute
  • FAQ