Project

General

Profile

Select variable from WRF Ofile makes the file not CF complaint

Added by Theodoros Gkousarov about 11 years ago

Hi everybody,

I try to extract the variable with the name T2 from multiple timesteps into a single file.

cdo select,name=T2 /data/datasets/WRF/2002/jan/w* /gpfs/env/T2jan2012test.nc

Then i try to open the file with MCIDAS or IDV and it says not CF compliant so i suspect something went wrong when selecting the variable.

when i was running the CDO script the following msgs appeared:

step 1!
Warning (cdfSetVar) : Inconsistent variable definition for XLAT_U!
Warning (cdfSetVar) : Inconsistent variable definition for XLONG_U!
Warning (cdfSetVar) : Inconsistent variable definition for XLAT_V!
Warning (cdfSetVar) : Inconsistent variable definition for XLONG_V!
Warning (define_all_grids) : Time varying grids unsupported, using grid at time step 1!
Warning (cdfSetVar) : Inconsistent variable definition for XLAT_U!
Warning (cdfSetVar) : Inconsistent variable definition for XLONG_U!
Warning (cdfSetVar) : Inconsistent variable definition for XLAT_V!
Warning (cdfSetVar) : Inconsistent variable definition for XLONG_V!
Warning (define_all_grids) : Time varying grids unsupported, using grid at time step 1!

is there something i can do ? I want to extract all the hourly variables from WRF in a single file.

thanks.