xref: /petsc/src/ts/tests/ex5_control.txt (revision 37d05b0256c1e9ba4bc423c4eccb3df226931ef0)
1c4762a1bSJed Brown1.  Description of inputs at end of file
2c4762a1bSJed Brown2.
3c4762a1bSJed Brown3.  INITIAL CONDITIONS:
4c4762a1bSJed Brown4.  Surface Temperature:..................46
5c4762a1bSJed Brown5.  Dew Point Temperature:................30
6c4762a1bSJed Brown6.  Air Temperature:......................35
7c4762a1bSJed Brown7.  Temperature at Cloud base:............29.5
8c4762a1bSJed Brown8.  Fraction of sky covered by clouds:....0
9c4762a1bSJed Brown9.  Wind speed:...........................4
10c4762a1bSJed Brown10. Precipitable Water in (cm):...........3
11c4762a1bSJed Brown11. Wind direction........................90
12c4762a1bSJed Brown13. RUNTIME...............................12
13c4762a1bSJed Brown
14*da81f932SPierre Jolivet14. INITIAL DOMAIN:
15c4762a1bSJed Brown15. Initiation specifier..................1
16c4762a1bSJed Brown
17c4762a1bSJed BrownINITIAL DOMAIN DESCRIPTION:
18*da81f932SPierre Jolivet- To only diabatic dT/dt contributions (all fields uniform throughout grid) enter 0 in line 15
19c4762a1bSJed Brown- Default initiation is a west-east temperature gradient, wind = 0, and two high pressure perturbations in the mass field
20c4762a1bSJed Brown
21c4762a1bSJed Brown
22c4762a1bSJed BrownDESCRIPTION OF INPUTS:
23c4762a1bSJed Brown- All temperature is in degrees Fahrenheit.
24c4762a1bSJed Brown- Fraction is from 0 to 1. where 0=0% of sky covered by clouds, 1 = 100% of sky covered by clouds (overcast)
25c4762a1bSJed Brown- Wind speed is in miles per hour
26c4762a1bSJed Brown- Precipitable water is in centimeters
27c4762a1bSJed Brown- Wind direction is from 0 to 360. where 0 is wind from north, 90 is east, 180 is south, 270 is west, 360 is also north.
28c4762a1bSJed Brown- Runtime is in hours
29c4762a1bSJed Brown
30c4762a1bSJed BrownNOTE:
31c4762a1bSJed Brown- Moisture if only used for radiative considerations
32c4762a1bSJed Brown- Wind input is only used for latent and sensible heat fluxes. The dynamic winds do not affect the surface energy budget
33c4762a1bSJed Brown- Model is not designed to be run for longer than 15 hours
34