File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ directory. For demonstration here is an example YAML configuration file::
1313 # Overall configuration, specification of parameters and input/output
1414 # paths goes in the "MetSim" section
1515 MetSim:
16-
1716 # Time step in minutes
1817 time_step: 30
1918 # Forcings begin here (year-month-day)
@@ -32,55 +31,44 @@ directory. For demonstration here is an example YAML configuration file::
3231 utc_offset: True
3332
3433 out_vars:
35-
3634 temp:
37-
3835 out_name: 'airtemp'
3936 units: 'K'
4037
4138 prec:
42-
4339 out_name: 'pptrate'
4440 units: 'mm/s'
4541
4642 shortwave:
47-
4843 out_name: 'SWradAtm'
4944
5045 spec_humid:
51-
5246 out_name: 'spechum'
5347
5448 air_pressure:
55-
5649 out_name: 'airpres'
5750 units: 'kPa'
5851
5952 wind:
60-
6153 out_name: 'windspd'
6254
6355 chunks:
64-
6556 lat: 3
6657 lon: 3
6758
6859 forcing_vars:
69-
7060 # Format is metsim_name: input_name
7161 prec : 'Prec'
7262 t_max : 'Tmax'
7363 t_min : 'Tmin'
7464
7565 state_vars:
76-
7766 # Format is metsim_name: input_name
7867 prec : 'Prec'
7968 t_max : 'Tmax'
8069 t_min : 'Tmin'
8170
8271 domain_vars:
83-
8472 # Format is metsim_name: input_name
8573 lat : 'lat'
8674 lon : 'lon'
@@ -90,7 +78,6 @@ directory. For demonstration here is an example YAML configuration file::
9078 dur : 'dur'
9179
9280 constant_vars:
93-
9481 wind : 2.0
9582
9683This is a minimal configuration file for MetSim. For a complete description of the
You can’t perform that action at this time.
0 commit comments