Here is the dstgrid file:
Hi, I am new to using NCO. I am trying to use ncremap to regrid WRF data over the Ross Sea Region of Antarctica. I changed the XLAT and XLONG coordinates to lat and lon and from there used the following command: $ ncrename -O -v XLAT,lat "$f" ./input_AMPSd03201411.nc $ ncrename -O -v XLONG,lon ./input_AMPSd03201411.nc $ ncremap -i input_AMPSd03201411.nc -v sumrunoff -d dstgrid.nc -o regrid_AMPSd03201411.nc I managed to regrid the first few files but after received this error for the rest of the files...
Thanks! That worked!
Thank you for your speedy response! Sorry, I am new to using netcdfs and nco. I tried: ncatted -O -a coordinates,XTIME,d,, out.nc and obtained the error: ncatted: ERROR File contains no variables or groups that match name "XTIME" so attribute "coordinates" cannot be changed I'm not sure if this is because the XTIME only appears in the LU_INDEX coordinates attribute? How could I delete the XTIME coordinate? Many thanks!
Thank you for your speedy response! Sorry, I am new to using netcdfs and nco. I tried: ncatted -O -a coordinates,XTIME,d,, out.nc and obtained the error: ncatted: ERROR File contains no variables or groups that match name "XTIME" so attribute "coordinates" cannot be changed I'm not sure if this is because the XTIME only appears in the LU_INDEX coordinates attribute? How could I delete the XTIME coordinate? Many thanks!
Thank you for your speedy response! Sorry, I am new to using netcdfs and nco. I tried: ncatted -O -a coordinates,XTIME,d,, out.nc and obtained the error: ncatted: ERROR File contains no variables or groups that match name "XTIME" so attribute "coordinates" cannot be changed I'm not sure if this is because the XTIME only appears in the LU_INDEX coordinates attribute? How could I delete the XTIME coordinate? Many thanks!
Hi, I am attempting to regrid a WRF output file for the variable LU_INDEX. I started with a grid rank of 3 (Time, XLAT, XLONG) and used ncwa -C -v XLAT,XLONG,LU_INDEX -a Time wrf_in.nc out.nc to delete the Time from XLONG and XLAT. However, when I ncdump -h out.nc I see that LU_INDEX.coordinates still has an XTIME: dimensions: south_north = 900 ; west_east = 768 ; variables: float XLAT(south_north, west_east) ; XLAT:FieldType = 104 ; XLAT:MemoryOrder = "XY " ; XLAT:description = "LATITUDE, SOUTH...