Public Member Functions |
subroutine | init_iophy_new (rlat, rlon) |
subroutine | init_iophy (lat, lon) |
subroutine | histbeg_phy (name, itau0, zjulian, dtime, nhori, nid_day) |
subroutine | histbeg_phy_points (rlon, rlat, pim, tabij, ipt, jpt, plon, plat, plon_bounds, plat_bounds, nname, itau0, zjulian, dtime, nnhori, nnid_day) |
subroutine | histwrite2d_phy (nid, lpoint, name, itau, field) |
subroutine | histwrite3d_phy (nid, lpoint, name, itau, field) |
subroutine | init_iophy_new (rlat, rlon) |
subroutine | init_iophy (lat, lon) |
subroutine | histbeg_phy (name, itau0, zjulian, dtime, nhori, nid_day) |
subroutine | histbeg_phy_points (rlon, rlat, pim, tabij, ipt, jpt, plon, plat, plon_bounds, plat_bounds, nname, itau0, zjulian, dtime, nnhori, nnid_day) |
subroutine | histwrite2d_phy (nid, lpoint, name, itau, field) |
subroutine | histwrite3d_phy (nid, lpoint, name, itau, field) |
Public Attributes |
real, dimension(:),
allocatable, save | io_lat |
real, dimension(:),
allocatable, save | io_lon |
integer, save | phys_domain_id |
integer, save | npstn |
integer, dimension(:),
allocatable, save | nptabij |
Detailed Description
Definition at line 4 of file iophy.F90.
Member Function/Subroutine Documentation
subroutine iophy::histbeg_phy |
( |
character*(*), intent(in) |
name, |
|
|
integer, intent(in) |
itau0, |
|
|
real, intent(in) |
zjulian, |
|
|
real, intent(in) |
dtime, |
|
|
integer, intent(out) |
nhori, |
|
|
integer, intent(out) |
nid_day |
|
) |
| |
subroutine iophy::histbeg_phy |
( |
character*(*), intent(in) |
name, |
|
|
integer, intent(in) |
itau0, |
|
|
real, intent(in) |
zjulian, |
|
|
real, intent(in) |
dtime, |
|
|
integer, intent(out) |
nhori, |
|
|
integer, intent(out) |
nid_day |
|
) |
| |
subroutine iophy::histbeg_phy_points |
( |
real, dimension(klon), intent(in) |
rlon, |
|
|
real, dimension(klon), intent(in) |
rlat, |
|
|
integer, intent(in) |
pim, |
|
|
integer, dimension(pim), intent(in) |
tabij, |
|
|
integer, dimension(pim), intent(in) |
ipt, |
|
|
integer, dimension(pim), intent(in) |
jpt, |
|
|
real, dimension(pim), intent(in) |
plon, |
|
|
real, dimension(pim), intent(in) |
plat, |
|
|
real, dimension(pim,2), intent(out) |
plon_bounds, |
|
|
real, dimension(pim,2), intent(out) |
plat_bounds, |
|
|
character(len=20), intent(in) |
nname, |
|
|
integer, intent(in) |
itau0, |
|
|
real, intent(in) |
zjulian, |
|
|
real, intent(in) |
dtime, |
|
|
integer, intent(out) |
nnhori, |
|
|
integer, intent(out) |
nnid_day |
|
) |
| |
subroutine iophy::histbeg_phy_points |
( |
real, dimension(klon), intent(in) |
rlon, |
|
|
real, dimension(klon), intent(in) |
rlat, |
|
|
integer, intent(in) |
pim, |
|
|
integer, dimension(pim), intent(in) |
tabij, |
|
|
integer, dimension(pim), intent(in) |
ipt, |
|
|
integer, dimension(pim), intent(in) |
jpt, |
|
|
real, dimension(pim), intent(in) |
plon, |
|
|
real, dimension(pim), intent(in) |
plat, |
|
|
real, dimension(pim,2), intent(out) |
plon_bounds, |
|
|
real, dimension(pim,2), intent(out) |
plat_bounds, |
|
|
character(len=20), intent(in) |
nname, |
|
|
integer, intent(in) |
itau0, |
|
|
real, intent(in) |
zjulian, |
|
|
real, intent(in) |
dtime, |
|
|
integer, intent(out) |
nnhori, |
|
|
integer, intent(out) |
nnid_day |
|
) |
| |
subroutine iophy::histwrite2d_phy |
( |
integer, intent(in) |
nid, |
|
|
logical, intent(in) |
lpoint, |
|
|
character*(*), intent(in) |
name, |
|
|
integer, intent(in) |
itau, |
|
|
real, dimension(:), intent(in) |
field |
|
) |
| |
subroutine iophy::histwrite2d_phy |
( |
integer, intent(in) |
nid, |
|
|
logical, intent(in) |
lpoint, |
|
|
character*(*), intent(in) |
name, |
|
|
integer, intent(in) |
itau, |
|
|
real, dimension(:), intent(in) |
field |
|
) |
| |
subroutine iophy::histwrite3d_phy |
( |
integer, intent(in) |
nid, |
|
|
logical, intent(in) |
lpoint, |
|
|
character*(*), intent(in) |
name, |
|
|
integer, intent(in) |
itau, |
|
|
real, dimension(:,:), intent(in) |
field |
|
) |
| |
subroutine iophy::histwrite3d_phy |
( |
integer, intent(in) |
nid, |
|
|
logical, intent(in) |
lpoint, |
|
|
character*(*), intent(in) |
name, |
|
|
integer, intent(in) |
itau, |
|
|
real, dimension(:,:), intent(in) |
field |
|
) |
| |
subroutine iophy::init_iophy |
( |
real, dimension(jjm+1-1/(iim*jjm)), intent(in) |
lat, |
|
|
real, dimension(iim), intent(in) |
lon |
|
) |
| |
subroutine iophy::init_iophy |
( |
real, dimension(jjm+1-1/(iim*jjm)), intent(in) |
lat, |
|
|
real, dimension(iim), intent(in) |
lon |
|
) |
| |
subroutine iophy::init_iophy_new |
( |
real, dimension(klon), intent(in) |
rlat, |
|
|
real, dimension(klon), intent(in) |
rlon |
|
) |
| |
subroutine iophy::init_iophy_new |
( |
real, dimension(klon), intent(in) |
rlat, |
|
|
real, dimension(klon), intent(in) |
rlon |
|
) |
| |
Member Data Documentation
real, dimension(:), allocatable, save iophy::io_lat |
real, dimension(:), allocatable, save iophy::io_lon |
integer save iophy::npstn |
integer, dimension(:), allocatable, save iophy::nptabij |
integer save iophy::phys_domain_id |
The documentation for this module was generated from the following files: