checkMet: Check for met file errors.

Description Usage Arguments Details Examples

Description

Checks for errors as described in Wall, B.H. "TAMET: Computer program for processing meteorological data." CSIRO Australia. Division of Tropical Crops and Pastures.Tropical Agronomy Technical Memorandum (1977): No. 4, 13p.

Usage

1
checkMet(met, lmint = -8, umint = 32, lmaxt = 10, umaxt = 50)

Arguments

met

Met file object.

lmint

Lower bound on minimum temperature.

umint

Upper bound on minimum temperature.

lmaxt

Lower bound on maximum temperature.

umaxt

Upper bound on maximum temperature.

Details

Errors checked include:

Note that issues found may not stop APSIM from running but might indicate an issue with the weather data. Warnings may not be applicable for very hot or cold climates.

Expects input in metFile object. Use prepareMet or loadMet first.

Examples

1
2

Example output

Warning messages:
1: In checkMet(met) :
  Maximum temperature discontinuity found around 1988 259
2: In checkMet(met) :
  Maximum temperature discontinuity found around 1988 312

APSIM documentation built on May 22, 2019, 9:03 a.m.