Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 785 Bytes

readme.md

File metadata and controls

28 lines (19 loc) · 785 Bytes

MAGDA Drones observations to WRF

This module can be used to convert drones observations in MAGDA format into ascii WRF format.

Usage on CIMA Typhoon

dr2w is already present in /data/safe/home/wrfprod/bin/dr2w

Command line usage

This module implements a console command that can be used to convert observations from CSV to ascii WRF format.

Usage of dr2w:

Usage: dr2w [options] <inputfile> <outputfile>
Options:
  -c string
        config file to use (default "~/.magda_drones2wrf.yaml")

  • is the path of the dataset source in csv format. You can see an example of the format here
  • is the path of WRF ascii file to create.
  • An example of the configuration file is available here