VPRM
/ netcdf
¶
Description¶
This module read VPRM netcdf daily files at hourly resolution It need corner file in the same directory as the flux files
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’>
dummy_arg: (optional): let’s say it’s not mandatory
document here the argument
accepted type: <class ‘str’>
corners_file: (optional): corners_5km.nc
file of the corner coordinatesassumed in the same directory as data
accepted type: <class ‘str’>
Yaml template¶
Please find below a template for a Yaml configuration:
1datastream:
2 plugin:
3 name: VPRM
4 version: netcdf
5 type: datastream
6
7
8 # Optional arguments
9 main_flx_arg: XXXXX
10 dummy_arg: XXXXX
11 corners_file: XXXXX