Skip to main content

Live fuel moisture content time series in Catalonia since 1998

Abstract

Key message

We present a structured and curated database covering 21 years of LFMC measurements in the Catalan region, along with an associated R package to manage updates and facilitate quality processing and visualisation. The data set provides valuable information to study plant responses to drought and improve fire danger prediction. Dataset access is at https://doi.org/10.5281/zenodo.4675335, and associated metadata are available at https://metadata-afs.nancy.inra.fr/geonetwork/srv/fre/catalog.search#/metadata/583fdbae-3200-4fa7-877c-54df0e6c5542.

1 Background

Live fuel moisture content (LFMC), the ratio of water mass over the dry mass of living shoots, is a critical parameter related with flammability and wildfire behaviour (Chandler et al. 1983; Chuvieco et al. 2009; Fares et al. 2017; Resco de Dios 2020). In 1994, the Catalan Forest Fire Prevention Service (SPIF), in collaboration with Catalan Forest Rangers, initiated a LFMC monitoring program to provide operational fire danger evaluation with ground information regarding plant water status. Only four sites were monitored during 1994–1996, following Countryman and Dean (1979) and Norum and Miller (1984). With the aim to increase the size and representativeness of LFMC samples, in 1997 researchers of the Ecological and Forestry Applications Research Centre (CREAF) were requested to suggest a broader set of sampling areas and species representative of Mediterranean shrub habitats, as well as to standardize field and laboratory protocols (Piñol and Ogaya 1997). With this information in hand, in 1998 SPIF initiated the systematic monitoring of LFMC in four localities and five additional ones were included in 2001, achieving nine localities representative of Mediterranean shrublands within Catalonia. LFMC measurements were initially performed every two weeks from May to September and monthly during the rest of the year, but since 2004 LFMC samples are taken every two weeks the whole year round.

2 Methods

2.1 Site description

Sampling sites are distributed in nine localities within the Mediterranean climate area of Catalonia, five of them between 0 and 300 m.a.s.l., and four of them between 500 and 700 m.a.s.l. The mean annual temperature range across sampling localities is 13 to 16 °C, and mean annual precipitation goes from 500 to 750 mm (Table 1).

Fig. 1
figure 1

Geographical distribution of sampling sites (table 2) in the nine localities (table 1) in forest areas of Catalonia. Number of samples and last sampling year are indicated

Table 1 Climate, habitat, geological characteristics, and year of last fire (if any) of the nine localities included in the LFMC monitoring (see Fig. 1). The coordinates of the sampling sites and sampling periods are given in Table 2. MAP: mean annual precipitation (mm·year−1); MSP: mean summer precipitation (mm·year−1) (source: Digital Climatic Atlas of Catalonia 1961–1990); fire: year of last wildfire impacting the area. AWS code: nearest Automatic Weather Station Code (www.meteo.cat/wpweb/serveis/cataleg-de-serveis/dades-meteorologiques/#xema)

Sampling sites are in places with less than 30% slope, a southern aspect, tree canopy cover of less than 10%, homogenous vegetation age (four of them in previously burnt areas), and sufficient abundance of target species to sample. The representative area ranges from 2 to 7 ha across sampling sites. During the 25 years of LFMC monitoring, some sampling sites have been relocated due to wildfires, fuel treatments, or access difficulties. This explains why some localities include different sampling sites, as shown in Table 2.

Table 2 Geographic coordinates (WGS84), period of years, number of samples (n), means, and 5% and 95% quantiles of available LFMC data, per plant species and sampling site within the nine localities

2.2 Species description

The five sampled species (Arbutus unedo L., Cistus monspeliensis L., Pinus halepensis Mill., Quercus coccifera L., and Salvia rosmarinus (L.) Schleid) are characteristics of Mediterranean shrublands and widely distributed in the Mediterranean basin. Despite that all five species are well adapted to summer drought, they present different morphological traits to cope with drought intensity and extension. A. unedo and Q. coccifera are evergreen broad-leaved shrubs or small trees and resprout after fire from belowground organs. P. halepensis is an evergreen needle-leaved tree that usually regenerates densely after fire from seeds stored in serotinous cones. Among the five species, A. unedo has the highest leaf size, specific leaf area, and mean diameter of xylem vessels, and lowest wood density, suggesting a lower tolerance to severe drought (Castro-Díez 1996). Low specific leaf area and mean vessel diameter in Q. coccifera and P. halepensis suggest a higher tolerance to drought of both species. C. monspeliensis and S. rosmarinus regenerate from seed bank after fire. Despite their high mean vessel diameter, tolerance to drought of these species relies on their low specific leaf area and leaf marcescent phenology, some of them falling during severe summer drought and the rest rehydrating after rain.

2.3 Vegetation sampling and LFMC estimation

Vegetation sampling and laboratory protocols follow Piñol and Ogaya (1997). LFMC samples are currently collected in the field by Catalan Forest Rangers at 12:00 UT every 2 weeks all year round (Gabriel et al. 2021). Two or three species are sampled in each locality (Table 2). For each species to be sampled in each site, 20 shoots of 5-mm-diameter live branches, exposed to the sun and corresponding to different individuals, are selected, clipped, and put together into a 5-l hermetic plastic container. Soil and temperature data are also recorded in three localities (Begues, El Bruc, and Camarasa) using time-domain reflectometry (TDR) sensors.

Once at the laboratory, samples are weighted fresh (Fw), oven dried at 100 °C for 48 h and weighted dry (Dw) with a balance (0.1 g precision). After that, fuel moisture content, as percent on a dry mass basis, is calculated using

$$ \mathrm{LFMC}\ \left(\%\right)=\frac{\left( Fw- Dw\right)}{Dw}\ast 100 $$

After weighting dry samples, leaf and stem fractions are separated, obtaining the dry weight of leaves (Lw) and stems (Sw), from which the leaf-to-stem (LSR) percent ratio is obtained:

$$ \mathrm{LSR}\ \left(\%\right)=\frac{Lw}{Sw}\ast 100 $$

LSR is measured and stored to inform about the dynamics of fuel load or the level of branch defoliation. The mean and 5% and 95% quantiles of LFMC series per plant species and sampling site within the nine localities are shown in Table 2.

2.4 Manual filtering

LFMC raw data tables were manually processed to detect inconsistencies and anomalous values related to sample processing, wrong species, or site coding. Missing database records were filled when physical paper backups were available; otherwise, they were excluded. Anomalous LFMC values were identified if being outside a species-specific range.

2.5 Automated outlier detection

Data quality from each species in each site was assessed using univariate time series analyses. These analyses require complete series; therefore, a previous imputation process was carried out. For each series, the unsampled fortnights were identified as missing LFMC values and replaced by a linearly weighted moving average, with a four-value window size. For automatic outlier detection, we used an approach based on fitting an autoregressive integrated moving average (ARIMA) model to each time series. We only considered those series with more than 15 years of data. The ARIMA model selection was carried out using the auto.arima function from forecast package (Hyndman et al. 2020). The order of non-seasonal differencing was set to zero for all series, after evaluating stationarity using augmented Dickey-Fuller t-statistic tests. Parameter values of the selected model by series are available as ancillary dataset in the LFMC package. Two types of outliers were determined: (1) Additive Outliers (AO), single anomalous observations that do not affect subsequent observations in the series, and (2) Temporary Changes (TC), an anomalous event with a decreasing exponential effect. We did not consider a third type called Level Shifts (LS), because an abrupt change in LFMC values is not expected to permanently change the average of LFMC time series. The automatic procedure to detect outliers was implemented using the ‘tso’ function from tsoutliers package in R (López-de-Lacalle 2019). Outliers were iteratively detected in the ARIMA model residuals by calculating two different test statistics, according to each outlier type. All outliers detected were manually verified by species.

3 Access to the data and metadata description

3.1 Database structure and design

A relational database was designed to store LFMC data in a format ensuring long-term integrity. Additionally, this approach allows a flexible access to data, while maintaining the database in a consistent state. The relational model for LFMC database is shown in Fig. 2, which includes seven tables:

  • LFMC table contains both LFMC and LSR estimates, along with their components. Each record corresponds to the pooled sample of 20 shoots by species (Sect. 2.3). Each sample is identified with a unique sample code. The table includes two logical variables (flags) to indicate the results of manual and automatic outlier detection procedures (Sects. 2.4 and 2.5).

  • For those records in the LFMC table including reproductive and leaf phenology data, the information specifying phenology system and phenology values are stored in table PHENOLOGY.

  • The SPECIES table contains a unique identifier per species (SpeciesCode), and the scientific and vernacular species names.

  • SITES table contains information about sampling sites, including a unique identifier of the locality-sampling site (SamplingSiteCode), locality and sites codes and names, site coordinates, and the starting and ending sampling years.

  • For records in the SITES table including data of soil temperature and time-domain reflectometry (TDR) moisture sensor, the information associated is stored in tables SOIL_MEASUREMENTS, and TDR_SENSOR.

  • Table SITES_SPECIES corresponds to a transitive table that allows the referential integrity in the database. This table contains a unique identifier for each species sampled in each sampling site (SiteSpCode).

Fig. 2
figure 2

Relational data model of the LFMC database, showing the entities along with their corresponding attributes, entity integrity constraints (primary and foreign keys), and the cardinality correspondence among entities

3.2 Database management

The LFMC database was implemented using the SQLite database management systems. An associated R package was written to facilitate database update and maintenance, as well as data processing and visualization. The main functions included in the package are shown in Table 3.

Table 3 Main functions of the LFMC package

3.3 Data accessibility

A public version of the database and associated R package is available through Zenodo (Gabriel et al. 2021, https://doi.org/10.5281/zenodo.4675335) and includes data for attributes FreshMass, DryMass, LFMC, and quality flags. Associated metadata are available at https://metadata-afs.nancy.inra.fr/geonetwork/srv/fre/catalog.search#/metadata/583fdbae-3200-4fa7-877c-54df0e6c5542. Development versions of the package are available in a GitHub repository (https://github.com/spif-ctfc/LFMC). Access to PhenologyCode, DryStem, DryLeaf, and LeafStemRatio attributes of the LFMC data table, as well as data from tables PHENOLOGY, SOIL_MEASUREMENTS, and TDR_SENSOR, will be made publicly available in a near future.

4 Technical validation

A total of 94 Additive Outliers and 49 Temporary Changes were automatically detected for LFMC values (Table 4). Both types of outliers were most often found for LFMC series of Q. coccifera. For this species, the delta parameter determining the exponential decay improved the AO estimations when set to δ = 0.5. For the remaining species, δ = 0.5 did not increase the number of TC found nor improved the AO estimations, so the default value (δ = 0.7) was kept. The high incidence of TC values in Tivissa might be explained because the locality includes different sampling sites. For all LFMC series, while AO values did not show a seasonal tendency, most of the TC found occurred during spring.

Table 4 Total number of LFMC samples, total of additive outliers (AO) and temporary change (TC) detected for each species by sampling site

Figure 3 shows two examples of LFMC series in the database, corresponding to S. rosmarinus and Q. coccifera in the same sampling site (Camarasa). AO and TC detected by the time series analysis are indicated, as well as the long-term trend obtained from the same analysis. To assess the correspondence between LFMC trends and weather indices, we used the Standardized Precipitation Index (SPI) time series (McKee et al. 1993) from weather data of nearby automated stations of the Catalan Meteorological Service. Time series of the SPI for 3-month and 12-month accumulation period are also shown in Fig. 3.

Fig. 3
figure 3

Live fuel moisture content (LFMC) and Standardized precipitation index (SPI) series at “Penyalta” sampling site for the period 2002–2011: LFMC original data series (grey line), adjusted series (colour), and outliers detected (red points) for Salvia rosmarinus (a) and Quercus coccifera (d). Trend component of LFMC time series for S. rosmarinus and (b) Q. coccifera (e). SPI series for 3-month accumulation period (C), and 12-month accumulation period (F)

Trend component series for both Salvia rosmarinus and Quercus coccifera are broadly related with SPI series, the lowest values of SPI coinciding with the lowest trend values, although the trend for Salvia rosmarinus seems to be more sensitive to drought periods than that of Quercus coccifera. TC and AO values found for Q. coccifera, and the corresponding increase in the LFMC trend, occurred in periods 2002–2003 and 2009–2010, which were relatively moist compared to the dry years between 2005 and 2008.

5 Reuse potential and limits

We expect the LFMC database to be useful for research on LFMC behaviour, prediction, and how it relates to meteorological, physiological, or remote sensing data (e.g. Ruffault et al. 2018a). In particular, we expect it to be useful for research related with the evaluation of wildfire risk, such as the study of the relationships between drought or climate drivers with the LFMC of different species (Viegas et al. 2001; Castro et al. 2003; Pellizaro et al. 2007), the calibration and validation of remote sensing products (Yebra et al. 2013; Marino et al. 2018), the study and prediction of plant flammability (Saura-Mas et al. 2010; Madrigal et al. 2013; Fares et al. 2017) and fire spread rate (Rossa et al. 2016; Pimont et al. 2019), or the study of the LFMC role in wildfire events and regimes (Ruffault et al. 2018b). In addition, the database can be used to study the ecophysiological traits and processes driving LFMC dynamics (De Cáceres et al. 2015; Nolan et al. 2018; Pivovaroff et al. 2019). Importantly, pooling this LFMC database with the French Reseau Hydrique (Martin-StPaul et al. 2018; Duché et al. 2017) would yield a great robust and long-term LFMC dataset covering the north-western Mediterranean area for more than 20 years. The presented database also contributes to increase the amount of LFMC data available worldwide (Yebra et al. 2019).

References

  • Castro FX, Tudela A, Sebastià MT (2003) Modeling moisture content in shrubs to predict fire risk in Catalonia (Spain). Agric For Meteorol 116:49–59. https://doi.org/10.1016/S0168-1923(02)00248-4

    Article  Google Scholar 

  • Castro-Díez P (1996) Variaciones estructurales y funcionales de los fanerófitos dominantes en las comunidades de encinar a lo largo de un gradiente climático atlántico-mediterráneo (Structural and functional variations of dominant phanerophytes in holm oak communities along an Atlantic-Mediterranean climate gradient). Ph.D Thesis. University of León

  • Chandler C, Cheney P, Thomas P, Trabaud L, Williams D et al (1983) Fire in forestry. Forest Fire Behavior and Effects, vol 1. John Wiley & Sons, Ed, New York

    Google Scholar 

  • Chuvieco E, González I, Verdú F, Aguado I, Yebra M (2009) Prediction of fire occurrence from live fuel moisture content measurements in a Mediterranean ecosystem. Int J of Wildland Fire 18(4):430–441. https://doi.org/10.1071/WF08020

    Article  Google Scholar 

  • Countryman CM, Dean WA (1979) Measuring moisture content in living Chaparral: a field user’s manual. General Technical Report PSW-036. Berkeley, CA: U.S. Department of Agriculture, Forest Service, Pacific Southwest Research Station. 28 p

  • De Cáceres M, Martinez-Vilalta J, Coll LL, Llorens P, Casals P, Poyatos RG, Pausas J, Brotons LL (2015) Coupling a water balance model with forest inventory data to predict drought stress: the role of forest structural change vs. climate change. Agric For Meteorol 213:77–90. https://doi.org/10.1016/j.agrformet.2015.06.012

    Article  Google Scholar 

  • Duché Y, Savazzi R, Toutchkov M, Cabanne E (2017) Multisite and multispecies live fuel moisture content (LFMC) series in the French Mediterranean since 1996 [Data set]. Zenodo. https://doi.org/10.5281/zenodo162978

  • Fares S, Bajocco S, Salvati L, CAmarretta N, Dupuy JL, Xanthopoulus G, Guijarro M, Madrigal J, Hernando C, Corona P (2017) Characterizing potential wildland fire fuel in live vegetation in the Mediterranean region. Ann For Sci 74:1–14. https://doi.org/10.1007/s13595-016-0599-5

    Article  Google Scholar 

  • Gabriel E, Delgado R, De Cáceres M, Casals P, Tudela A, Castro X (2021) spif-ctfc/LFMC: fourth release of the LFMC database and managing package (Version v.0.1.3). [dataset]. https://doi.org/10.5281/zenodo.467533

  • Hyndman R, Athanasopoulos G, Bergmeir C, Caceres G, Chhay L, O'Hara-Wild M, Petropoulos F, Razbash S, Wang E, Yasmeen F (2020) _forecast: forecasting functions for time series and linear models_ R package version 8.12. https://pkg.robjhyndman.com/forecast/. Accessed May 2020

  • López-de-Lacalle J (2019) tsoutliers: Detection of outliers in time series R package version 06-8. https://CRANR-projectorg/package=tsoutliers

  • Madrigal J, Hernando C, Guijarro M (2013) A new bench-scale methodology for evaluating the flammability of live forest fuels. J Fire Sci 31:131–142. https://doi.org/10.1177/0734904112458244

    Article  Google Scholar 

  • Marino E, Guillén-Climent M, Algeet N et al (2018) Estimation of live fuel moisture content of shrubland using MODIS and Sentinel-2 images. Advances in forest fire research 2018:218–226

    Google Scholar 

  • Martin-StPaul N, Dupuy JL, Pimont F, Rigolot E, Ruffault J, Savazzi R, Toutchkov M, Duché Y, Cabanne E (2018) Live fuel moisture content (LFMC) time series for multiple sites and species in the French Mediterranean area since 1996. Ann For Sci 75:57. https://doi.org/10.1007/s13595-018-0729-3

    Article  Google Scholar 

  • McKee TB, Doesken NJ, Kleist J (1993) The relationship of drought frequency and duration to time scales. Proceedings of the Eighth Conf on Applied Climatology Anaheim, CA, Amer Meteor Soc: 179–184

  • Nolan RH, Hedo J, Arteaga C, Sugai T, de Dios R (2018) Physiological drought responses improve predictions of live fuel moisture dynamics in a Mediterranean forest. Agric For Meteorol 263:417–427. https://doi.org/10.1016/j.agrformet.2019.09.011

    Article  Google Scholar 

  • Norum RA, Miller M (1984) Measuring fuel moisture content in Alaska: standard methods and procedures United States Department of Agriculture, Forest Service, General Technical Report, 34 pp. https://doi.org/10.2737/PNW-GTR-171

  • Pellizzaro G, Cesaraccio C, Duce P, Ventura A, Zara P (2007) Relationships between seasonal patterns of live fuel moisture and meteorological drought indices for Mediterranean shrubland species. Int J Wildl Fire 16:232–241. https://doi.org/10.1071/WF06081

    Article  Google Scholar 

  • Pimont F, Ruffault J, Martin-StPaul NK, Dupuy JL (2019) Why is the effect of live fuel moisture content on fire rate of spread underestimated in field experiments in shrublands? Int J Wildland Fire 28:127–137. https://doi.org/10.1071/WF18091

    Article  Google Scholar 

  • Piñol J, Ogaya R (1997) Humitat del combustible fi viu a Catalunya els anys 1995 i 1996 (Fuel humidity in Catalonia in 1995 and 1996). Centre de Recerca Ecològica i Aplicacions Forestals, 23 pp

  • Pivovaroff AL, Emery N, Sharifi MR, Witter M, Keeley JE, Rundel PW (2019) The effect of ecophysiological traits on live fuel moisture content. Fire 2(2):28. https://doi.org/10.3390/fire2020028

    Article  Google Scholar 

  • Resco de Dios V (2020) Plant-fire interactions: applying ecophysiology to wildfire management. Managing forest ecosystems, vol.36. Springer International Publishing. Springer Nature Switzerland AG. https://doi.org/10.1007/978-3-030-41192-3

  • Rossa CG, Veloso R, Fernandes PM (2016) A laboratory-based quantification of the effect of live fuel moisture content on fire spread rate. International Journal of Wildland Fire 25:569–573. https://doi.org/10.1071/WF15114

    Article  Google Scholar 

  • Ruffault J, Martin-StPaul N, Pimont F, Dupuy JL (2018a) How well do meteorological drought indices predict live fuel moisture content (LFMC)? An assessment for wildfire research and operations in Mediterranean ecosystems. Agric For Meteorol 2018(262):391–401. https://doi.org/10.1016/j.agrformet.2018.07.031

    Article  Google Scholar 

  • Ruffault J, Curt T, Martin-StPaul NK, Moron V, Trigo RM (2018b) Extreme wildfire events are linked to global-change-type droughts in the northern Mediterranean. Nat Hazards Earth Syst Sci 18(3):847–856. https://doi.org/10.5194/nhess-18-847-2018

    Article  Google Scholar 

  • Saura-Mas SP, Pausas JG, Lloret F (2010) Fuel loading and flammability in the Mediterranean Basin woody species with different post-fire regenerative strategies. Int J Wildland Fire 19:783–794. https://doi.org/10.1071/WF09066

    Article  Google Scholar 

  • Viegas DX, Piñol J, Viegas MT, Ogaya R (2001) Estimating live fine fuels moisture content using meteorologically-based indices. Int J Wildl Fire 10(2):223–240. https://doi.org/10.1071/WF01022

    Article  Google Scholar 

  • Yebra M, Dennison P, Chuvieco E, Emilio, Riaño D, Zylstra P Jr, Danson FE, Qi Y, Jurdao S (2013) A global review of remote sensing of live fuel moisture content for fire danger assessment: moving towards operational products. Remote Sens Environ 136:455–468. https://doi.org/10.1016/j.rse.2013.05.029

    Article  Google Scholar 

  • Yebra M, Scortechini G, Badi A, Beget ME, Boer MM, Bradstock R, Chuvieco E, Danson FM, Dennison P, Resco de Dios V, Di Bella CM, Forsyth G, Frost P, Garcia M, Hamdi A, He B, Jolly M, Kraaij T, Martín MP, Mouillot F, Newnham G, Nolan RH, Pellizzaro G, Qi Y, Quan X, Riaño D, Roberts D, Sow M, Ustin S (2019) Globe-LFMC, a global plant water status database for vegetation ecophysiology and wildfire applications. Scientific Data 6:155. https://doi.org/10.1038/s41597-019-0164-9

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

The authors thank the following: Catalan Forest Rangers of the Catalan Ministry of Agriculture, Livestock, Fisheries and Food for their permanent collaboration and interest during all these years, and the work in the sampling of tens of forest rangers; the Agri-Food Laboratory in Cabrils (Catalan Ministry of Agriculture, Livestock, Fisheries and Food) for processing the samples; Pau Alfonso, Jaume Coll, Ester Serrano, Elena Blasco, Miquel Segarra for their work with the LFMC sampling during some periods; Vicent Altava (Meteorological Service of Catalonia), for the SPI data; Maria Eugenia Hurriaga for the language review; and Project “MatoSeg” (Fundación Biodiversidad, Ministerio para la Transición Ecológica y el Reto Demográfico del Gobierno de España) for the support in sampling site characterization.

Funding

This research was supported by the Catalan Ministry of Agriculture, Livestock, Fisheries and Food. Database creation and validation was supported by the Spanish Ministry of Economy and Competitiveness through project DRESS (CGL2017-89149-C2-2-R), and an FPI pre-doctoral contract to RDD (PRE2018-086062).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Eva Gabriel.

Ethics declarations

Conflict of interest

The authors declare no competing interests.

Additional information

Handling Editor: Marianne Peiffer

Publisher’s note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Contribution of the co-authors

Eva Gabriel and Ruth Delgado-Dávila are co-first authors.

EG, RDD, MDC, PC and XC designed the study.

EG and RDD designed the database and conducted the data quality controls.

RDD and MCA programmed the associated R package.

EG and RDD led the manuscript writing, with inputs from all co-authors.

Supplementary Information

ESM 1

(XLSX 28.7 kb)

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Gabriel, E., Delgado-Dávila, R., De Cáceres, M. et al. Live fuel moisture content time series in Catalonia since 1998. Annals of Forest Science 78, 44 (2021). https://doi.org/10.1007/s13595-021-01057-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1007/s13595-021-01057-0

Keywords