Skip to content

Commit 81af2d0

Browse files
committed
Rework paper intro
1 parent 43b1b92 commit 81af2d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

paper/paper.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ bibliography: paper.bib
2525

2626
# Summary
2727

28-
Hydrometeorological modeling is concerned with regions that have uncertain or unknown boundary conditions.
28+
While there has been a boom in the availablity of climate, weather, and environmental data thanks to satellite observations, syntheses of in situ observed data sets, and the ubiquity of powerful computers, it is also still often the case that the required data to run complex environmental models is either missing, or at the wrong spatial or temporal resolution.
2929
For example, incoming shortwave radiation, longwave radiation, and humidity are often observed with varying record lengths and observation intervals.
30-
Further, even when such quantities are measured it is often at a daily resolution, while many environmental models require finer temporal resolution for simulation.
30+
Further, even when such quantities are measured it is often at a daily timestep, while many environmental models require finer time scales for simulation.
3131
To provide the necessary data to solve the model equations in such circumstances we must be able to provide estimates for these quantities at the appropriate temporal resolution.
32-
``MetSim`` is a Python package and standalone tool for the estimation of meteorological quantities at variable temporal resolutions that can address the issues described above.
32+
``MetSim`` is a Python package and standalone tool for the estimation of meteorological quantities at variable time scales that can address the issues described above.
33+
The data that ``MetSim`` can generate covers most of the variables that sophisticated environmental models may require as input, making it possible to run them in a wider variety of situations than is possible with off-the-shelf datasets.
34+
This is especially important in fields such as hydrology and ecology, where there is an increasing push towards finer scale data than is commonly available.
3335
``MetSim`` can be used to generate spatially distributed sub-daily timeseries of incoming shortwave radiation, outgoing longwave radiation, air pressure, specific humidity, relative humidity, vapor pressure, precipitation, and air temperature given daily timeseries of minimum temperature, maximum temperature, and precipitation.
3436
Figure 1 shows an example of ``MetSim``'s transformations of these daily values into some of the available subdaily outputs.
3537
A summary of the available output variables and tunable parameters are included in the documentation.

0 commit comments

Comments
 (0)