LMDZ
iophy Module Reference

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
 

Function/Subroutine Documentation

subroutine iophy::conf_physoutputs ( character(len=20)  nam_var,
integer, dimension(nfiles)  flag_var 
)

Definition at line 725 of file iophy.F90.

Here is the caller graph for this function:

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 
)

Definition at line 159 of file iophy.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

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 
)

Definition at line 278 of file iophy.F90.

Here is the call graph for this function:

subroutine iophy::histbeg_phyxios ( character*(*), intent(in)  name,
integer, intent(in)  itau0,
real, intent(in)  zjulian,
real, intent(in)  dtime,
character(len=*), intent(in)  ffreq,
integer, intent(in)  lev,
integer, intent(out)  nhori,
integer, intent(out)  nid_day 
)

Definition at line 203 of file iophy.F90.

Here is the call graph for this function:

subroutine iophy::histdef2d ( integer  iff,
type(ctrl_out var 
)

Definition at line 560 of file iophy.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine iophy::histdef2d_old ( integer  iff,
logical  lpoint,
integer, dimension(nfiles)  flag_var,
character(len=20)  nomvar,
character(len=*)  titrevar,
character(len=*)  unitvar 
)

Definition at line 452 of file iophy.F90.

Here is the call graph for this function:

subroutine iophy::histdef3d ( integer  iff,
type(ctrl_out var 
)

Definition at line 644 of file iophy.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine iophy::histdef3d_old ( integer  iff,
logical  lpoint,
integer, dimension(nfiles)  flag_var,
character(len=20)  nomvar,
character(len=*)  titrevar,
character(len=*)  unitvar 
)

Definition at line 505 of file iophy.F90.

Here is the call graph for this function:

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 
)

Definition at line 220 of file iophy.F90.

Here is the call graph for this function:

subroutine iophy::histwrite2d_phy ( type(ctrl_out), intent(in)  var,
real, dimension(:), intent(in)  field,
integer, intent(in), optional  STD_iff 
)

Definition at line 881 of file iophy.F90.

Here is the call graph for this function:

subroutine iophy::histwrite2d_phy_old ( integer, intent(in)  nid,
logical, intent(in)  lpoint,
character*(*), intent(in)  name,
integer, intent(in)  itau,
real, dimension(:), intent(in)  field 
)

Definition at line 745 of file iophy.F90.

Here is the call graph for this function:

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 
)

Definition at line 279 of file iophy.F90.

Here is the call graph for this function:

subroutine iophy::histwrite3d_phy ( type(ctrl_out), intent(in)  var,
real, dimension(:,:), intent(in)  field,
integer, intent(in), optional  STD_iff 
)

Definition at line 1041 of file iophy.F90.

Here is the call graph for this function:

subroutine iophy::histwrite3d_phy_old ( integer, intent(in)  nid,
logical, intent(in)  lpoint,
character*(*), intent(in)  name,
integer, intent(in)  itau,
real, dimension(:,:), intent(in)  field 
)

Definition at line 810 of file iophy.F90.

Here is the call graph for this function:

subroutine iophy::init_iophy ( real, dimension(nbp_lat), intent(in)  lat,
real, dimension(nbp_lon), intent(in)  lon 
)

Definition at line 160 of file iophy.F90.

subroutine iophy::init_iophy_new ( real, dimension(klon), intent(in)  rlat,
real, dimension(klon), intent(in)  rlon 
)

Definition at line 42 of file iophy.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine iophy::set_itau_iophy ( integer, intent(in)  ito)

Definition at line 36 of file iophy.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real, dimension(:), allocatable, save iophy::io_lat

Definition at line 8 of file iophy.F90.

real, dimension(:), allocatable, save iophy::io_lon

Definition at line 9 of file iophy.F90.

integer save iophy::itau_iophy

Definition at line 13 of file iophy.F90.

integer save iophy::npstn

Definition at line 11 of file iophy.F90.

integer, dimension(:), allocatable, save iophy::nptabij

Definition at line 12 of file iophy.F90.

integer save iophy::phys_domain_id

Definition at line 10 of file iophy.F90.