This function is part of an old worldmet API. Please use the following
alternatives:
exportADMS()->write_adms()the
pathargument ->write_met()
Arguments
- dat
A data frame imported by
importNOAA().- out
A file name for the ADMS file. The file is written to the working directory by default.
- interp
Should interpolation of missing values be undertaken? If
TRUElinear interpolation is carried out for gaps of up to and includingmaxgap.- maxgap
The maximum gap in hours that should be interpolated where there are missing data when
interp = TRUE.Data with gaps more thanmaxgapare left as missing.
