Output variables not found in the GRIB table – in #8: General Questions

in #8: General Questions

Dear all

I am defining different GRIBOUT blocks in my namelist parameters and I have come across an issue which was unexpected.
For some variables, I get the following error messages.

Variable CIN _ML was not found in the GRIB table Variable LCL _ML was not found in the GRIB table Variable LFC _ML was not found in the GRIB table Variable OMEGA was not found in the GRIB table Variable P was not found in the GRIB table

It is unexpected to me because in past simulations I was able to output variables such as CIN _ML or LCL _ML without problem.

Could anybody shed some light of what I am doing wrong?

You can find my runscript, my specifications and my .out error messages in the attached files.

Thank you in advance,

Alberto

  @albertocaldas-alvarez in #4efc02d

Dear all

I am defining different GRIBOUT blocks in my namelist parameters and I have come across an issue which was unexpected.
For some variables, I get the following error messages.

Variable CIN _ML was not found in the GRIB table Variable LCL _ML was not found in the GRIB table Variable LFC _ML was not found in the GRIB table Variable OMEGA was not found in the GRIB table Variable P was not found in the GRIB table

It is unexpected to me because in past simulations I was able to output variables such as CIN _ML or LCL _ML without problem.

Could anybody shed some light of what I am doing wrong?

You can find my runscript, my specifications and my .out error messages in the attached files.

Thank you in advance,

Alberto

Output variables not found in the GRIB table

Dear all

I am defining different GRIBOUT blocks in my namelist parameters and I have come across an issue which was unexpected.
For some variables, I get the following error messages.

Variable CIN _ML was not found in the GRIB table Variable LCL _ML was not found in the GRIB table Variable LFC _ML was not found in the GRIB table Variable OMEGA was not found in the GRIB table Variable P was not found in the GRIB table

It is unexpected to me because in past simulations I was able to output variables such as CIN _ML or LCL _ML without problem.

Could anybody shed some light of what I am doing wrong?

You can find my runscript, my specifications and my .out error messages in the attached files.

Thank you in advance,

Alberto

View in channel

The GRIBOUT definitions seem to be fine. However, you used output file format ytunit=‘f’ instead of ytunit=‘d’. I am not sure whether and how this may effect the output name checking for netCDF format.

  @burkhardtrockel in #2b847af

The GRIBOUT definitions seem to be fine. However, you used output file format ytunit=‘f’ instead of ytunit=‘d’. I am not sure whether and how this may effect the output name checking for netCDF format.

The GRIBOUT definitions seem to be fine. However, you used output file format ytunit=‘f’ instead of ytunit=‘d’. I am not sure whether and how this may effect the output name checking for netCDF format.