FV3 Bundle
ncdf_path_m.f90 File Reference

Go to the source code of this file.

Data Types

interface  ncdf_path_m::ncdf_path_get
 
interface  ncdf_path_m::ncdf_array_callback_1d
 
interface  ncdf_path_m::ncdf_array_callback_2d
 

Modules

module  ncdf_path_m
 

Functions/Subroutines

recursive subroutine ncdf_path_m::ncdf_get_by_path (this, path, p)
 
integer function ncdf_path_m::parse_integer (chars)
 
subroutine ncdf_path_m::ncdf_get_integer (this, path, value)
 
subroutine ncdf_path_m::ncdf_get_real (this, path, value)
 
subroutine ncdf_path_m::ncdf_get_double (this, path, value)
 
subroutine ncdf_path_m::ncdf_get_logical (this, path, value)
 
subroutine ncdf_path_m::ncdf_get_chars (this, path, value)
 
subroutine ncdf_path_m::ncdf_get_array_1d (this, path, array_callback)
 
subroutine ncdf_path_m::ncdf_get_array_1d_integer (this, path, arr)
 
subroutine ncdf_array_callback_1d_integer (element, i, count)
 
subroutine ncdf_path_m::ncdf_get_array_1d_real (this, path, arr)
 
subroutine ncdf_array_callback_1d_real (element, i, count)
 
subroutine ncdf_path_m::ncdf_get_array_1d_double (this, path, arr)
 
subroutine ncdf_array_callback_1d_double (element, i, count)
 
subroutine ncdf_path_m::ncdf_get_array_1d_logical (this, path, arr)
 
subroutine ncdf_array_callback_1d_logical (element, i, count)
 
subroutine ncdf_path_m::ncdf_get_array_2d (this, path, array_callback)
 
subroutine ncdf_path_m::ncdf_get_array_2d_integer (this, path, arr)
 
subroutine ncdf_array_callback_2d_integer (element, i1, i2, count1, count2)
 
subroutine ncdf_path_m::ncdf_get_array_2d_real (this, path, arr)
 
subroutine ncdf_array_callback_2d_real (element, i1, i2, count1, count2)
 
subroutine ncdf_path_m::ncdf_get_array_2d_double (this, path, arr)
 
subroutine ncdf_array_callback_2d_double (element, i1, i2, count1, count2)
 
subroutine ncdf_path_m::ncdf_get_array_2d_logical (this, path, arr)
 
subroutine ncdf_array_callback_2d_logical (element, i1, i2, count1, count2)
 

Function/Subroutine Documentation

◆ ncdf_array_callback_1d_double()

subroutine ncdf_get_array_1d_double::ncdf_array_callback_1d_double ( type(ncdf_value), intent(in), pointer  element,
integer, intent(in)  i,
integer, intent(in)  count 
)
private

Definition at line 479 of file ncdf_path_m.f90.

Here is the caller graph for this function:

◆ ncdf_array_callback_1d_integer()

subroutine ncdf_get_array_1d_integer::ncdf_array_callback_1d_integer ( type(ncdf_value), intent(in), pointer  element,
integer, intent(in)  i,
integer, intent(in)  count 
)
private

Definition at line 429 of file ncdf_path_m.f90.

Here is the caller graph for this function:

◆ ncdf_array_callback_1d_logical()

subroutine ncdf_get_array_1d_logical::ncdf_array_callback_1d_logical ( type(ncdf_value), intent(in), pointer  element,
integer, intent(in)  i,
integer, intent(in)  count 
)
private

Definition at line 504 of file ncdf_path_m.f90.

Here is the caller graph for this function:

◆ ncdf_array_callback_1d_real()

subroutine ncdf_get_array_1d_real::ncdf_array_callback_1d_real ( type(ncdf_value), intent(in), pointer  element,
integer, intent(in)  i,
integer, intent(in)  count 
)
private

Definition at line 454 of file ncdf_path_m.f90.

Here is the caller graph for this function:

◆ ncdf_array_callback_2d_double()

subroutine ncdf_get_array_2d_double::ncdf_array_callback_2d_double ( type(ncdf_value), intent(in), pointer  element,
integer, intent(in)  i1,
integer, intent(in)  i2,
integer, intent(in)  count1,
integer, intent(in)  count2 
)
private

Definition at line 638 of file ncdf_path_m.f90.

Here is the caller graph for this function:

◆ ncdf_array_callback_2d_integer()

subroutine ncdf_get_array_2d_integer::ncdf_array_callback_2d_integer ( type(ncdf_value), intent(in), pointer  element,
integer, intent(in)  i1,
integer, intent(in)  i2,
integer, intent(in)  count1,
integer, intent(in)  count2 
)
private

Definition at line 588 of file ncdf_path_m.f90.

Here is the caller graph for this function:

◆ ncdf_array_callback_2d_logical()

subroutine ncdf_get_array_2d_logical::ncdf_array_callback_2d_logical ( type(ncdf_value), intent(in), pointer  element,
integer, intent(in)  i1,
integer, intent(in)  i2,
integer, intent(in)  count1,
integer, intent(in)  count2 
)
private

Definition at line 663 of file ncdf_path_m.f90.

Here is the caller graph for this function:

◆ ncdf_array_callback_2d_real()

subroutine ncdf_get_array_2d_real::ncdf_array_callback_2d_real ( type(ncdf_value), intent(in), pointer  element,
integer, intent(in)  i1,
integer, intent(in)  i2,
integer, intent(in)  count1,
integer, intent(in)  count2 
)
private

Definition at line 613 of file ncdf_path_m.f90.

Here is the caller graph for this function: