fa_opts: Set options for FA decoding

View source: R/read_fa.R

fa_optsR Documentation

Set options for FA decoding

Description

Set options for FA decoding

Usage

fa_opts(
  meta = TRUE,
  fa_type = "arome",
  fa_vector = TRUE,
  rotate_wind = TRUE,
  ...
)

fatar_opts(ldt_template = "+%04i$", ...)

Arguments

meta

If TRUE, the time and grid details are also decoded. This is slower.

fa_type

The kind of model file: "arome", "alaro", "surfex"... Mainly important for precipitation fields.

fa_vector

TRUE if the wind variable (speed, direction) must be calculated from components U & V

rotate_wind

TRUE means wind U,V (along axes of the grid) should be rotated to actual N.

...

Any non-standard options that don't have default values.

ldt_template

a character string that describes (part of) the file name used for finding a lead time within a tar archive.

Value

Returns a list of options. Either the defaults or any modification.


andrew-MET/harpIO documentation built on March 7, 2024, 7:48 p.m.