| fa_opts | R Documentation | 
Set options for FA decoding
fa_opts(
  meta = TRUE,
  fa_type = "arome",
  fa_vector = TRUE,
  rotate_wind = TRUE,
  ...
)
fatar_opts(ldt_template = "+%04i$", ...)
| 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. | 
Returns a list of options. Either the defaults or any modification.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.