|
LMDZ
|
Data Types | |
| interface | histbeg_phy_all |
| interface | histwrite_phy |
Functions/Subroutines | |
| subroutine | init_iophy_new (rlat, rlon) |
| subroutine | histbeg_phy (name, itau0, zjulian, dtime, nhori, nid_day) |
| subroutine | histwrite2d_phy (nid, lpoint, name, itau, field) |
| subroutine | histwrite3d_phy (nid, lpoint, name, itau, field) |
| subroutine | set_itau_iophy (ito) |
| subroutine | init_iophy (lat, lon) |
| subroutine | histbeg_phyxios (name, itau0, zjulian, dtime, ffreq, lev, 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 | histdef2d_old (iff, lpoint, flag_var, nomvar, titrevar, unitvar) |
| subroutine | histdef3d_old (iff, lpoint, flag_var, nomvar, titrevar, unitvar) |
| subroutine | histdef2d (iff, var) |
| subroutine | histdef3d (iff, var) |
| subroutine | conf_physoutputs (nam_var, flag_var) |
| subroutine | histwrite2d_phy_old (nid, lpoint, name, itau, field) |
| subroutine | histwrite3d_phy_old (nid, lpoint, name, itau, field) |
| subroutine | histwrite2d_phy (var, field, STD_iff) |
| subroutine | histwrite3d_phy (var, field, STD_iff) |
Variables | |
| 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 |
| integer, save | itau_iophy |
| subroutine iophy::conf_physoutputs | ( | character(len=20) | nam_var, |
| integer, dimension(nfiles) | flag_var | ||
| ) |
| 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::set_itau_iophy | ( | integer, intent(in) | ito | ) |