Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Three Alternative Models for Clear Sky Emissivity Calculation #7562

Merged
merged 25 commits into from
Feb 19, 2020
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5ac18c3
NFP
xuanluo113 Oct 16, 2019
c8369c5
Merge branch 'develop' of https://github.com/NREL/EnergyPlus into sky…
xuanluo113 Nov 22, 2019
7f04451
Merge branch 'develop' of https://github.com/NREL/EnergyPlus into sky…
xuanluo113 Jan 14, 2020
c957308
first commit
xuanluo113 Jan 17, 2020
109065d
Merge branch 'develop' of https://github.com/NREL/EnergyPlus into sky…
xuanluo113 Jan 17, 2020
2b808b6
Merge branch 'develop' of https://github.com/NREL/EnergyPlus into sky…
xuanluo113 Jan 19, 2020
1da7809
unit test
xuanluo113 Jan 21, 2020
d4534b5
docs
xuanluo113 Jan 22, 2020
f3d0e16
Merge branch 'develop' of https://github.com/NREL/EnergyPlus into sky…
xuanluo113 Jan 31, 2020
eec49cb
address comments
xuanluo113 Feb 3, 2020
52bbc1d
Merge branch 'develop' of https://github.com/NREL/EnergyPlus into sky…
xuanluo113 Feb 3, 2020
0e5da34
eio
xuanluo113 Feb 5, 2020
339880d
Merge remote-tracking branch 'remotes/origin/develop' into sky-emissi…
mjwitte Feb 10, 2020
5d08b28
Merge remote-tracking branch 'remotes/origin/develop' into sky-emissi…
mjwitte Feb 11, 2020
6094f49
Sky emissivity - cleanup eio merge conflicts
mjwitte Feb 11, 2020
d1922af
bug fix
xuanluo113 Feb 12, 2020
b4cee45
dd-eio
xuanluo113 Feb 12, 2020
9ad7fa6
merge
xuanluo113 Feb 13, 2020
40752bb
merge
xuanluo113 Feb 13, 2020
2d00fbd
Merge branch 'develop' of https://github.com/NREL/EnergyPlus into sky…
xuanluo113 Feb 14, 2020
d109306
Merge branch 'develop' of https://github.com/NREL/EnergyPlus into sky…
xuanluo113 Feb 14, 2020
190f559
fix-1
xuanluo113 Feb 14, 2020
3496ad1
fix-2
xuanluo113 Feb 15, 2020
4c34322
fix-3
xuanluo113 Feb 18, 2020
dfab3af
merge
xuanluo113 Feb 18, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
Alternative Models for Clear Sky Emissivity Calculation
================

**Xuan Luo, Tianzhen Hong, Yukai Tomsovic**

**Lawrence Berkeley National Laboratory**

- Original Date: October 15, 2019

## Justification for New Feature ##

Sky emissivity, which represents the complex combination of the spectrally-dependent emissivity of atmospheric constituents, is fundamental to the calculation of downwelling longwave atmospheric radiation [1]. In EnergyPlus, the clear sky emissivity is used to calculated the clear sky temperature. Over the last century, researchers have proposed empirical sky emissivity models as a function of meteorological variables, including ambient temperature, water vapor pressure, or dew point temperature. The differences in these models result in large differences in estimations of thermal energy exchange that can be amplified by climate or application, such as radiative cooling [2].

There are two major algorithms adopted in BPS programs, one based on the work of Clark & Allen (1978) [3], the other Martin & Berdahl (1984) [4]. Currently, EnergyPlus uses the Clark-Allen model based on a logarithmic relationship to dew point temperature, which was formulated using measurements limited to data collected over one year in San Antonio, Texas. While the original authors reported a low root mean square error (RMSE) of 10 W/m<sup>2</sup> while used to caculate long wave radiations, studies by the International Energy Agency and Dai and Fang demonstrated that, out of the empirical models examined, Clark-Allen had among the highest high errors when tested against MODTRAN predictions and observed data, respectively [5-6]. Further illustrating the limitations of Clark-Allen, a more recent assessment by Zhang et al shows that application of this model to calculate downwelling radiation in all-sky conditions tends to result in larger errors for low altitude and humid climates [6]. Literature indicates that this model is of insufficient accuracy. However, because the accuracy of emissivity models is limited by available measured data and strongly correlated to local conditions, it is difficult to establish a clear consensus among literature of the “best” model. For example, the most accurate model presented is often the model that was developed or fitted to the same region or climate as the dataset being studied. Despite this challenge, there is convincing evidence that more appropriate models than Clark-Allen for wide application to the contiguous United States exist.

We propose to add the calibrated version [7] of the Berdahl and Martin [4], Brunt [8] and Idso [9] models, identified as three models with higher accuracy compared to Clark-Allen and other existing popular models. The three models are calibrated using the radiation and meteorological measurements from the SURFRAD (Surface Radiation Budget Network) and ASOS (Automated Surface Observing System) operated by NOAA (National Oceanic and Atmospheric Administration). Currently seven SURFRAD stations are operating
in climatologically diverse regions over the contiguous United States including Bondville (in Illinois), Boulder (in Colorado), Desert Rock (in Nevada), Fort Peck (in Montana), Goodwin Creek (in Mississippi), Penn State University (in Pennsylvania) and Sioux Falls (in South Dakota) represent the climatological diversities.

This feature update would allow users to select from these three models as alternatives to Clark-Allen to calculate the sky emissivity and temperature.

## E-mail and Conference Call Conclusions ##

N/A

## Overview ##

Berdahl and Martin (1984) proposed the following relationship between dew point temperature (T<sub>d</sub>, C) and clear sky emissivity:

ε = 0.711 + 0.56・(T<sub>d</sub>/100) + 0.73・(T<sub>d</sub>/100)^2 &nbsp;&nbsp; Eq. (4) Eq. (1)

Brunt (1932) proposed the following relationship between partial water vapor pressure (P<sub>w</sub>, hPa) and clear sky emissivity:

ε = 0.52 + 0.065・(P<sub>w</sub>)1/2 &nbsp;&nbsp; Eq. (2)

Idso (1981) uses both partial water vapor pressure (Pw, hPa) and ambient temperature (T<sub>a</sub>, K) in this empirical model:

ε = 0.70 + 5.95・10E-5・(P<sub>w</sub> ∙ exp(1500/T<sub>a</sub>)) &nbsp;&nbsp; Eq. (3)

These three models are among the most widely accepted models, and all show improved performance over Clark-Allen in comparisons for locations across the United States [5-6]. When analyzed against observed longwave irradiance data, irradiation calculated with these models had relative RMSEs as low as 4% [10-11]. However, in order to address the challenge of location dependence, Li et al performed a grid-search recalibration using data from seven SURFRAD stations across the United States. Their study indicates that, after calibration, the models not only improved significantly in accuracy but also can be grouped into a few families yielding the same longwave irradiance values. This suggests that one of the most important factors in the accuracy of the proposed model is the fitting dataset, for local climate and geography cause large variations in emissivity. Original formulations of these models using small datasets in one location to fit the relationship between the desired meteorological variable and sky emissivity are likely to produce large errors when applied to data outside that region [12].

Newly calibrated forms of the three models proposed by Li et al are chosen for implementation in EnergyPlus. Li et al’s extensive dataset of over 30,000 data points and subsequent analysis provides conclusive results that both of these models will accurately estimate sky emissivity. The calibrated forms of Martin & Berdahl, Brunt, and Idso from Li et alare listed:

Martin & Berdahl Calibrated: ε = 0.758 + 0.521・(T<sub>d</sub>/100) + 0.625・(T<sub>d</sub>/100)^2 &nbsp;&nbsp; Eq. (4)

Brunt Calibrated: ε = 0.618 + 0.056・(P<sub>w</sub>)^1/2 &nbsp;&nbsp; Eq. (5)

Idso Calibrated: ε = 0.685 + 3.2・10E-5・P<sub>w</sub>・exp(1699/T<sub>a</sub>) &nbsp;&nbsp; Eq. (6)

Table 1 summarizes studies that examined the performance of the original and calibrated forms in calculating longwave radiation (LW, W/m<sup>2</sup>), which is a function of sky emissivity and ambient temperature:

LW = ε ∙ 5.6697 ∙ 10E-8 ∙ T<sub>a</sub><sup>4</sup> &nbsp;&nbsp; Eq (7)

**Table 1. Summary of reported clear sky atmospheric longwave radiation errors compared to observed data**

| Reference | Original model RMSE (W/m2) | Calibrated model RMSE (W/m2) |
|----------------------------------|---------------------------------|---------------------------------|
| Brunt(1931) | 32.24 | 13.24 |
| Idso(1981) | 14.03 | 13.18 |
| Berdahl & Martine (1984) | 22.42 | 13.24 |

This improved sky emissivity feature would allow the user to select one of the three models, the calibrated Brunt (1932), the calibrated Idso (1981), and Clark-Allen (1978) using common meteorological inputs of ambient temperature (all), dewpoint temperature (Clark-Allen), and water vapor pressure (Idso and Brunt). The user can expect errors within 4-5% or around 14 W/m<sup>2</sup> when using these models as reported by Li et al.

## Approach ##

We propose to add a new field to the existing `WeatherProperty:SkyTemperature` object to indicate the model to calculate the clear sky emissivity for calculating sky temperature.

```
WeatherProperty:SkyTemperature,
\memo This object is used to define alternative sky temperature calculation or schedule import methods.
A1, \field Name
\note blank in this field will apply to all run periods (that is, all objects=
\note SizingPeriod:WeatherFileDays, SizingPeriod:WeatherFileConditionType or RunPeriod
\note otherwise, this name must match one of the environment object names.
\type object-list
\object-list RunPeriodsAndDesignDays
A2, \field Calculation Type
\required-field
\note The field indicates that the sky temperature will be imported from external schedules or calculated by alternative methods other than default.
\type choice
\key ScheduleValue
\key DifferenceScheduleDryBulbValue
\key DifferenceScheduleDewPointValue
\key UseBruntModel
\key UseIdsoModel
\key UseBerdahlMartinModel
A3; \field Schedule Name
\note if name matches a SizingPeriod:DesignDay, put in a day schedule of this name
\note if name is for a SizingPeriod:WeatherFileDays, SizingPeriod:WeatherFileConditionType or
\note RunPeriod, put in a full year schedule that covers the appropriate days.
\note Required if Calculation Type is ScheduleValue, DifferenceScheduleDryBulbValue or DifferenceScheduleDewPointValue.
\type object-list
\object-list DayScheduleNames
\object-list ScheduleNames
```

## Testing/Validation/Data Source(s) ##

With the example file - DOE reference small office model, we will compare the sky emissivity and temperature calculation results between models.

## Input Output Reference Documentation ##

To be developed.

## Input Description ##

The `Calculation Type` field under the _WeatherProperty:SkyTemperature_ object will be modified to take two new keys as the choice:

- **UseBerdahlMartinModel**
- **UseBruntModel**
- **UseIdsoModel**

## Outputs Description ##

N/A

## Engineering Reference ##

To be developed.

## Example Files and Transition Changes ##

The existing DOE reference small office model will be modified to use alternative clear sky emissivity calculation methos.

No transition change is required.

## References ##

[1] M. Cucumo, A. De Rosa, and V. Marinelli, “Experimental testing of correlations to calculate the atmospheric ‘transparency window’ emissivity coefficient,” Sol. Energy, vol. 80, no. 8, pp. 1031–1038, Aug. 2006.

[2] L. Evangelisti, C. Guattari, and F. Asdrubali, “On the sky temperature models and their influence on buildings energy performance: A critical review,” Energy Build., vol. 183, pp. 607–625, 2019.

[3] G. Clark, C. Allen, "The Estimation of Atmospheric Radiation for Clear and Cloudy Skies," In Proceedings of the 2nd National Passive Solar Conference, pp. 675–678, 1978.

[4] P. Berdahl, M. Martin, "Emissivity of ClearSkies," Solar Energy, 32(5), pp.663–664, 1984.

[5] Q. Dai and X. Fang, “A new model for atmospheric radiation under clear sky condition at various altitudes,” Adv. Sp. Res., vol. 54, no. 6, pp. 1044–1048, Sep. 2014.

[6] K. Zhang, T. P. Mcdowell, and M. Kummert, “Sky Temperature Estimation and Measurement for Longwave Radiation Calculation,” no. 3, pp. 769–778, 2017.

[7] M. Li, Y. Jiang, and C. F. M. Coimbra, “On the determination of atmospheric longwave irradiance under all-sky conditions,” Sol. Energy, vol. 144, pp. 40–48, 2017.

[8] D. Brunt, “Notes on Radiation in the Atmosphere,” 1932.

[9] S. B. Idso, “A set of equations for full spectrum and 8-14 um thermal radiation from cloudless skies,” Water Resour. Res., vol. 17, no. 2, pp. 295–304, 1981.

[10] M. Choi, J. M. Jacobs, and W. P. Kustas, “Assessment of clear and cloudy sky parameterizations for daily downwelling longwave radiation over different land surfaces in Florida, USA,” Geophys. Res. Lett., vol. 35, no. 20, 2008.

[11] F. Carmona, R. Rivas, and V. Caselles, “Estimation of daytime downward longwave radiation under clear and cloudy skies conditions over a sub-humid region,” Theor. Appl. Climatol., vol. 115, no. 1–2, pp. 281–295, 2014.

[12] M. G. G. Iziomon, H. Mayer, and A. Matzarakis, “Downward atmospheric longwave irradiance under clear and cloudy skies: Measurement and parameterization,” J. Atmos. Solar-Terrestrial Phys., vol. 65, no. 10, pp. 1107–1116, Jul. 2003.



Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,44 @@ \subsection{Sky Radiation Modeling}\label{sky-radiation-modeling}

Temperature\(_{drybulb}\) = drybulb temperature \{K\}

The sky emissivity is given by
By default, the clear sky emissivity is calculated by the Clark \& Allen (1978) model as

\begin{equation}
Sk{y_{emissivity}} = \left( {.787 + .764\cdot \ln \left( {\frac{{Temperatur{e_{dewpoint}}}}{{273.}}} \right)} \right)\cdot \left( {1. + .0224N - .0035{N^2} + .00028{N^3}} \right)
Sky_{clear-sky-emissivity} = 0.787 + 0.764\cdot \ln \frac {T_{dewpoint}}{T_{Kelvin}}
\end{equation}

where
where, T\(_{dewpoint}\) = dewpoint temperature \{K\}.

Alternatively, the clear sky emissivity can also be calculated using different models set by the user from options using the \textbf{WeatherProperty:SkyTemperature} object, including the calibrated version of the Berdahl and Martin, Brunt and Idso models (2017), listed as follows.

Calibrated Berdahl and Martin model:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor, but I've usually seen this referenced as Martin Berdahl rather than Berdahl Martin. Please check recent literature to see what's the most common citation of this model. It may depend on whether one is referencing this 1983 LBNL report https://escholarship.org/content/qt71v36429/qt71v36429.pdf or the 1984 paper you've referenced. Are the equations the same in both references?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They use the same equation for sky emissivity.

Emissivity of clear skies - Berdahl and Martin (https://doi.org/10.1016/0038-092X(84)90144-0) (cited 142) is the first to introduced the emissivity equation. Martin and Berdahl (https://doi.org/10.1016/0038-092X(84)90162-2) (cited 158) introduced the sky radiant temperature equation from this emissivity estimation.

I still tend to call it Berdahl and Martin because ESP-r that currently uses this algorithm calls it Berdahl and Martin algorithm. (http://www.esru.strath.ac.uk/Programs/ESP-r_FAQ.htm)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok


\begin{equation}
Sky_{clear-sky-emissivity} = 0.711 + 0.56\cdot(T_{dewpoint} / 100) + 0.73\cdot{T_{dewpoint} / 100}^2.
\end{equation}

Calibrated Brunt model:

\begin{equation}
Sky_{clear-sky-emissivity} = 0.52 + 0.065\cdot(P_{water-vapor})^0.5,
\end{equation}

Temperature\(_{dewpoint}\) = dewpoint temperature \{K\}
where, P\(_{water-vapor}\) = partial water vapor pressure \{hPa\}.

Calibrated Idso model:

\begin{equation}
Sky_{clear_sky_emissivity} = 0.70 + 5.95\cdot10E-5\cdot(P_{water-vapor} \cdot exp(1500/T_{drybulb})).
\end{equation}


Then the sky emissivity is given by:

\begin{equation}
Sky_{emissivity} = Sky_{clear-sky-emissivity} \cdot \left( {1. + .0224N - .0035{N^2} + .00028{N^3}} \right)
\end{equation}

N = opaque sky cover \{tenths\}
where, N = opaque sky cover \{tenths\}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applicable references from the NFP need to be added to the Engineering Ref section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.


Example: Clear sky (N = 0), Temperature\(_{drybulb}\) = 273+20 = 293 K, Temperature\(_{dewpoint}\) = 273+10 = 283 K:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ \subsubsection{Inputs}\label{inputs-7-013}

\subsection{WeatherProperty:SkyTemperature}\label{weatherpropertyskytemperature}

Sky Temperature, or radiative sky temperature, is internally calculated by EnergyPlus using an algorithm using horizontal infrared radiation from sky, cloudiness factors and current temperature. The algorithm is fully described in the Engineering Reference document. For flexibility, the following object can be entered to override the internal calculations. Much of the literature describes the sky temperature as relative to either drybulb or dewpoint temperature.
Sky Temperature, or radiative sky temperature, is internally calculated by EnergyPlus using an algorithm using (1) horizontal infrared radiation or (2) an empirical model using sky cloudiness factors and current clear sky emissivity. By default, EnergyPlus calculates clear sky emissivity using Clark-Allen model, and its algorithm is fully described in the Engineering Reference document. For flexibility, the following object can be entered to adopt alternative sky emissivity calculation methods, or to override the entire internal sky temperature calculation from schedule import. Alternative methods of sky emissivity calculation include the calibrated forms of Martin \& Berdahl, Brunt, and Idso model, and their algorithms are described in the Engineering Reference as well. Much of the literature describes the sky temperature as relative to water vapor pressure, drybulb or dewpoint temperature.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence reads very differently from the original regarding horizontal infrared radiation. The original implies HorizIR is used in conjunction with the empirical model, but the new text implies HorizIR is a separate method (which doesn't have an option) so I'm confused by the revision.

Oh, I see from the code that it will use horizontal IR if present in the weather data, if one of the models is selected, but not if it's scheduled. That needs to be much more clear here. And should there be an option to always use the model even when horizontal IR is present? Not sure which way I lean on that question.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logic is re-illustrated.


\subsubsection{Inputs}\label{inputs-8-011}

Expand All @@ -849,15 +849,22 @@ \subsubsection{Inputs}\label{inputs-8-011}

\paragraph{Field: Calculation Type}\label{field-calculation-type}

Allowable entries here are: \textbf{ScheduleValue}, \textbf{DifferenceScheduleDryBulbValue}, or \textbf{DifferenceScheduleDewPointValue}.
In each case the following field must specify a valid schedule name.
Allowable entries here are: \textbf{ScheduleValue}, \textbf{DifferenceScheduleDryBulbValue}, \textbf{DifferenceScheduleDewPointValue}, \textbf{UseBruntModel}, \textbf{UseIdsoModel}, or \textbf{UseBerdahlMartinModel}.

In the case of \textbf{ScheduleValue}, \textbf{DifferenceScheduleDryBulbValue} and \textbf{DifferenceScheduleDewPointValue} the following field must specify a valid schedule name.

\textbf{ScheduleValue} -- the values in the schedule are used as the sky temperature.

\textbf{DifferenceScheduleDryBulbValue} -- the values in the schedule are \emph{subtracted} from the drybulb temperature value (+values would then be less than the drybulb temperature, -values would then be greater than the drybulb temperature) for the resulting sky temperature value.

\textbf{DifferenceScheduleDewPointValue} -- the values in the schedule are \emph{subtracted} from the dewpoint temperature value (+values would then be less than the dewpoint temperature, -values would then be greater than the dewpoint temperature) for the resulting sky temperature value.

\textbf{UseBruntModel} -- the clear sky emissivity are calculated using Brunt model.

\textbf{UseIdsoModel} -- the clear sky emissivity are calculated using Idso model.

\textbf{UseBerdahlMartinModel} -- the clear sky emissivity are calculated using Berdahl & Martin model.

\paragraph{Field: ScheduleName}\label{field-schedulename}

This field specifies a schedule name to accomplish the sky temperature calculation from the previous field. A Schedule:Day:* (i.e., \hyperref[scheduledayhourly]{Schedule:Day:Hourly}, \hyperref[scheduledayinterval]{Schedule:Day:Interval}, \hyperref[scheduledaylist]{Schedule:Day:List}) should be specified if the name in the name field matches a \hyperref[sizingperioddesignday]{SizingPeriod:DesignDay} object. If the name is one of the weather file period specifications (i.e. matches a \hyperref[sizingperiodweatherfiledays]{SizingPeriod:WeatherFileDays}, \hyperref[sizingperiodweatherfileconditiontype]{SizingPeriod:WeatherFileConditionType} or \hyperref[runperiod]{RunPeriod}), then the schedule name must match a full year schedule (i.e. \hyperref[scheduleyear]{Schedule:Year}, \hyperref[schedulecompact]{Schedule:Compact}, \hyperref[schedulefile]{Schedule:File}, or \hyperref[scheduleconstant]{Schedule:Constant}).
Expand Down Expand Up @@ -898,6 +905,15 @@ \subsubsection{Inputs}\label{inputs-8-011}
5; !- Value Until Time 1
\end{lstlisting}

Another example of IDF usage:

\begin{lstlisting}
WeatherProperty:SkyTemperature,
,
UseBerdahlMartinModel; !- Calculation Type
\end{lstlisting}


\subsection{Site:WeatherStation}\label{siteweatherstation}

The Site:WeatherStation object is used to specify the measurement conditions for the climatic data listed in the weather file. These conditions indicate the height above ground of the air temperature sensor, the height above ground of the wind speed sensor, as well as coefficients that describe the wind speed profile due to the terrain surrounding the weather station. There are necessary correlations between the entries for this object and some entries in the Building object, specifically the \textbf{Terrain} field.
Expand Down
6 changes: 5 additions & 1 deletion idd/Energy+.idd.in
Original file line number Diff line number Diff line change
Expand Up @@ -1457,15 +1457,19 @@ WeatherProperty:SkyTemperature,
\object-list RunPeriodsAndDesignDays
A2, \field Calculation Type
\required-field
\note The field indicates that the sky temperature will be imported from external schedules or calculated by alternative methods other than default.
\type choice
\key ScheduleValue
\key DifferenceScheduleDryBulbValue
\key DifferenceScheduleDewPointValue
\key UseBruntModel
\key UseIdsoModel
\key UseBerdahlMartinModel
xuanluo113 marked this conversation as resolved.
Show resolved Hide resolved
A3; \field Schedule Name
\required-field
\note if name matches a SizingPeriod:DesignDay, put in a day schedule of this name
\note if name is for a SizingPeriod:WeatherFileDays, SizingPeriod:WeatherFileConditionType or
\note RunPeriod, put in a full year schedule that covers the appropriate days.
\note Required if Calculation Type is ScheduleValue, DifferenceScheduleDryBulbValue or DifferenceScheduleDewPointValue.
\type object-list
\object-list DayScheduleNames
\object-list ScheduleNames
Expand Down
Loading