ROMS
|
Public Member Functions | |
subroutine | pio_netcdf_get_ivar_0d (ng, model, ncname, myvarname, a, piofile, start, total) |
subroutine | pio_netcdf_get_ivar_1d (ng, model, ncname, myvarname, a, piofile, start, total) |
subroutine | pio_netcdf_get_ivar_2d (ng, model, ncname, myvarname, a, piofile, start, total) |
Definition at line 66 of file mod_pio_netcdf.F.
subroutine mod_pio_netcdf::pio_netcdf_get_ivar::pio_netcdf_get_ivar_0d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
integer, intent(out) | a, | ||
type (file_desc_t), intent(in), optional | piofile, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total ) |
Definition at line 5150 of file mod_pio_netcdf.F.
References mod_scalars::exit_flag, strings_mod::founderror(), mod_iounits::ioerror, mod_parallel::master, mod_scalars::noerror, mod_pio_netcdf::pio_netcdf_close(), mod_pio_netcdf::pio_netcdf_open(), mod_iounits::sourcefile, and mod_iounits::stdout.
subroutine mod_pio_netcdf::pio_netcdf_get_ivar::pio_netcdf_get_ivar_1d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
integer, dimension(:), intent(out) | a, | ||
type (file_desc_t), intent(in), optional | piofile, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total ) |
Definition at line 5262 of file mod_pio_netcdf.F.
References mod_scalars::exit_flag, strings_mod::founderror(), mod_iounits::ioerror, mod_parallel::master, mod_scalars::noerror, mod_pio_netcdf::pio_netcdf_close(), mod_pio_netcdf::pio_netcdf_open(), mod_iounits::sourcefile, and mod_iounits::stdout.
subroutine mod_pio_netcdf::pio_netcdf_get_ivar::pio_netcdf_get_ivar_2d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
integer, dimension(:,:), intent(out) | a, | ||
type (file_desc_t), intent(in), optional | piofile, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total ) |
Definition at line 5372 of file mod_pio_netcdf.F.
References mod_scalars::exit_flag, strings_mod::founderror(), mod_iounits::ioerror, mod_parallel::master, mod_scalars::noerror, mod_pio_netcdf::pio_netcdf_close(), mod_pio_netcdf::pio_netcdf_open(), mod_iounits::sourcefile, and mod_iounits::stdout.