nmathewa / MOM6dev

MOM6 development
0 stars 0 forks source link

Calendar issue #28

Closed nmathewa closed 2 years ago

nmathewa commented 2 years ago

Screenshot from 2022-03-30 09-18-49

Parag0206 commented 2 years ago

use the NCO command to change the calendar attribute:

ncatted -O -a calendar,time,o,c,NOLEAP infile.nc outfile.nc

and for deleting 29th february use CDO command:

cdo delete,day=2,month=29 infile.nc outfile.nc