nmathewa / MOM6dev

MOM6 development
0 stars 0 forks source link

date problem #16

Open nmathewa opened 3 years ago

nmathewa commented 3 years ago
  1. xarray is not useful in generating the time axis
  2. xarray is saving as either datetime64 or cftime object
  3. temporarily solved by Ferret
  4. either we have to use python netcdf4 or more in depth check with xarray
  5. Use of attributes
nmathewa commented 2 years ago

ds_cut = ds.sel(time=slice(startslice,endslice))