From 738577239dbb68cf3bf9cd5fb3781cad84528339 Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Sun, 18 Feb 2024 21:47:07 -0500 Subject: [PATCH] Save raw data as geopotential (like raw ERA5 data), but LandSea is height --- src/landsea/landsea.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/landsea/landsea.jl b/src/landsea/landsea.jl index 2a879e9..d7e7c59 100644 --- a/src/landsea/landsea.jl +++ b/src/landsea/landsea.jl @@ -178,9 +178,9 @@ function saveLandSea( )) ncoro = defVar(ds,"z",Float64,("longitude","latitude",),attrib = Dict( - "long_name" => "height", - "full_name" => "Surface Height", - "units" => "m", + "long_name" => "geopotential", + "full_name" => "Geopotential", + "units" => "m**2 s**-2", )) ncmsk = defVar(ds,"mask",Int16,("longitude","latitude",),attrib = Dict(