From db40b67a00f801e93cabd28da356b7e4aea80e9b Mon Sep 17 00:00:00 2001 From: treerink Date: Fri, 23 Oct 2020 22:55:00 +0200 Subject: [PATCH] Correct json syntax errors for the added plev23r & plev36 coordinates #664. --- .../add-variables-with-pressure-levels-for-rcm-forcing.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ece2cmor3/scripts/add-variables-with-pressure-levels-for-rcm-forcing.sh b/ece2cmor3/scripts/add-variables-with-pressure-levels-for-rcm-forcing.sh index befc0a75..2c18ca1b 100755 --- a/ece2cmor3/scripts/add-variables-with-pressure-levels-for-rcm-forcing.sh +++ b/ece2cmor3/scripts/add-variables-with-pressure-levels-for-rcm-forcing.sh @@ -56,11 +56,11 @@ if [ "$#" -eq 0 ]; then "25000.", \ "20000.", \ "15000.", \ - "10000." \ + "10000.", \ "7000.", \ "5000.", \ "3000.", \ - "1000.", \ + "1000." \ ], \ "requested_bounds": "", \ "stored_direction": "decreasing", \ @@ -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", \