Skip to content

Commit

Permalink
For the HTESSEL tvl & tvh use setgridtype,regularnn #802.
Browse files Browse the repository at this point in the history
  • Loading branch information
treerink committed Feb 19, 2024
1 parent a108da8 commit 176a74d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ece2cmor3/resources/ifspar.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,14 @@
{
"source": "29.128",
"target": "tvl",
"masked": "land"
"masked": "land",
"interpolate": "nn"
},
{
"source": "30.128",
"target": "tvh",
"masked": "land"
"masked": "land",
"interpolate": "nn"
},
{
"source": "66.128",
Expand Down

0 comments on commit 176a74d

Please sign in to comment.