Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

solar_common.rst_ 3.0 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
  1. |No-spaces|
  2. Description
  3. -----------
  4. **solar** Calculate and plot the day-night terminator and the civil, nautical and astronomical twilights.
  5. Required Arguments
  6. ------------------
  7. None.
  8. Optional Arguments
  9. ------------------
  10. .. _-B:
  11. .. include:: explain_-B.rst_
  12. .. _-C:
  13. **-C**
  14. Formats the report selected by **-I** using tab-separated fields on a single line. The
  15. output is Sun *Lon Lat Azimuth Elevation* in degrees, *Sunrise Sunset Noon* in decimal days,
  16. *day length* in minutes, *SolarElevationCorrected* corrected for the effect of refraction index
  17. and *Equation of time* in minutes. Note that if no position is provided in **-I**\ *lon/lat* the
  18. data after *Elevation* refers to the point (0,0).
  19. .. _-G:
  20. **-G**\ [*fill*] :ref:`(more ...) <-Gfill_attrib>`
  21. Select color or pattern for filling of terminators, or give no argument for clipping [Default is no fill or clipping].
  22. Deactivate clipping by appending the output of gmt :doc:`clip` **-C**.
  23. .. _-I:
  24. **-I**\ [*lon/lat*][**+d**\ *date*][**+z**\ *TZ*]
  25. Print current sun position as well as Azimuth and Elevation. Append lon/lat to print also the times of
  26. Sunrise, Sunset, Noon and length of the day.
  27. Add **+d**\ *date* in ISO format, e.g, **+d**\ *2000-04-25*, to compute sun parameters
  28. for this date. If necessary, append time zone via **+z**\ *TZ*.
  29. .. _-J:
  30. .. |Add_-J| unicode:: 0x20 .. just an invisible code
  31. .. include:: explain_-J.rst_
  32. .. _-M:
  33. **-M**
  34. Write terminator(s) as a multisegment ASCII (or binary, see **-b**\ *o*) file to standard output. No plotting occurs.
  35. .. _-N:
  36. **-N**
  37. Invert the sense of what is inside and outside the terminator. Only
  38. used with clipping (**-G**) and cannot be used together with **-B**.
  39. .. _-R:
  40. .. |Add_-R| unicode:: 0x20 .. just an invisible code
  41. .. include:: explain_-R.rst_
  42. .. _-T:
  43. **-Tdcna**\ [**+d**\ *date*][**+z**\ *TZ*]
  44. Plot (or dump; see **-M**\ ) one or more terminators defined via the **dcna** flags. Where:
  45. **d** means day/night terminator; **c** means civil twilight; **n** means nautical twilight;
  46. **a** means astronomical twilight. Add **+d**\ *date* in ISO format, e.g, **+d**\ *2000-04-25T12:15:00*
  47. to know where the day-night was at that date. If necessary, append time zone via **+z**\ *TZ*.
  48. Refer to https://en.wikipedia.org/wiki/Twilight for definitions of different twilights.
  49. .. _-U:
  50. .. include:: explain_-U.rst_
  51. .. _-V:
  52. .. |Add_-V| unicode:: 0x20 .. just an invisible code
  53. .. include:: explain_-V.rst_
  54. .. _-W:
  55. **-W**\ [*pen*] :ref:`(more ...) <-Wpen_attrib>`
  56. Set pen attributes for lines or the outline of symbols [Defaults:
  57. width = default, color = black, style = solid].
  58. .. _-X:
  59. .. include:: explain_-XY.rst_
  60. .. |Add_-bo| unicode:: 0x20 .. just an invisible code
  61. .. include:: explain_-bo.rst_
  62. .. include:: explain_-ocols.rst_
  63. .. |Add_perspective| unicode:: 0x20 .. just an invisible code
  64. .. include:: explain_perspective.rst_
  65. .. include:: explain_-t.rst_
  66. .. include:: explain_help.rst_
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...