# ==================================================
#
# GRID_TO_NCDF SETTINGS
#
# comment lines start with '#'
# each parameter line starts with 'parameter name:'
#
# ==================================================

# Path to flexpart output
path_flexpart:    /mypath/

# Path where to write ncdf files
path_output:      /mypath/

# Receptor list file
file_recept:      /myfile.txt

# Run dates: format yyyymmdd
# datei = start date 
# datef = end date
datei:      20120101
datef:      20120131

# Nested output (true/false)
lnested:         .true.

# Inversion formatted flexpart output (true/false)
linversionout:   .true.