Skip to content

Commit

Permalink
Move commas inside double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSinsky-NOAA committed Jul 17, 2024
1 parent 380dfee commit b293a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/ocnice_extractvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for (( nh = FHMIN_GFS; nh <= FHMAX_GFS; nh = nh + fhout_ocnice )); do
if [[ ${component_name} == "ocn" ]];then
infile=${COMIN_OCEAN_NETCDF}/${RUN}.ocean.t${cyc}z.${datares}.f${fnh}.nc
# For ocean products, add an argument to extract a subset of levels
otherargs=(-d "${depthvar_name}","${zmin}","${zmax}")
otherargs=(-d "${depthvar_name},""${zmin},""${zmax}")
elif [[ ${component_name} == "ice" ]];then
infile=${COMIN_ICE_NETCDF}/${RUN}.ice.t${cyc}z.${datares}.f${fnh}.nc
otherargs=()
Expand Down

0 comments on commit b293a65

Please sign in to comment.