Skip to content

Commit e79b138

Browse files
tweskadsarmany
authored andcommitted
Clarify unit of levelist
1 parent 646137a commit e79b138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/multio/datamod/MarsKeys.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ constexpr auto LEVTYPE =
7878
.tagOptional()
7979
.withAccessor([](auto&& v) { return &v.levtype; });
8080

81+
// NOTE: for pressure levels (levtype=pl), this key is in Pa (not hPa) in MultIO
8182
constexpr auto LEVELIST =
8283
EntryDef<std::int64_t, StringToIntMapper>{"levelist"}
8384
.tagOptional()

0 commit comments

Comments
 (0)