LMDZ
phys_output_mod Module Reference

Functions/Subroutines

subroutine phys_output_open (rlon, rlat, pim, tabij, ipt, jpt, plon, plat, jjmp1, nlevSTD, clevSTD, rlevSTD, dtime, ok_veget, type_ocean, iflag_pbl, iflag_pbl_split, ok_mensuel, ok_journe, ok_hf, ok_instan, ok_LES, ok_ade, ok_aie, read_climoz, phys_out_filestations, new_aod, aerosol_couple, flag_aerosol_strat, pdtphys, paprs, pphis, pplay, lmax_th, ptconv, ptconvth, ivap, d_t, qx, d_qx, zmasse, ok_sync)
 
subroutine convers_timesteps (str, dtime, timestep)
 

Variables

real, dimension(nfiles), save ecrit_files
 

Function/Subroutine Documentation

subroutine phys_output_mod::convers_timesteps ( character(len=20)  str,
real  dtime,
real  timestep 
)

Definition at line 525 of file phys_output_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine phys_output_mod::phys_output_open ( real, dimension(klon), intent(in)  rlon,
real, dimension(klon), intent(in)  rlat,
integer, intent(in)  pim,
integer, dimension(pim)  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,
integer  jjmp1,
integer  nlevSTD,
character(len=4), dimension(nlevstd)  clevSTD,
real, dimension(nlevstd)  rlevSTD,
real  dtime,
logical  ok_veget,
character(len=6)  type_ocean,
integer  iflag_pbl,
integer  iflag_pbl_split,
logical  ok_mensuel,
logical  ok_journe,
logical  ok_hf,
logical  ok_instan,
logical  ok_LES,
logical  ok_ade,
logical  ok_aie,
integer, intent(in)  read_climoz,
logical, dimension(nfiles)  phys_out_filestations,
logical  new_aod,
logical  aerosol_couple,
logical  flag_aerosol_strat,
real, intent(in)  pdtphys,
real, dimension(klon, klev+1), intent(in)  paprs,
real, dimension(klon), intent(in)  pphis,
real, dimension(klon, klev), intent(in)  pplay,
integer, dimension(klon), intent(in)  lmax_th,
logical, dimension(klon, klev), intent(in)  ptconv,
logical, dimension(klon, klev), intent(in)  ptconvth,
integer, intent(in)  ivap,
real, dimension(klon, klev), intent(in)  d_t,
real, dimension(klon,klev,nqtot), intent(in)  qx,
real, dimension(klon,klev,nqtot), intent(in)  d_qx,
real, dimension(klon, klev), intent(in)  zmasse,
logical, intent(in)  ok_sync 
)

Definition at line 35 of file phys_output_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real, dimension(nfiles), save phys_output_mod::ecrit_files

Definition at line 9 of file phys_output_mod.F90.