FV3 Bundle
drifters_input_mod Module Reference

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 = ' '
 

Function/Subroutine Documentation

◆ drifters_input_copy_new()

subroutine drifters_input_mod::drifters_input_copy_new ( type(drifters_input_type), intent(inout)  new_instance,
type(drifters_input_type), intent(in)  old_instance 
)
private

Definition at line 242 of file drifters_input.F90.

◆ drifters_input_del()

subroutine, public drifters_input_mod::drifters_input_del ( type(drifters_input_type self,
character(len=*), intent(out)  ermesg 
)

Definition at line 223 of file drifters_input.F90.

Here is the caller graph for this function:

◆ drifters_input_new()

subroutine, public drifters_input_mod::drifters_input_new ( type(drifters_input_type self,
character(len=*), intent(in)  filename,
character(len=*), intent(out)  ermesg 
)

Definition at line 59 of file drifters_input.F90.

Here is the caller graph for this function:

◆ drifters_input_save()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ max_str_len

integer, parameter, private drifters_input_mod::max_str_len = 128
private

Definition at line 29 of file drifters_input.F90.

◆ separator

character, parameter, private drifters_input_mod::separator = ' '
private

Definition at line 32 of file drifters_input.F90.