Julie Prestopnik wrote: > Hi. We're running a case where metro crashes with the error: > > EXECUTION : METRO_PREPROCESS_QA_QC_OBSERVATION module: start execution > STOP : No valid sub-surface temperature (element <sst>) in > observation file obs.8.99.xml > > But, our observation file had all valid subsurface temperatures. > > Looking at the documentation on : > http://documentation.wikia.com/wiki/Input_observation_QA/QC_%28METRo%29 > > It says that: > If the surface temperature or the sub-surface temperature is under -40°C > or over 80°C, all the observation for this time (air temperature, dew > point, etc.) are removed. > > However, in the code: > toolbox/metro_constant.py > > the high value is set to 40, not 80: > nSubSurRoadTmpHigh = 40 > > I changed the value to 80, reran the code, and the case ran fine as > expected. > > Julie > > _______________________________________________ > METRo-developers mailing list > [email protected] > https://mail.gna.org/listinfo/metro-developers >
We can not hide you anything! I have change the value to 80 in metro_constant.py as you did and did the commit of the file. Thanks for this, Miguel -- Miguel Tremblay Physicien - Physicist Centre météorologique canadien - Canadian meteorological centre (CMC) Environnement Canada - Environment Canada http://www.ec.gc.ca/ 2121 Trans-Canada N. Suite 228 Téléphone/Phone: 514-421-4729 Dorval, Québec Fax: 514-421-4679 CANADA H9P 1J3 courriel/email: [EMAIL PROTECTED] _______________________________________________ METRo-developers mailing list [email protected] https://mail.gna.org/listinfo/metro-developers
