I am running the latest UEMS with a domain over Europe. I am postprocessing these files via GrADS and I am running into strange errors in my output files.
In my emsupp_cntrl.parm file, I am extracting the following variables:
Code: Select all
(BUCKET_APCP_ON_SURFACE) SCAL=(4.0) ! Period Accumulated Total Precipitation (Liquid Equivalent; kg/m^2) FNUM=(434)
L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
(CPTYPE_ON_SURFACE) SCAL=(1.0) ! Categorical Precipitation Types at Surface (Rain, Freezing Rain, Ice Pellets, Snow (Code table 4.222)) FNUM=(160)
L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
Code: Select all
APCPsfc 0,1,0 0,1,8,1 ** surface Total Precipitation [kg/m^2]
CFRZRsfc 0,1,0 0,1,34 ** surface Categorical Freezing Rain [-]
CICEPsfc 0,1,0 0,1,35 ** surface Categorical Ice Pellets [-]
CRAINsfc 0,1,0 0,1,33 ** surface Categorical Rain [-]
CSNOWsfc 0,1,0 0,1,36 ** surface Categorical Snow [-]
Did anyone of you experience the same problem? Am I missing something here, for example extracting the wrong parameters?
Thank you for your help and best regards!
Jonas