TNO
/ netcdf
¶
Description¶
Read TNO yearly fluxes and apply time profil Time profile is considered in UTC. Time zone does not taken into account. All the profil files are mandatory even the vertical one. If point_sources: True, vertical profil is also applied WARNING : Currently PS are put in the TNO grid
Yaml arguments¶
The following arguments are used to configure the plugin. pyCIF will return an exception at the initialization if mandatory arguments are not specified, or if any argument does not fit accepted values or type:
Optional arguments¶
main_flx_arg: (optional): totototo
document here the argument
accepted type: <class ‘str’>
point_sources: (optional): False
Point Source typeIf True, enable to have vertical projectionDefault: False
accepted type: <class ‘bool’>
dir_profiles: (optional): False
Directory where the time and vertical profiles are files should be: TNO_height-distribution_GNFR.csv, timeprofiles-month-in-year_GNFR.csv, timeprofiles-day-in-week_GNFR.csv, timeprofiles-hour-in-day_GNFR.csv
accepted type: <class ‘str’>
cat_select: (optional): False
List of TNO categories to use. By Default all categories are used
accepted values: []
Yaml template¶
Please find below a template for a Yaml configuration:
1datastream:
2 plugin:
3 name: TNO
4 version: netcdf
5 type: datastream
6
7
8 # Optional arguments
9 main_flx_arg: XXXXX
10 point_sources: XXXXX
11 dir_profiles: XXXXX
12 cat_select: XXXXX