Skip to content

Commit

Permalink
Save raw data as geopotential (like raw ERA5 data), but LandSea is he…
Browse files Browse the repository at this point in the history
…ight
  • Loading branch information
natgeo-wong committed Feb 19, 2024
1 parent 5762bdb commit 7385772
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/landsea/landsea.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7385772

Please sign in to comment.