LMDZ regular lat-lon domain LMDZ/regular
#
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:
Mandatory arguments#
- file : str, mandatory
NetCDF file containing the domain coordinates.
Optional arguments#
- dir : str, optional
Directory containing
file
. Use this argument iffile
is not in an absolute path.
- dir_vcoord : str, optional
Directory containing
file_vcoord
, if different fromdir
. Use this argument if the vertical coordinates are not infile
andfile_vcoord
is not in an absolute path.
- file_vcoord : str, optional
NetCDF file containing the vertical coordinates. Use this argument if the vertical coordinates are not in
file
YAML template#
Please find below a template for a YAML configuration:
1domain:
2 plugin:
3 name: LMDZ
4 version: regular
5 type: domain
6
7 # Mandatory arguments
8 file: XXXXX # str
9
10 # Optional arguments
11 dir: XXXXX # str
12 dir_vcoord: XXXXX # str
13 file_vcoord: XXXXX # str