*
This routine opens the receptor output files and writes out the receptor * names, location and times. The receptor output files are not * closed, but kept open throughout the simulation. Concentrations are * continuously dumped to these files. * * Author: A. Stohl * 7 August 2002 * * Modified: R. Thompson * January 2024: for moving receptors * changed format write to: * nspec * and then for each timestep and receptors: * name, lat, lon, alt, time, nn, xk, conc, unc * *
*
Variables: * numreceptor actual number of receptor points specified * receptorname names of the receptor points * xreceptor longitude coordinate of the receptor points * yreceptor latitude coordinate of the receptor points * zreceptor altitude coordinate of the receptor points * treceptor time coordinate of the receptor points * *