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
