Skip to content

Commit

Permalink
Merge pull request #178 from ec-jrc/stmp_attrs
Browse files Browse the repository at this point in the history
schism: Fix stmp attributes in sflux files.
  • Loading branch information
pmav99 authored Apr 8, 2024
2 parents 5dc7789 + 58c95d5 commit 7024f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyposeidon/schism.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ def to_force(ar0, **kwargs):
}

sout.stmp.attrs = {
"units": "degrees",
"long_name": "Surface Temperature",
"standard_name": "surface temperature",
"units": "K",
"long_name": "Surface Air Temperature (2m AGL)",
"standard_name": "air_temperature",
}

# Create sflux directory if necessary
Expand Down

0 comments on commit 7024f29

Please sign in to comment.