![]() |
ICON Community Interface 0.4.0
|
Test plugin for the ICON Community Interface (ComIn) More...
Functions | |
| message (message_string, rank) | |
| Short helper function to print a message on one PE. | |
| lonlat2xyz (lon, lat) | |
| pntsrc_constructor () | |
| Constructor: Get pointers to tracers and descriptive data. | |
| pntsrc_init () | |
| pntsrc_emission () | |
| Emission for pntsrc on domain 1. | |
| pntsrc_updatePhysTends () | |
| Update tracer from turb and conv tendencies for domain 1. | |
| pntsrc_destructor () | |
Variables | |
| tracer | |
| True | |
| tracer_turb | |
| tracer_conv | |
| int | jg = 1 |
| int | msgrank = 0 |
| float | pntsrc_lon = 141.0325 |
| float | pntsrc_lat = 37.421389 |
Test plugin for the ICON Community Interface (ComIn)
The point_source plugin shows an example for
SPDX-License-Identifier: BSD-3-Clause
Please see the file LICENSE in the root of the source tree for this code. Where software is supplied by third parties, it is indicated in the headers of the routines.
| point_source.lonlat2xyz | ( | lon, | |
| lat ) |
| point_source.message | ( | message_string, | |
| rank ) |
Short helper function to print a message on one PE.
Definition at line 36 of file point_source.py.

| point_source.pntsrc_constructor | ( | ) |
Constructor: Get pointers to tracers and descriptive data.
Definition at line 48 of file point_source.py.

| point_source.pntsrc_destructor | ( | ) |
| point_source.pntsrc_emission | ( | ) |
Emission for pntsrc on domain 1.
Definition at line 98 of file point_source.py.
| point_source.pntsrc_init | ( | ) |
| point_source.pntsrc_updatePhysTends | ( | ) |
Update tracer from turb and conv tendencies for domain 1.
Definition at line 106 of file point_source.py.
| int point_source.jg = 1 |
Definition at line 30 of file point_source.py.
| int point_source.msgrank = 0 |
Definition at line 31 of file point_source.py.
| float point_source.pntsrc_lat = 37.421389 |
Definition at line 33 of file point_source.py.
| float point_source.pntsrc_lon = 141.0325 |
Definition at line 32 of file point_source.py.
| point_source.tracer |
Definition at line 27 of file point_source.py.
| point_source.tracer_conv |
Definition at line 27 of file point_source.py.
| point_source.tracer_turb |
Definition at line 27 of file point_source.py.
| point_source.True |
Definition at line 27 of file point_source.py.