Skip to content

Commit

Permalink
Correct json syntax errors for the added plev23r & plev36 coordinates #…
Browse files Browse the repository at this point in the history
  • Loading branch information
treerink committed Oct 23, 2020
1 parent e6444fb commit db40b67
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ if [ "$#" -eq 0 ]; then
"25000.", \
"20000.", \
"15000.", \
"10000." \
"10000.", \
"7000.", \
"5000.", \
"3000.", \
"1000.", \
"1000." \
], \
"requested_bounds": "", \
"stored_direction": "decreasing", \
Expand Down Expand Up @@ -116,14 +116,14 @@ if [ "$#" -eq 0 ]; then
"17500.", \
"15000.", \
"12500.", \
"10000." \
"10000.", \
"7000.", \
"5000.", \
"3000.", \
"1000.", \
"500.", \
"300.", \
"100.", \
"100." \
], \
"requested_bounds": "", \
"stored_direction": "decreasing", \
Expand Down

0 comments on commit db40b67

Please sign in to comment.