Julie Prestopnik wrote: > We had a bug in our code that caused the input forecast file to only > have one hour of forecast data. We fixed our bug and we no longer have > this case. It makes sense to me that METRo would need more than one > hour of forecast data in order to interpolate, but I guess my question > is still a valid one, regarding a required number of forecast hours. > > Julie > >
Hi Julie, METRo needs in fact at least 2 atmospheric forecast. I have updated the code so there is a check at the initialization. Now your example exits with the following error: EXECUTION : METRO_PREPROCESS_VALIDATE_INPUT module: start execution STOP : METRo needs more than one forecast date! Exiting Commits 140 includes this check. See http://svn.gna.org/viewcvs/metro/metro/trunk/src/frontend/executable_module/metro_preprocess_validate_input.py?rev=140&view=log I have also updated the documentation. See http://documentation.wikia.com/wiki/Input_forecast_%28METRo%29#Contents Fix will be included in METRo 3.1.0 Cheers! 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, Quebec Fax: 514-421-4679 CANADA H9P 1J3 courriel/email: [EMAIL PROTECTED] _______________________________________________ METRo-developers mailing list [email protected] https://mail.gna.org/listinfo/metro-developers
