Skip to content

Commit e065b55

Browse files
committed
reducing words
1 parent a4ad997 commit e065b55

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

paper.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Evaluation is the most important step for any model application, it can assure t
2727

2828
# Description
2929

30-
In the literature there are many different evaluation criteria depending on the application and variable [@Emery:2001;@Ramboll:2018;@Monk:2019;@Zhang:2019;@Emery:2017;@Zhai:2024]. These criteria varies depending on the goal of the simulation, the variability of the observations, the error associated to the measurements, and how other models available in the literature compared with observations and should be used accordingly to the particular application.
30+
In the literature there are different evaluation criteria depending on the variable [@Emery:2001;@Ramboll:2018;@Monk:2019;@Zhang:2019;@Emery:2017;@Zhai:2024]. These criteria varies depending on the goal of the simulation, the variability of the observations, the error associated to the measurements, and how other models available in the literature compared with observations and should be used accordingly to the particular application.
3131

3232
A brief description of the steps to perform a model evaluation is provided bellow:
3333

@@ -41,21 +41,21 @@ A brief description of the steps to perform a model evaluation is provided bello
4141

4242
- Process a list of the location to extract time-series from the model.
4343

44-
- Process observation data for evaluation: Unit conversion, time zone conversion to UTC, and Calculation of secondary variables.
44+
- Process observation data for evaluation: Unit conversion, time zone conversion to UTC, and calculation of secondary variables.
4545

4646
- Quality Assurance of the observation data: check for values outside the valid range, check if the data is available for the time-period and region of the simulation and note any singular event.
4747

48-
**2. Pre-processing of model output**: Extraction and post-processing of model outputs using `evad3m` functions and/or other tools and calculation of secondary variables.
48+
**2. Pre-processing of model output**: Extraction of model outputs, unit conversion and calculation of secondary variables.
4949

50-
**3. Model Evaluation**: The evaluation consist in pair observations and model results and calculate statistical and/or categorical indexes that can be compared with the literature.
50+
**3. Model Evaluation**: The evaluation consist in pair observations and model results and calculate statistical and/or categorical indexes.
5151

52-
**4. Visualization**: There are functions to visualize model fields (taken into account different projections) and overlay of the statistical results.
52+
**4. Visualization**: Visualization of model results and statistical results.
5353

5454
To support these steps, following functions are available:
5555

5656
### Pre-processing of observations:
5757

58-
The functions `rh2q` and `q2rh` converts humidity units and the functions `mda8`, `ma8h`, `hourly`, and `daily` can be used to calculate average of time-series. The format used to evaluate time-series is a data.frame, the first column must contain time (in POSIXlt) and one additional column for each different location, satellite data can be read using the function `rast` form terra package.
58+
The functions `rh2q` and `q2rh` converts humidity units and the functions `mda8`, `ma8h`, `hourly`, and `daily` can be used to calculate average of time-series. The format used to evaluate time-series is a data.frame, the first column must contain time (in POSIXlt) and one additional column for each different location, satellite data can be read using the function `rast` form R-package terra.
5959

6060
### Pre-processing of model outputs:
6161

0 commit comments

Comments
 (0)