Skip to content

Commit

Permalink
The 6hrPlevPt tos on the atmos grid showed interpolation issues proba…
Browse files Browse the repository at this point in the history
…bly due to land points. Here a fix in which land poits are excluded in the interpolation to the regular grid #664.
  • Loading branch information
treerink committed Nov 13, 2020
1 parent 615c624 commit cee884a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ece2cmor3/resources/ifspar.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,11 @@
"convert": "frac2percent"
},
{
"source": "34.128",
"target": "tos"
"source": "34.129",
"target": "tos",
"expr": "var34 / (var172<=0.5)",
"convert": "K2degC",
"masked": "sea"
},
{
"source": "44.128",
Expand Down

0 comments on commit cee884a

Please sign in to comment.