From 80e30b94ab84823b9995410bc98054c487e0423f Mon Sep 17 00:00:00 2001 From: "Michelle E. Frazer" Date: Thu, 19 Feb 2026 16:35:03 -0500 Subject: [PATCH] Corrected an issue where tags like ":V" after cmp exps were resulting in "ctag" showing up in filenames and labels for some plots --- CHANGELOG.md | 1 + plots/grads_util/gencmp.gs | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a48c4..74ee5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Corrected an issue where tags like ":V" after cmp exps were resulting in "ctag" showing up in filenames and labels for some plots - Due to GRADS variable name character limits, the actual or climatology labels for some plots were being inaccurately overwritten if models names began with the same 8 characters; these variable names now utilize expid numbers instead of model names - Corrected LWP plot command in portrait.script to only include LWP not CCWP - Edited gcmpost.script to move up the location of $SOURCE/plot/.quickplotrc to restore missing plots from landscape.list for some users. diff --git a/plots/grads_util/gencmp.gs b/plots/grads_util/gencmp.gs index d087eb4..ca4084c 100644 --- a/plots/grads_util/gencmp.gs +++ b/plots/grads_util/gencmp.gs @@ -573,10 +573,17 @@ endwhile * we can compute the Closeness plots to MERRA-2 and any CMPEXP ending with :V * --------------------------------------------------------------------------- +* Assign ctag and cname for all experiments first k = 1 while( k <= numexp ) cname.k = oname.k.1 ctag.k = obsnam.k.1 +k = k + 1 +endwhile + +* Now do the closeness loop + k = 1 +while( k <= numexp ) say ' ' say 'Looping through experiments, k = 'k' CTAG = 'ctag.k' TYPE = 'type.k say '--------------------------------------------------------------'