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

Julian day issue with local_dir.sh : files from day 001 to day 099 not found #12

Open
nicoleroy-ipgp opened this issue Nov 17, 2020 · 0 comments

Comments

@nicoleroy-ipgp
Copy link
Collaborator

nicoleroy-ipgp commented Nov 17, 2020

in local_dir.sh at line 365, add "-w" option to seq
replace : for jday in $(seq ${jday_start} ${jday_end}); do
with : for jday in $(seq -w ${jday_start} ${jday_end}); do

same at lines 341 and 342
declare -a jday_array_year1=$(seq -w ${jday_start} ${temp_end_jday})
declare -a jday_array_year2=$(seq -w 1 ${jday_end})

same issue in local_dir_availability.sh at lines 252, 253, 276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant