ROMS
|
Public Member Functions | |
integer function | nf90_fwrite2d (ng, model, ncid, ifield, ncvarid, tindex, gtype, lbi, ubi, lbj, ubj, ascl, amask, adat, setfillval, extractfield, minvalue, maxvalue) |
integer function | pio_fwrite2d (ng, model, piofile, ifield, piovar, tindex, piodesc, lbi, ubi, lbj, ubj, ascl, amask, adat, setfillval, extractfield, minvalue, maxvalue) |
Definition at line 77 of file nf_fwrite2d.F.
integer function nf_fwrite2d_mod::nf_fwrite2d::nf90_fwrite2d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
integer, intent(in) | ncid, | ||
integer, intent(in) | ifield, | ||
integer, intent(in) | ncvarid, | ||
integer, intent(in) | tindex, | ||
integer, intent(in) | gtype, | ||
integer, intent(in) | lbi, | ||
integer, intent(in) | ubi, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj, | ||
real(dp), intent(in) | ascl, | ||
real(r8), dimension(lbi:,lbj:), intent(in) | amask, | ||
real(r8), dimension(lbi:,lbj:), intent(in) | adat, | ||
logical, intent(in), optional | setfillval, | ||
integer, intent(in), optional | extractfield, | ||
real(r8), intent(out), optional | minvalue, | ||
real(r8), intent(out), optional | maxvalue ) |
Definition at line 89 of file nf_fwrite2d.F.
References mod_param::bounds, mod_param::iobounds, distribute_mod::mp_gather2d(), mod_parallel::myrank, mod_parallel::outthread, mod_param::p2dvar, mod_param::p3dvar, pack_field_mod::pack_field2d(), mod_param::r2dvar, mod_param::r3dvar, mod_scalars::spval, stats_mod::stats_2dfld(), get_bounds_mod::tile_bounds_1d(), mod_param::u2dvar, mod_param::u3dvar, mod_param::v2dvar, mod_param::v3dvar, and mod_ncparam::vname.
integer function nf_fwrite2d_mod::nf_fwrite2d::pio_fwrite2d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
type (file_desc_t), intent(inout) | piofile, | ||
integer, intent(in) | ifield, | ||
type (my_vardesc), intent(inout) | piovar, | ||
integer, intent(in) | tindex, | ||
type (io_desc_t), intent(inout) | piodesc, | ||
integer, intent(in) | lbi, | ||
integer, intent(in) | ubi, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj, | ||
real(dp), intent(in) | ascl, | ||
real(r8), dimension(lbi:,lbj:), intent(in) | amask, | ||
real(r8), dimension(lbi:,lbj:), intent(in) | adat, | ||
logical, intent(in), optional | setfillval, | ||
integer, intent(in), optional | extractfield, | ||
real(r8), intent(out), optional | minvalue, | ||
real(r8), intent(out), optional | maxvalue ) |
Definition at line 591 of file nf_fwrite2d.F.
References mod_param::bounds, mod_parallel::myrank, mod_parallel::outthread, mod_param::p2dvar, mod_param::p3dvar, mod_param::r2dvar, mod_param::r3dvar, mod_scalars::spval, stats_mod::stats_2dfld(), mod_param::u2dvar, mod_param::u3dvar, mod_param::v2dvar, mod_param::v3dvar, and mod_ncparam::vname.