climr icon indicating copy to clipboard operation
climr copied to clipboard

legacy use of "normal_na"

Open cmahony opened this issue 7 months ago • 1 comments

There are quite a few references to "normal_na". can this be updated to refmap_climatena? main issue is that we notify users of "Downloading new data from normal_na..." which uses outdated terminology

Image

"normal_composite" has been stripped from everything except tests. Image

cmahony avatar May 09 '25 17:05 cmahony

e.g., wouldn't it be simpler to use refmap_climatena throughout?

  needDownload <- TRUE
  if(reference == "refmap_climatena"){
    rmap_nm <- "normal_na"
  } else {
    rmap_nm <- reference
  }

cmahony avatar May 09 '25 17:05 cmahony