Skip to content

Commit

Permalink
Update settings and mask_country template
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Dec 12, 2024
1 parent 4f279f3 commit ccb1ef7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
'label': '**Mask a country** using `cdo` and the ISIMIP countrymask,'
' keeping the grid and setting everything outside to `missing_value`.',
'template': 'download/operations/mask_country.html',
'resolutions': ['30arcmin'],
'resolutions': ['15arcmin', '30arcmin', '60arcmin', '120arcmin'],
'initial': {
'country': 'aus',
'compute_mean': False,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@
<p>
Everything outside is set to <code>missing_value</code> and the grid is kept.
</p>

<p>
Note that our binary country mask is constructed in such a way that any grid cell touched
by the country is fully counted for that country. One effect of this is that grid cells may
belong to more than one country. Also, the calculation of the field mean for the country
will be different than when using a fractional mask.
</p>

0 comments on commit ccb1ef7

Please sign in to comment.