Skip to content

Commit

Permalink
Fix plots and provenance in Russell diagnostics (#3479)
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Lauer <axel.lauer@dlr.de>
  • Loading branch information
2 people authored and Javier Vegas-Regidor committed Jan 14, 2024
1 parent a94eee0 commit 3843eeb
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 88 deletions.
11 changes: 0 additions & 11 deletions esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig2.ncl
Expand Up @@ -156,17 +156,6 @@ begin
delete(var_lon_avg)
delete(dataset)

; Call provenance logger
log_provenance(ncdf_outfile, \
plotpath + "." + output_type(), \
"Russell et al 2018 figure 2", \
"mean", \
"sh", \
"geo", \
"russell_joellen", \
"russell18jgr", \
infile_path)

if (iii .ne. 0) then
overlay(plot(0), plot(iii))
end if
Expand Down
9 changes: 0 additions & 9 deletions esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig3b-2.ncl
Expand Up @@ -273,15 +273,6 @@ begin
delete(e)
delete(last_index)
delete(out_var)
log_provenance(ncdf_outfile, \
plotpath + "." + output_type(), \
"Russell et al 2018 figure 3b part 2", \
"mean", \
"sh", \
"geo", \
"russell_joellen", \
"russell18jgr", \
inputfile_paths(iii))
end do

draw(plot(0))
Expand Down
9 changes: 0 additions & 9 deletions esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig3b.ncl
Expand Up @@ -263,15 +263,6 @@ begin
delete(e)
delete(last_index)
delete(out_var)
log_provenance(ncdf_outfile, \
plotpath + "." + output_type(), \
"Russell et al 2018 figure 3b", \
"mean", \
"sh", \
"geo", \
"russell_joellen", \
"russell18jgr", \
inputfile_paths(iii))
end do
draw(plot(0))

Expand Down
10 changes: 0 additions & 10 deletions esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig4.ncl
Expand Up @@ -366,16 +366,6 @@ begin
delete(var_final)
delete(exact_lon)
delete(totaltransport)
; Call provenance logger
log_provenance(ncdf_outfile, \
plotpath + "." + file_type, \
"Russell et al 2018 figure 4", \
"mean", \
"sh", \
"geo", \
"russell_joellen", \
"russell18jgr", \
(/inputfile_paths(iii), volfile_paths(iii)/))

end do

Expand Down
10 changes: 0 additions & 10 deletions esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig5.ncl
Expand Up @@ -168,16 +168,6 @@ begin
ncdf_outfile = ncdf_write(dataset, nc_filename)
delete(dataset)

log_provenance(ncdf_outfile, \
plotpath + "." + output_type(), \
"Russell et al 2018 figure 5 -polar", \
"mean", \
"sh", \
"geo", \
"russell_joellen", \
"russell18jgr", \
infile_path)

end do

; Draw the panel
Expand Down
11 changes: 0 additions & 11 deletions esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig5g.ncl
Expand Up @@ -224,17 +224,6 @@ begin
overlay(plots(0), plots(iii))
end if

; Call provenance logger
log_provenance(ncdf_outfile, \
plotpath + "." + output_type(), \
"Russell et al 2018 figure 5g", \
"mean", \
"sh", \
"times", \
"russell_joellen", \
"russell18jgr", \
infile_path)

end do

draw(plots(0))
Expand Down
9 changes: 0 additions & 9 deletions esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig7h.ncl
Expand Up @@ -163,15 +163,6 @@ begin
ncdf_outfile = ncdf_write(var_lon_avg, nc_filename)
delete(var_lon_avg)
delete(dataset)
log_provenance(ncdf_outfile, \
plotpath + "." + output_type(), \
"Russell et al 2018 figure 7h", \
"mean", \
"sh", \
"zonal", \
"russell_joellen", \
"russell18jgr", \
infile_path)

end do
draw(plot(0))
Expand Down
10 changes: 0 additions & 10 deletions esmvaltool/diag_scripts/russell18jgr/russell18jgr-fig7i.ncl
Expand Up @@ -201,16 +201,6 @@ begin
overlay(plot(0), plot(iii))
end if

log_provenance(ncdf_outfile, \
plotpath + "." + output_type(), \
"Russell et al 2018 figure 7i", \
"mean", \
"sh", \
"zonal", \
"russell_joellen", \
"russell18jgr", \
infile_path)

end do
draw(plot(0))

Expand Down
9 changes: 0 additions & 9 deletions esmvaltool/diag_scripts/russell18jgr/russell18jgr-polar.ncl
Expand Up @@ -231,15 +231,6 @@ begin

ncdf_outfile = ncdf_write(dataset, nc_filename)
delete(dataset)
log_provenance(ncdf_outfile, \
plotpath + "." + output_type(), \
"Russell et al 2018 polar plot " + var0, \
"mean", \
"sh", \
"geo", \
"russell_joellen", \
"russell18jgr", \
inputfile_paths(iii))
end do

; Draw the panel
Expand Down

0 comments on commit 3843eeb

Please sign in to comment.