Next: Dates processing, Up: Setting the timeLoop
Running in full file processing mode ensures that the grids for every valid input time in the primary given data file are handled in the main time loop. This mode is useful for model output data in which diagnostics at all times are desirable and is the original looping mode developed for the SPA. Its implementation is the simplest of any of the time processing modes.
timer => timeLoop('file',fileType,input(1))
This implementation sets tht timer to loop over all times in
input(1). Any of the input files can be used to define the main
time loop.