FV3 Bundle
|
Data Types | |
type | drifters_io_type |
Functions/Subroutines | |
subroutine, public | drifters_io_new (self, filename, nd, nf, ermesg) |
subroutine, public | drifters_io_del (self, ermesg) |
subroutine, public | drifters_io_set_time_units (self, name, ermesg) |
subroutine, public | drifters_io_set_position_names (self, names, ermesg) |
subroutine, public | drifters_io_set_position_units (self, names, ermesg) |
subroutine, public | drifters_io_set_field_names (self, names, ermesg) |
subroutine, public | drifters_io_set_field_units (self, names, ermesg) |
subroutine, public | drifters_io_write (self, time, np, nd, nf, ids, positions, fields, ermesg) |
Variables | |
integer, parameter, private | max_str_len = 128 |
real | drfts_eps_t = 10.*epsilon(1.) |
subroutine, public drifters_io_mod::drifters_io_del | ( | type(drifters_io_type) | self, |
character(len=*), intent(out) | ermesg | ||
) |
subroutine, public drifters_io_mod::drifters_io_new | ( | type(drifters_io_type) | self, |
character(len=*), intent(in) | filename, | ||
integer, intent(in) | nd, | ||
integer, intent(in) | nf, | ||
character(len=*), intent(out) | ermesg | ||
) |
subroutine, public drifters_io_mod::drifters_io_set_field_names | ( | type(drifters_io_type) | self, |
character(len=*), dimension(:), intent(in) | names, | ||
character(len=*), intent(out) | ermesg | ||
) |
subroutine, public drifters_io_mod::drifters_io_set_field_units | ( | type(drifters_io_type) | self, |
character(len=*), dimension(:), intent(in) | names, | ||
character(len=*), intent(out) | ermesg | ||
) |
subroutine, public drifters_io_mod::drifters_io_set_position_names | ( | type(drifters_io_type) | self, |
character(len=*), dimension(:), intent(in) | names, | ||
character(len=*), intent(out) | ermesg | ||
) |
subroutine, public drifters_io_mod::drifters_io_set_position_units | ( | type(drifters_io_type) | self, |
character(len=*), dimension(:), intent(in) | names, | ||
character(len=*), intent(out) | ermesg | ||
) |
subroutine, public drifters_io_mod::drifters_io_set_time_units | ( | type(drifters_io_type) | self, |
character(len=*), intent(in) | name, | ||
character(len=*), intent(out) | ermesg | ||
) |
subroutine, public drifters_io_mod::drifters_io_write | ( | type(drifters_io_type) | self, |
real, intent(in) | time, | ||
integer, intent(in) | np, | ||
integer, intent(in) | nd, | ||
integer, intent(in) | nf, | ||
integer, dimension(np), intent(in) | ids, | ||
real, dimension(nd,np), intent(in) | positions, | ||
real, dimension(nf,np), intent(in) | fields, | ||
character(len=*), intent(out) | ermesg | ||
) |
Definition at line 236 of file drifters_io.F90.
|
private |
Definition at line 34 of file drifters_io.F90.
|
private |
Definition at line 30 of file drifters_io.F90.