Hello,
I successfully remapped some wrfout variables to a wrflowinp file with CDO & NCO toolkit, but there were only 2D unstaggerd variables to interpolate.
I'm now facing an error within same CDO function "remapbil" while attempting to create a compete 2D/3D wrfinput file (1st timestep only) from a wrfout file ; it sends back :
I suppose the root cause lies in WRF netCDF incompatibilities with CF Convention ; and I don't know if there's anything to do ? Thank you to enlighten me on that matter if you have any information.
Hence I'm looking for an alternative. I'm reading NCO User Guide, but I can't figure out if the "ncremap" is what I'm looking for - does it handle WRF netCDF format ?
Have you got any other idea of what I should try ?
On a more general matter, did someone succeeded to convert WRF netCDF4 to GRIB using frozen-UPPv4.1 ?
Thanks for your help
I successfully remapped some wrfout variables to a wrflowinp file with CDO & NCO toolkit, but there were only 2D unstaggerd variables to interpolate.
I'm now facing an error within same CDO function "remapbil" while attempting to create a compete 2D/3D wrfinput file (1st timestep only) from a wrfout file ; it sends back :
Code:
cdo remapbil,d01.txt, wrfinput_origin.nc wrfinput_d01_2005-01
Warning (cdf_set_var): Inconsistent variable definition for XLAT_U!
Warning (cdf_set_var): Inconsistent variable definition for XLAT_V!
Warning (cdf_set_var): Inconsistent variable definition for XLONG_U!
Warning (cdf_set_var): Inconsistent variable definition for XLONG_V!
Warning (find_time_vars): Time variable >Time< not found!
cdo remapbil (Abort): Unsupported generic coordinates (Variable: DN)!
I suppose the root cause lies in WRF netCDF incompatibilities with CF Convention ; and I don't know if there's anything to do ? Thank you to enlighten me on that matter if you have any information.
Hence I'm looking for an alternative. I'm reading NCO User Guide, but I can't figure out if the "ncremap" is what I'm looking for - does it handle WRF netCDF format ?
Have you got any other idea of what I should try ?
On a more general matter, did someone succeeded to convert WRF netCDF4 to GRIB using frozen-UPPv4.1 ?
Thanks for your help