Skip to content

Commit 83d6d76

Browse files
author
Christian Steger
committed
Interpolation algorithm for ERA5 data to ICON grid changed to bilinear
1 parent a0f9b19 commit 83d6d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/extpar_era_to_buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
logging.info('')
145145

146146
# calculate weights
147-
utils.launch_shell('cdo', '-f', 'nc4', lock, '-P', omp, f'genycon,{grid}',
147+
utils.launch_shell('cdo', '-f', 'nc4', lock, '-P', omp, f'genbil,{grid}',
148148
tg.cdo_sellonlat(), raw_data_sst, weights)
149149

150150
# regrid SST

0 commit comments

Comments
 (0)