Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Include data checking in other scripts #55

Open
wknoben opened this issue Jun 1, 2024 · 0 comments
Open

[Feature] Include data checking in other scripts #55

wknoben opened this issue Jun 1, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@wknoben
Copy link

wknoben commented Jun 1, 2024

https://github.com/kasra-keshavarz/datatool/blob/963c65219ced0c1f377450decb48770ed5b4f322/scripts/eccc-rdrs/rdrs.sh#L248-L256

These lines limit the calls to subset RDRS to the period we actually have data for. This doesn't seem to happen in all scripts (e.g., Daymet) which results in a lot of error printouts about files not being found:

[..]
ncks: ERROR file /gpfs/tp/gwf/gwf_cmt/wknoben/camels_spat/temp/daymet/daymet_v4_daily_na_srad_1966.nc not found. It does not exist on the local filesystem, nor does it match remote filename patterns (e.g., http://foo or foo.bar.edu:file).
ncks: HINT file-not-found errors usually arise from filename typos, incorrect paths, missing files, or capricious gods. Please verify spelling and location of requested file. If the file resides on a High Performance Storage System (HPSS) accessible via the 'hsi' command, then add the --hpss option and re-try command.
ncks: ERROR file /gpfs/tp/gwf/gwf_cmt/wknoben/camels_spat/temp/daymet/daymet_v4_daily_na_tmax_1966.nc not found. It does not exist on the local filesystem, nor does it match remote filename patterns (e.g., http://foo or foo.bar.edu:file).
ncks: HINT file-not-found errors usually arise from filename typos, incorrect paths, missing files, or capricious gods. Please verify spelling and location of requested file. If the file resides on a High Performance Storage System (HPSS) accessible via the 'hsi' command, then add the --hpss option and re-try command.
[..]
@kasra-keshavarz kasra-keshavarz self-assigned this Jun 3, 2024
@kasra-keshavarz kasra-keshavarz added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants