ROMS
|
Public Member Functions | |
subroutine | netcdf_get_fvar_0dp (ng, model, ncname, myvarname, a, ncid, start, total, broadcast, min_val, max_val) |
subroutine | netcdf_get_fvar_1dp (ng, model, ncname, myvarname, a, ncid, start, total, broadcast, min_val, max_val) |
subroutine | netcdf_get_fvar_2dp (ng, model, ncname, myvarname, a, ncid, start, total, broadcast, min_val, max_val) |
subroutine | netcdf_get_fvar_3dp (ng, model, ncname, myvarname, a, ncid, start, total, broadcast, min_val, max_val) |
subroutine | netcdf_get_fvar_0d (ng, model, ncname, myvarname, a, ncid, start, total, broadcast, min_val, max_val) |
subroutine | netcdf_get_fvar_1d (ng, model, ncname, myvarname, a, ncid, start, total, broadcast, min_val, max_val) |
subroutine | netcdf_get_fvar_2d (ng, model, ncname, myvarname, a, ncid, start, total, broadcast, min_val, max_val) |
subroutine | netcdf_get_fvar_3d (ng, model, ncname, myvarname, a, ncid, start, total, broadcast, min_val, max_val) |
subroutine | netcdf_get_fvar_4d (ng, model, ncname, myvarname, a, ncid, start, total, broadcast, min_val, max_val) |
Definition at line 45 of file mod_netcdf.F.
subroutine mod_netcdf::netcdf_get_fvar::netcdf_get_fvar_0d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
real(r8), intent(out) | a, | ||
integer, intent(in), optional | ncid, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total, | ||
logical, intent(in), optional | broadcast, | ||
real(r8), intent(out), optional | min_val, | ||
real(r8), intent(out), optional | max_val ) |
Definition at line 3430 of file mod_netcdf.F.
References mod_scalars::exit_flag, mod_parallel::inpthread, mod_iounits::ioerror, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_iounits::sourcefile, and mod_iounits::stdout.
subroutine mod_netcdf::netcdf_get_fvar::netcdf_get_fvar_0dp | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
real(dp), intent(out) | a, | ||
integer, intent(in), optional | ncid, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total, | ||
logical, intent(in), optional | broadcast, | ||
real(dp), intent(out), optional | min_val, | ||
real(dp), intent(out), optional | max_val ) |
Definition at line 2521 of file mod_netcdf.F.
References mod_scalars::exit_flag, mod_parallel::inpthread, mod_iounits::ioerror, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_iounits::sourcefile, and mod_iounits::stdout.
subroutine mod_netcdf::netcdf_get_fvar::netcdf_get_fvar_1d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
real(r8), dimension(:), intent(out) | a, | ||
integer, intent(in), optional | ncid, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total, | ||
logical, intent(in), optional | broadcast, | ||
real(r8), intent(out), optional | min_val, | ||
real(r8), intent(out), optional | max_val ) |
Definition at line 3596 of file mod_netcdf.F.
References mod_scalars::exit_flag, mod_parallel::inpthread, mod_iounits::ioerror, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_iounits::sourcefile, mod_scalars::spval_check, and mod_iounits::stdout.
subroutine mod_netcdf::netcdf_get_fvar::netcdf_get_fvar_1dp | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
real(dp), dimension(:), intent(out) | a, | ||
integer, intent(in), optional | ncid, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total, | ||
logical, intent(in), optional | broadcast, | ||
real(dp), intent(out), optional | min_val, | ||
real(dp), intent(out), optional | max_val ) |
Definition at line 2687 of file mod_netcdf.F.
References mod_scalars::exit_flag, mod_parallel::inpthread, mod_iounits::ioerror, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_iounits::sourcefile, mod_scalars::spval_check, and mod_iounits::stdout.
subroutine mod_netcdf::netcdf_get_fvar::netcdf_get_fvar_2d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
real(r8), dimension(:,:), intent(out) | a, | ||
integer, intent(in), optional | ncid, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total, | ||
logical, intent(in), optional | broadcast, | ||
real(r8), intent(out), optional | min_val, | ||
real(r8), intent(out), optional | max_val ) |
Definition at line 3836 of file mod_netcdf.F.
References mod_scalars::exit_flag, mod_parallel::inpthread, mod_iounits::ioerror, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_iounits::sourcefile, mod_scalars::spval_check, and mod_iounits::stdout.
subroutine mod_netcdf::netcdf_get_fvar::netcdf_get_fvar_2dp | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
real(dp), dimension(:,:), intent(out) | a, | ||
integer, intent(in), optional | ncid, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total, | ||
logical, intent(in), optional | broadcast, | ||
real(dp), intent(out), optional | min_val, | ||
real(dp), intent(out), optional | max_val ) |
Definition at line 2927 of file mod_netcdf.F.
References mod_scalars::exit_flag, mod_parallel::inpthread, mod_iounits::ioerror, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_iounits::sourcefile, mod_scalars::spval_check, and mod_iounits::stdout.
subroutine mod_netcdf::netcdf_get_fvar::netcdf_get_fvar_3d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
real(r8), dimension(:,:,:), intent(out) | a, | ||
integer, intent(in), optional | ncid, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total, | ||
logical, intent(in), optional | broadcast, | ||
real(r8), intent(out), optional | min_val, | ||
real(r8), intent(out), optional | max_val ) |
Definition at line 4084 of file mod_netcdf.F.
References mod_scalars::exit_flag, mod_parallel::inpthread, mod_iounits::ioerror, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_iounits::sourcefile, mod_scalars::spval_check, and mod_iounits::stdout.
subroutine mod_netcdf::netcdf_get_fvar::netcdf_get_fvar_3dp | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
real(dp), dimension(:,:,:), intent(out) | a, | ||
integer, intent(in), optional | ncid, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total, | ||
logical, intent(in), optional | broadcast, | ||
real(dp), intent(out), optional | min_val, | ||
real(dp), intent(out), optional | max_val ) |
Definition at line 3175 of file mod_netcdf.F.
References mod_scalars::exit_flag, mod_parallel::inpthread, mod_iounits::ioerror, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_iounits::sourcefile, mod_scalars::spval_check, and mod_iounits::stdout.
subroutine mod_netcdf::netcdf_get_fvar::netcdf_get_fvar_4d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | ncname, | ||
character (len=*), intent(in) | myvarname, | ||
real(r8), dimension(:,:,:,:), intent(out) | a, | ||
integer, intent(in), optional | ncid, | ||
integer, dimension(:), intent(in), optional | start, | ||
integer, dimension(:), intent(in), optional | total, | ||
logical, intent(in), optional | broadcast, | ||
real(r8), intent(out), optional | min_val, | ||
real(r8), intent(out), optional | max_val ) |
Definition at line 4338 of file mod_netcdf.F.
References mod_scalars::exit_flag, mod_parallel::inpthread, mod_iounits::ioerror, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_iounits::sourcefile, mod_scalars::spval_check, and mod_iounits::stdout.