Skip to content

Commit a93fe43

Browse files
authored
Fix minor NCL errors for recipe_russel18jgr.yml (#4183)
1 parent 2c438d0 commit a93fe43

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig7i.ncl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ begin
155155
if (all(ismissing(fx_var))) then
156156
fx_variable = "areacello"
157157
error_msg("f", "russell_fig-7i.ncl", " ", "areacello file for " + \
158-
datasetnames(iii) + " not found in the metadata file," + \
159-
+ " not found in the metadata file, please specify " \
160-
+ "'areacello' as supplementary variable in the recipe.")
158+
datasetnames(iii) + \
159+
" not found in the metadata file, please specify " + \
160+
"'areacello' as supplementary variable in the recipe.")
161161
end if
162162
areacello_2d = fx_var
163163
delete(fx_var)

esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig9c.ncl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ begin
226226
; checking for areacello
227227
if (all(ismissing(fx_var))) then
228228
error_msg("f", "russell18jgr-fig9c.ncl", " ", "areacello file for " + \
229-
datasetnames(iii) + " not found in the metadata file, " + \
230-
+ " not found in the metadata file, please specify " \
231-
+ "'areacello' as supplementary variable in the recipe.")
229+
datasetnames(iii) + \
230+
" not found in the metadata file, please specify " + \
231+
"'areacello' as supplementary variable in the recipe.")
232232
end if
233233
areacello_2d = fx_var
234234

0 commit comments

Comments
 (0)