|
FV3 Bundle
|
Data Types | |
| interface | assignment(=) |
| type | drifters_input_type |
Functions/Subroutines | |
| subroutine, public | drifters_input_new (self, filename, ermesg) |
| subroutine, public | drifters_input_del (self, ermesg) |
| subroutine | drifters_input_copy_new (new_instance, old_instance) |
| subroutine, public | drifters_input_save (self, filename, geolon, geolat, ermesg) |
Variables | |
| integer, parameter, private | max_str_len = 128 |
| character, parameter, private | separator = ' ' |
|
private |
Definition at line 242 of file drifters_input.F90.
| subroutine, public drifters_input_mod::drifters_input_del | ( | type(drifters_input_type) | self, |
| character(len=*), intent(out) | ermesg | ||
| ) |
| subroutine, public drifters_input_mod::drifters_input_new | ( | type(drifters_input_type) | self, |
| character(len=*), intent(in) | filename, | ||
| character(len=*), intent(out) | ermesg | ||
| ) |
| subroutine, public drifters_input_mod::drifters_input_save | ( | type(drifters_input_type) | self, |
| character(len=*), intent(in) | filename, | ||
| real, dimension(:), intent(in), optional | geolon, | ||
| real, dimension(:), intent(in), optional | geolat, | ||
| character(len=*), intent(out) | ermesg | ||
| ) |
Definition at line 268 of file drifters_input.F90.
|
private |
Definition at line 29 of file drifters_input.F90.
|
private |
Definition at line 32 of file drifters_input.F90.