Block MODEL_OUTPUT
This block is read by task FALL3D and defines specific variables related to output strategy
PARALLEL_IO
= (options)- Use parallel Input/Output for netCDF files
- Input options:
YES
: Enable parallel I/ONO
: Disable parallel I/O
- Note: The option
PARALLEL_IO
=YES
requires the installation of the high-performance parallel I/O library for accessing NetCDF files
LOG_FILE_LEVEL
= (options)- Level of detail in the FALL3D log file
- Input options:
NONE
: TODONORMAL
: TODOFULL
: TODO
RESTART_TIME_INTERVAL_(HOURS)
= (options)- Define the restart file output frequency
- Input options:
- (float): Frequency in hours
NONE
: Restart file not writtenEND_ONLY
: Restart file written only at the end of the simulation
OUTPUT_JSON_FILES
= (options)- Generate json files
- Optional
- Input options:
YES
: Generate json filesNO
: Do not generate json files
- Note: Only for tasks SetTGSD SetDbs SetSrc FALL3D
OUTPUT_INTERMEDIATE_FILES
= (options)- Generate intermediate files
- Input options:
YES
: Generate intermediate filesNO
: Do not generate intermediate files
- Note: Only for task ALL can be set
OUTPUT_INTERMEDIATE_FILES
=NO
OUTPUT_TIME_START_(HOURS)
= (options)- Start time for output
- Input options:
- (float): Time (in hours) from which the output file is written
RUN_START
: Start writing output file from the beginning
OUTPUT_TIME_INTERVAL_(HOURS)
= (float)- Time period of model output in hours
OUTPUT_3D_CONCENTRATION
= (options)- Specify whether the 3D concentration field should be written in the output file
- Input options:
YES
: Write the 3D concentration fieldNO
: Do not write the 3D concentration field
OUTPUT_3D_CONCENTRATION_BINS
= (options)- Specify whether the 3D concentration field for each bin should be written in the output file
- Input options:
YES
: Write the 3D concentration field for each binNO
: Do not write the 3D concentration field for each bin
OUTPUT_SURFACE_CONCENTRATION
= (options)- Specify whether the surface concentration field should be written in the output file
- Input options:
YES
: Write the surface concentration fieldNO
: Do not write the surface concentration field
OUTPUT_COLUMN_LOAD
= (options)- Specify whether the column mass load field should be written in the output file
- Input options:
YES
: Write the column mass load fieldNO
: Do not write the column mass load field
OUTPUT_CLOUD_TOP
= (options)- Specify whether the cloud top height field should be written in the output file
- Input options:
YES
: Write the cloud top height fieldNO
: Do not write the cloud top height field
OUTPUT_GROUND_LOAD
= (options)- Specify whether the deposit mass load field should be written in the output file
- Input options:
YES
: Write the deposit mass load fieldNO
: Do not write the deposit mass load field
OUTPUT_GROUND_LOAD_BINS
= (options)- Specify whether the deposit mass load field for each bin should be written in the output file
- Input options:
YES
: Write the deposit mass load field for each binNO
: Do not write the deposit mass load field for each bin
OUTPUT_WET_DEPOSITION
= (options)- Specify whether the wet deposition mass field should be written in the output file
- Input options:
YES
: Write the wet deposition mass fieldNO
: Do not write the wet deposition mass field
TRACK_POINTS
= (options)- Specifies whether the timeseries for the tracking points should be written
- Input options:
YES
: Generate tracking point fileNO
: Do not generate tracking point file
TRACK_POINTS_FILE
= (string)- Path to the file with the list of tracked points
- Note: Used only if
TRACK_POINTS_FILE
=YES
OUTPUT_CONCENTRATION_AT_XCUTS
= (options)- Output concentration at x-coordinate values specified in
X-VALUES
- Input options:
YES
: Output concentration cutsNO
: Do not output concentration cuts
- Output concentration at x-coordinate values specified in
OUTPUT_CONCENTRATION_AT_YCUTS
= (options)- Output concentration at y-coordinate values specified in
Y-VALUES
- Input options:
YES
: Output concentration cutsNO
: Do not output concentration cuts
- Output concentration at y-coordinate values specified in
OUTPUT_CONCENTRATION_AT_ZCUTS
= (options)- Output concentration at z-coordinate values specified in
Z-VALUES
- Input options:
YES
: Output concentration cutsNO
: Do not output concentration cuts
- Output concentration at z-coordinate values specified in
OUTPUT_CONCENTRATION_AT_FL
= (options)- Output concentration at flight level values specified in
FL-VALUES
- Input options:
YES
: Output concentration cutsNO
: Do not output concentration cuts
- Output concentration at flight level values specified in
X-VALUES
= (float_list)- List of x-coordinate values read when
OUTPUT_CONCENTRATION_AT_XCUTS
=YES
- List of x-coordinate values read when
Y-VALUES
= (float_list)- List of y-coordinate values read when
OUTPUT_CONCENTRATION_AT_YCUTS
=YES
- List of y-coordinate values read when
Z-VALUES
= (float_list)- List of z-coordinate values read when
OUTPUT_CONCENTRATION_AT_ZCUTS
=YES
- List of z-coordinate values read when
FL-VALUES
= (float_list)- List of flight level values read when
OUTPUT_CONCENTRATION_AT_FL
=YES
- List of flight level values read when