|
subroutine | send_station_data_2d (field_id, data, time) |
| send_station_data_2d sends data to the root PE, which then sends data to staton_data_out to be sent to files.
send_station_data_2d is overloaded by send_station_data_3d as a part of the send_station_data interface. More...
|
|
subroutine | send_station_data_3d (field_id, data, time) |
| send_station_data_3d sends data to the root PE, which then sends data to staton_data_out to be sent to files.
send_station_data_3d is overloaded by send_station_data_2d as a part of the send_station_data interface. More...
|
|
Definition at line 371 of file station_data.F90.
◆ send_station_data_2d()
subroutine station_data_mod::send_station_data::send_station_data_2d |
( |
integer, intent(in) |
field_id, |
|
|
real, dimension(:,:), intent(in) |
data, |
|
|
type(time_type), intent(in) |
time |
|
) |
| |
|
private |
send_station_data_2d sends data to the root PE, which then sends data to staton_data_out to be sent to files.
send_station_data_2d is overloaded by send_station_data_3d as a part of the send_station_data interface.
- Parameters
-
[in] | field_id | Field id of the station data being recorded |
[in] | data | Data of the station being recorded |
[in] | time | Time of the station being recorded |
Definition at line 1000 of file station_data.F90.
◆ send_station_data_3d()
subroutine station_data_mod::send_station_data::send_station_data_3d |
( |
integer, intent(in) |
field_id, |
|
|
real, dimension(:,:,:), intent(in) |
data, |
|
|
type(time_type), intent(in) |
time |
|
) |
| |
|
private |
send_station_data_3d sends data to the root PE, which then sends data to staton_data_out to be sent to files.
send_station_data_3d is overloaded by send_station_data_2d as a part of the send_station_data interface.
- Exceptions
-
FATAL,Station data NOT initialized | |
FATAL,counter=0 for averaged field | |
FATAL,Global field contains MISSING field | |
FATAL,Local index out of range for field | |
- Parameters
-
[in] | field_id | Field id of the station data being recorded |
[in] | data | Data of the station being recorded |
[in] | time | Time of the station being recorded |
Definition at line 1020 of file station_data.F90.
The documentation for this interface was generated from the following file: