Skip to content

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

@nicoleroy-ipgp

Description

@nicoleroy-ipgp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions