Interface for reading double variables. Note double 2D array used by complex double array values.
More...
|
integer function | nf_put_vara_cpx_double (ncid, varid, start, count, cvals) |
| Write a complex double value. More...
|
|
integer function | nf_put_vara_double (ncid, varid, start, count, dvals) |
| Write a double value. More...
|
|
integer function | nf_put_vara_2d_cpx_double (ncid, varid, start, count, cvals) |
| Write a complex double value. More...
|
|
integer function | nf_put_vara_2d_double (ncid, varid, start, count, dvals) |
| Write a double value. More...
|
|
integer function | nf_put_vara_3d_cpx_double (ncid, varid, start, count, cvals) |
| Write a double value. More...
|
|
integer function | nf_put_vara_3d_double (ncid, varid, start, count, dvals) |
| Write a double value. More...
|
|
Interface for reading double variables. Note double 2D array used by complex double array values.
◆ nf_put_vara_double()
integer function netcdf_inc::nf_put_vara_double::nf_put_vara_double |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:), intent(in) |
start, |
|
|
integer, dimension(:), intent(in) |
count, |
|
|
real (real64), dimension(:), intent(in) |
dvals |
|
) |
| |
Write a double value.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[in] | start | Starting indices. |
[in] | count | Number of elements to count. |
[in] | dvals | Double value to write. |
◆ nf_put_vara_2d_cpx_double()
integer function netcdf_inc::nf_put_vara_double::nf_put_vara_2d_cpx_double |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:), intent(in) |
start, |
|
|
integer, dimension(:), intent(in) |
count, |
|
|
complex (real64), dimension(:,:), intent(in) |
cvals |
|
) |
| |
Write a complex double value.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[in] | start | Starting indices. |
[in] | count | Number of elements to count. |
[in] | cvals | Complex double value to write. |
◆ nf_put_vara_2d_double()
integer function netcdf_inc::nf_put_vara_double::nf_put_vara_2d_double |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:), intent(in) |
start, |
|
|
integer, dimension(:), intent(in) |
count, |
|
|
real (real64), dimension(:,:), intent(in) |
dvals |
|
) |
| |
Write a double value.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[in] | start | Starting indices. |
[in] | count | Number of elements to count. |
[in] | dvals | Double value to write. |
◆ nf_put_vara_3d_cpx_double()
integer function netcdf_inc::nf_put_vara_double::nf_put_vara_3d_cpx_double |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:), intent(in) |
start, |
|
|
integer, dimension(:), intent(in) |
count, |
|
|
complex (real64), dimension(:,:,:), intent(in) |
cvals |
|
) |
| |
Write a double value.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[in] | start | Starting indices. |
[in] | count | Number of elements to count. |
[in] | cvals | Complex double value to write. |
◆ nf_put_vara_3d_double()
integer function netcdf_inc::nf_put_vara_double::nf_put_vara_3d_double |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:), intent(in) |
start, |
|
|
integer, dimension(:), intent(in) |
count, |
|
|
real (real64), dimension(:,:,:), intent(in) |
dvals |
|
) |
| |
Write a double value.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[in] | start | Starting indices. |
[in] | count | Number of elements to count. |
[in] | dvals | Real value to write. |
◆ nf_put_vara_cpx_double()
integer function netcdf_inc::nf_put_vara_double::nf_put_vara_cpx_double |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:), intent(in) |
start, |
|
|
integer, dimension(:), intent(in) |
count, |
|
|
complex (real64), dimension(:), intent(in) |
cvals |
|
) |
| |
Write a complex double value.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[in] | start | Starting indices. |
[in] | count | Number of elements to count. |
[in] | cvals | Complex double value to write. |
The documentation for this interface was generated from the following file: