Skip to content

Commit

Permalink
Correct typo and inserted table description for dayPt #811.
Browse files Browse the repository at this point in the history
  • Loading branch information
treerink committed Mar 26, 2024
1 parent 0ed6b41 commit e3f2ab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ece2cmor3/scripts/add-htessel-vegetation-variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Thomas Reerink
#
# This script adds some non-cmor variables (which thus do not exit in
# the CMIP6 data request) to the new HTESEELday & HTESEELmon CMOR tables.
# the CMIP6 data request) to the new HTESSELday & HTESSELmon CMOR tables.
#
# This script requires one argument.
#
Expand Down
4 changes: 2 additions & 2 deletions ece2cmor3/scripts/add-nemo-variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Thomas Reerink
#
# This script adds some non-cmor variables (which thus do not exit in
# the CMIP6 data request) to the new HTESEELday & HTESEELmon CMOR tables.
# the CMIP6 data request) to a few CMOR tables. And add the dayPt frequency.
#
# This script requires one argument.
#
Expand Down Expand Up @@ -42,7 +42,7 @@ if [ "$#" -eq 1 ]; then
fi

sed -i '/"dec":"decadal mean samples"/i \
"dayPt":"sampled monthly, at specified time point within the time period",
"dayPt":"sampled daily, at specified time point within the time period",
' ${table_file_cv}

# Add all of the CMIP6_SIday.json except its last 3 lines to the tmp file:
Expand Down

0 comments on commit e3f2ab2

Please sign in to comment.