Skip to content

Commit c0fcb9f

Browse files
committed
bugfix cdo selname
1 parent 039eab0 commit c0fcb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/extpar_cru_to_buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
f'extract HSURF from {raw_data_tclim_fine} '
211211
f'--> {step2_cdo}')
212212

213-
utils.launch_shell('cdo', lock, '-f', 'nc4', '-P', omp, '-selname,HSURF,',
213+
utils.launch_shell('cdo', lock, '-f', 'nc4', '-P', omp, '-selname,HSURF',
214214
raw_data_tclim_fine, step2_cdo)
215215

216216
logging.info('STEP 3: '

0 commit comments

Comments
 (0)