Output files#

By default, Edcrop prints a log file and, for each simulation run, two files with daily and yearly water balance results, respectively. The user is free to choose which results are printed. The user can also choose to have some of the input data and simulation results plotted and saved in PNG files.

The log file – ‘edcrop.log’#

Edcrop always prints a log file named edcrop.log. The log file summarizes the input of all the simulations that Edcrop loops through during execution, and it lists all the error messages and warnings that Edcrop sends.

Plot file#

In the “Models” block of the edcrop.yaml file, by setting the key and value:

     plotseries: true

Edcrop will make two PNG files, each with plots of some input and simulated variables. The first file plots precipitation (or sum of precipitation and irrigation), actual evapotranspiration, and drainage from the subzone (named P, Ea, and Db in Table 13, respectively). The other file plots temperature, root depth, leaf area, and crop coefficient (named T, zr, L, and kc in Table 13, respectively).

     %1_%2_%3_%4_%5

The first part, %1, is the climate case short name; %2 is the soil case short name; %3 is the vegetation case short name; %4 is the model case short name; and %5 is “_P_Ea_Db.png” and “_T_zr_L_kc.png” for the two files, respectively.