Model help:TopoFlow-Meteorology: Difference between revisions

From CSDMS
No edit summary
No edit summary
Line 140: Line 140:
<span class="remove_this_tag">A list of the key equations. HTML format is supported; latex format will be supported in the future</span>
<span class="remove_this_tag">A list of the key equations. HTML format is supported; latex format will be supported in the future</span>


<div class="NavFrame collapsed" style="text-align:left">
  <div class="NavHead">Nomenclature</div>
  <div class="NavContent">
{| {{Prettytable}} class="wikitable sortable"
!Symbol!!Description!!Unit
|-
| ρ<sub>H<sub>2</sub>O</sub>
| density of water
| kg / m^3
|-
| Cp<sub>air</sub>
| heat capacity of air
| J / kg / K
|-
| ρ<sub>air</sub>
| density of air
| kg / m^3
|-
| precip. rate
| precipitation rate
| mm / hr
|-
| T<sub>air</sub>
| air temperature
| deg C
|-
| T<sub>surface</sub>
| surface temperature
| deg C
|-
| RH
| relative humidity (in [0,1])
| -
|-
| p<sub>0</sub>
| atmospheric pressure
| mbar
|-
| z
| reference height for u<sub>z</sub>
| m
|-
| u<sub>z</sub>
| wind velocity at reference height
| m / s
|-
| z<sub>0</sub>
| surface roughness length scale for wind
| m
|-
| albedo
| surface albedo in [0,1]
| -
|- 
| em_air
| surface emissivity in [0,1]
| -
|-
| dust atten. in [0, 0.3]
| dust attenuation factor
| -
|-
| cloud factor
| cloud factor in [0,1], 0 for no clouds
| -
|- 
| canopy factor
| forest canopy factor in [0,1], 0 for no canopy
| -
|-
| slope
| topographic slope in [0, infinity]
| -
|-
| slope grid file
| as flat binary, row-major file with 4-byte floats
| -
|- 
| aspect angle
| aspect angle [radians] in [0,1]
| -
|-
| aspect grid file
| as flat binary, row-major file with 4-byte floats
| -
|-
| time zone offset
| offset, in hours, from Greenwich Mean Time (GMT), negative for east of prime meridian, positive otherwise
| -
|- 
| start month
| start month for solar radiation calculations
| -
|-
| start day
| start day for solar radiation calculations
| -
|- 
| start hour
| start hour for solar radiation calculations [decimal, 24-hour clock]
| -
|-
|}
'''Output'''
{| {{Prettytable}} class="wikitable sortable"
!Symbol!!Description!!Unit
|-
| e<sub>air</sub>
| vapor pressure of air
| mbar
|-
| e<sub>surf</sub>
| vapor pressure at the surface
| mbar
|-
| Qn<sub>SW</sub>
| net shortwave radiation
| W / m^2
|-
| Qn<sub>LW</sub>
| net longwave radiation, equals to LW<sub>in</sub> - LW<sub>out</sub>
| W / m^2
|-
| em<sub>air</sub>
| air emissivity in [0,1]
| -
|-
|}
  </div>
</div>
==Notes==
==Notes==
<span class="remove_this_tag">Any notes, comments, you want to share with the user</span>
* Note on input and output file
For each input variable, you may choose from the droplist of data types. For the "Scalar" data type, enter a numeric value with the units indicated in the dialog. For the other data types, enter a filename. Values in files must also use the indicated units.


<span class="remove_this_tag">Numerical scheme</span>
Single grids and grid sequences are assumed to be stored as RTG and RTS files, respectively. Time series are assumed to be stored as text files, with one value per line. For a time series or grid sequence, the time between values must coincide with the timestep provided.


For DEMs with pixel geometry and bounding box given in terms of Geographic coordinates, the latitude and longitude of each pixel is used in the calculations. For DEMs with a "fixed-length" pixel geometry (e.g. UTM coordinates), which tend to span smaller areas, the dialog prompts for a single lat/lon pair to be used in the calculations.
* Note on Equations
time zone:Boundaries of time zones can be very irregular and a time zone map should be consulted if you are unsure. The time zone is not simply a function of the longitude. You can select an adjacent time zone to include the effect of Daylight Savings Time. Time zones with non-integer offsets from GMT are not yet supported.
slope:Topographic slopes (not slope angles) are specified as dimensionless numbers [m/m]. A RiverTools grid (RTG file) with extension "_slope.rtg", "_mf-slope.rtg" or "_dinf-slope.rtg" can be used.
aspect:Aspect is specified as an angle measured in radians counter-clockwise from due east (the standard convention). A RiverTools grid (RTG file) with extension "_mf-angle.rtg" or "_dinf-angle.rtg" can be used for the (continuous-angle) aspect grid.
QSW is set to zero between the times of local sunset and local sunrise, so frames in the RTS file that correspond to nighttime hours will contain only zeros.


==Examples==
==Examples==
Line 156: Line 298:


==Developer(s)==
==Developer(s)==
<span class="remove_this_tag">Name of the module developer(s)</span>
[[User:Gparker|Scott Peckham]]


==References==
==References==
<references/>
Dingman, S.L (2002) Physical Hydrology, 2nd ed., Prentice Hall, New Jersey. (see Appendix E)
 
Kasten and Young (1989) (for the optical air mass equation)
 
Liston, G. *******
 
Marks and Dozier (1992) ******* Water Resources Research.
 
Whitman, A.M. (2003) A simple expression for the equation of time, online document, http://www.sunspot.noao.edu/sunspot/pr/answerbook/expl-5.html


==Links==
==Links==
<span class="remove_this_tag">Any link, eg. to the model questionnaire, etc.</span>
* [[http://csdms.colorado.edu/wiki/Model_help:TopoFlow-Meteorology Model:TopoFlow-Meteorology]]
* [[http://csdms.colorado.edu/wiki/Model:TopoFlow Model:TopoFlow]]


[[Category:Modules]] [[Category:Utility components]]
[[Category:Modules]]

Revision as of 19:47, 8 April 2011

The CSDMS Help System

TopoFlow-Meteorology

The module is the meteorology process component for a D8-based, spatial hydrologic model

Model introduction

This component reads a variety of variables for the atmosphere and for the land surface from input files or as simple scalars. It then computes many additional variables, such as vapor pressure, eair, and net shortwave (solar) radiation, QnSW, using built-in shortwave radiation and longwave radiation calculators that are based on celestial mechanics and widely-used empirical relationships. These additional variables are needed by the Snowmelt → Energy Balance and Evaporation → Energy Balance components. Direct, diffuse and back-scattered radiation fluxes are all modeled. Properties of the atmosphere (e.g. precipitation rate, P, air temperature, Tair, relative humidity, RH, and dust attenuation, γ), are used as well as surface/topographic properties (e.g. slope angle, aspect angle and surface albedo. The approach used here closely follows the one outlined in Appendix E of Dingman (2002)[1]. However, instantaneous vs. day-integrated radiation fluxes are used and the optical air mass is modeled using the widely used method of Kasten and Young (1989)[2].

Model parameters

Parameter Description Unit
Components status
Input directory
Output directory
Site prefix
Case prefix
Number of steps
Time step
ρ H2O type
ρ H2O
Cp air type
ρ air type:
ρ air
Precipitation rates type
Precipitation rates
PRECIPITATION ONLY toggle
Parameter Description Unit
First parameter Description parameter [Units]
Parameter Description Unit
First parameter Description parameter [Units]
Parameter Description Unit
First parameter Description parameter [Units]
Parameter Description Unit
First parameter Description parameter [Units]

Uses ports

This will be something that the CSDMS facility will add

Provides ports

This will be something that the CSDMS facility will add

Main equations

A list of the key equations. HTML format is supported; latex format will be supported in the future

Notes

  • Note on input and output file

For each input variable, you may choose from the droplist of data types. For the "Scalar" data type, enter a numeric value with the units indicated in the dialog. For the other data types, enter a filename. Values in files must also use the indicated units.

Single grids and grid sequences are assumed to be stored as RTG and RTS files, respectively. Time series are assumed to be stored as text files, with one value per line. For a time series or grid sequence, the time between values must coincide with the timestep provided.

For DEMs with pixel geometry and bounding box given in terms of Geographic coordinates, the latitude and longitude of each pixel is used in the calculations. For DEMs with a "fixed-length" pixel geometry (e.g. UTM coordinates), which tend to span smaller areas, the dialog prompts for a single lat/lon pair to be used in the calculations.

  • Note on Equations

time zone:Boundaries of time zones can be very irregular and a time zone map should be consulted if you are unsure. The time zone is not simply a function of the longitude. You can select an adjacent time zone to include the effect of Daylight Savings Time. Time zones with non-integer offsets from GMT are not yet supported.

slope:Topographic slopes (not slope angles) are specified as dimensionless numbers [m/m]. A RiverTools grid (RTG file) with extension "_slope.rtg", "_mf-slope.rtg" or "_dinf-slope.rtg" can be used.

aspect:Aspect is specified as an angle measured in radians counter-clockwise from due east (the standard convention). A RiverTools grid (RTG file) with extension "_mf-angle.rtg" or "_dinf-angle.rtg" can be used for the (continuous-angle) aspect grid.

QSW is set to zero between the times of local sunset and local sunrise, so frames in the RTS file that correspond to nighttime hours will contain only zeros.

Examples

An example run with input parameters, BLD files, as well as a figure / movie of the output

Follow the next steps to include images / movies of simulations:

See also: Help:Images or Help:Movies

Developer(s)

Scott Peckham

References

Dingman, S.L (2002) Physical Hydrology, 2nd ed., Prentice Hall, New Jersey. (see Appendix E)

Kasten and Young (1989) (for the optical air mass equation)

Liston, G. *******

Marks and Dozier (1992) ******* Water Resources Research.

Whitman, A.M. (2003) A simple expression for the equation of time, online document, http://www.sunspot.noao.edu/sunspot/pr/answerbook/expl-5.html

Links

  1. Dingman, S.L (2002) Physical Hydrology, 2nd ed., Prentice Hall, New Jersey. (see Appendix E)
  2. Kasten and Young (1989) (for the optical air mass equation)