ROMS
|
#include "cppdefs.h"
Go to the source code of this file.
Functions/Subroutines | |
subroutine | check_multifile (ng, model) |
subroutine | multifile_info_s1d (ng, model, file_type, s) |
subroutine | multifile_info_s2d (ng, model, file_type, inpfiles, idim, s) |
logical function | check_file (ng, model, nfiles, ncname, iotype, tmin, tmax, tscale, lcheck) |
logical function check_file | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
integer, intent(in) | nfiles, | ||
character (*), intent(in) | ncname, | ||
integer, intent(in) | iotype, | ||
real(dp), intent(out) | tmin, | ||
real(dp), intent(out) | tmax, | ||
real(dp), intent(out) | tscale, | ||
logical, intent(out) | lcheck ) |
Definition at line 529 of file check_multifile.F.
References mod_scalars::exit_flag, strings_mod::founderror(), mod_ncparam::io_nf90, mod_ncparam::io_pio, strings_mod::lowercase(), mod_parallel::master, mod_netcdf::n_var, mod_netcdf::netcdf_close(), mod_netcdf::netcdf_inq_var(), mod_netcdf::netcdf_open(), mod_scalars::noerror, mod_pio_netcdf::pio_netcdf_close(), mod_pio_netcdf::pio_netcdf_inq_var(), mod_pio_netcdf::pio_netcdf_open(), mod_scalars::rclock, mod_iounits::sourcefile, mod_iounits::stdout, mod_netcdf::var_achar, mod_netcdf::var_aname, mod_netcdf::var_dsize, mod_netcdf::var_name, and mod_netcdf::var_ndim.
subroutine check_multifile | ( | integer, intent(in) | ng, |
integer, intent(in) | model ) |
Definition at line 2 of file check_multifile.F.
References mod_iounits::blk, mod_iounits::bry, mod_ncparam::cinfo, mod_iounits::clm, mod_scalars::clm_file, mod_scalars::dt, mod_scalars::exit_flag, mod_scalars::f_code, mod_ncparam::finfo, strings_mod::founderror(), mod_ncparam::fpoint, mod_iounits::frc, mod_ncparam::frcncid, mod_iounits::fwd, mod_scalars::i_code, mod_param::iadm, mod_ncparam::iinfo, mod_ncparam::linfo, mod_scalars::lreadblk, mod_scalars::lreadfrc, mod_scalars::lreadfwd, mod_scalars::lreadtlm, mod_scalars::luvsrc, mod_scalars::lwsrc, multifile_info_s1d(), multifile_info_s2d(), mod_iounits::nbcfiles, mod_iounits::nclmfiles, mod_iounits::nffiles, mod_scalars::noerror, mod_scalars::ntimes, mod_ncparam::nv, mod_scalars::obcdata, mod_iounits::sourcefile, mod_iounits::ssf, mod_scalars::time, dateclock_mod::time_string(), mod_ncparam::tintrp, mod_iounits::tlm, and mod_ncparam::vtime.
Referenced by ad_initial(), roms_kernel_mod::adm_initial(), initial(), roms_kernel_mod::nlm_initial(), rp_initial(), tl_initial(), and roms_kernel_mod::tlm_initial().
subroutine multifile_info_s1d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | file_type, | ||
type(t_io), dimension(ngrids), intent(inout) | s ) |
Definition at line 195 of file check_multifile.F.
References mod_scalars::dt, mod_scalars::exit_flag, mod_scalars::f_code, strings_mod::founderror(), mod_scalars::i_code, mod_param::iadm, strings_mod::lowercase(), mod_parallel::master, mod_scalars::noerror, mod_scalars::ntimes, mod_iounits::sourcefile, mod_iounits::stdout, mod_scalars::time, and dateclock_mod::time_string().
Referenced by check_multifile().
subroutine multifile_info_s2d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(in) | file_type, | ||
integer, dimension(ngrids), intent(in) | inpfiles, | ||
integer, intent(in) | idim, | ||
type(t_io), dimension(idim,ngrids), intent(inout) | s ) |
Definition at line 358 of file check_multifile.F.
References mod_scalars::dt, mod_scalars::exit_flag, mod_scalars::f_code, strings_mod::founderror(), mod_scalars::i_code, mod_param::iadm, strings_mod::lowercase(), mod_parallel::master, mod_scalars::noerror, mod_scalars::ntimes, mod_iounits::sourcefile, mod_iounits::stdout, mod_scalars::time, and dateclock_mod::time_string().
Referenced by check_multifile().