Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kasra-keshavarz committed Oct 23, 2024
1 parent 32b95ff commit 71dee96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ouranos-mrcc5-cmip6/mrcc5-cmip6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ for modelMember in "${modelArr[@]}"; do

# destination NetCDF file
# template: ${var}_NAM-12_${modelMember}_${scenarioMember}_${ensembleMember}_OURANOS_CRCM5_v1-r1_1hr_%yyyy010100%M_%yyyy123123%M.nc
dst="${var}_NAM-12_${modelMemberName}_${scenarioMember}_${ensembleMember}_OURANOS_CRCM5_v1-r1_1hr_${fileStartDate}-${fileEndDate}.nc"
dst="${var}_NAM-12_${modelMember}_${scenarioMember}_${ensembleMember}_OURANOS_CRCM5_v1-r1_1hr_${fileStartDate}-${fileEndDate}.nc"

# create destination and cache directory
mkdir -p "${outputDir}/${pathTemplate}/${var}"
Expand Down

0 comments on commit 71dee96

Please sign in to comment.