My Project
 All Classes Files Functions Variables Macros
nf95_get_var_m Module Reference

Data Types

interface  nf95_get_var

Public Member Functions

subroutine nf95_get_var_2d_fourbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_3d_fourbyteint (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_4d_fourbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_5d_fourbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)

Private Member Functions

subroutine nf95_get_var_fourbytereal (ncid, varid, values, start, ncerr)
subroutine nf95_get_var_fourbyteint (ncid, varid, values, start, ncerr)
subroutine nf95_get_var_1d_fourbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_1d_fourbyteint (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_1d_eightbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_2d_eightbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_3d_fourbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_3d_eightbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_4d_eightbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)
subroutine nf95_get_var_5d_eightbytereal (ncid, varid, values, start, count_nc, stride, map, ncerr)

Detailed Description

Definition at line 1 of file nf95_get_var_m.F90.

Member Function/Subroutine Documentation

subroutine nf95_get_var_m::nf95_get_var_1d_eightbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real (kind = eightbytereal), dimension(:), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)
private

Definition at line 123 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_1d_fourbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(:), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)
private

Definition at line 97 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_1d_fourbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)
private

Definition at line 71 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_2d_eightbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real (kind = eightbytereal), dimension(:, :), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)
private

Definition at line 177 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_2d_fourbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:, :), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)

Definition at line 151 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_3d_eightbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real (kind = eightbytereal), dimension(:, :, :), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)
private

Definition at line 257 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_3d_fourbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(:, :, :), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)

Definition at line 205 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_3d_fourbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:, :, :), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)
private

Definition at line 231 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_4d_eightbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real(kind = eightbytereal), dimension(:, :, :, :), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)
private

Definition at line 311 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_4d_fourbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:, :, :, :), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)

Definition at line 285 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_5d_eightbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real(kind = eightbytereal), dimension(:, :, :, :, :), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)
private

Definition at line 365 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_5d_fourbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:, :, :, :, :), intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, dimension(:), intent(in), optional  count_nc,
integer, dimension(:), intent(in), optional  stride,
integer, dimension(:), intent(in), optional  map,
integer, intent(out), optional  ncerr 
)

Definition at line 339 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_fourbyteint ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, intent(out), optional  ncerr 
)
private

Definition at line 47 of file nf95_get_var_m.F90.

Here is the call graph for this function:

subroutine nf95_get_var_m::nf95_get_var_fourbytereal ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, intent(out values,
integer, dimension(:), intent(in), optional  start,
integer, intent(out), optional  ncerr 
)
private

Definition at line 23 of file nf95_get_var_m.F90.

Here is the call graph for this function:


The documentation for this module was generated from the following file: