lmdz_reprobus_wrappers Module


Uses

  • module~~lmdz_reprobus_wrappers~~UsesGraph module~lmdz_reprobus_wrappers lmdz_reprobus_wrappers module~mod_grid_phy_lmdz mod_grid_phy_lmdz module~lmdz_reprobus_wrappers->module~mod_grid_phy_lmdz

Used by

  • module~~lmdz_reprobus_wrappers~~UsedByGraph module~lmdz_reprobus_wrappers lmdz_reprobus_wrappers proc~lwu_lmdar4 lwu_lmdar4 proc~lwu_lmdar4->module~lmdz_reprobus_wrappers proc~lwu~2 LWU proc~lwu~2->module~lmdz_reprobus_wrappers proc~init_infotrac~2 init_infotrac proc~init_infotrac~2->module~lmdz_reprobus_wrappers proc~radlwsw~2 radlwsw proc~radlwsw~2->module~lmdz_reprobus_wrappers proc~init_infotrac init_infotrac proc~init_infotrac->module~lmdz_reprobus_wrappers proc~physiq physiq proc~physiq->module~lmdz_reprobus_wrappers proc~sw1s_lmdar4~2 sw1s_lmdar4 proc~sw1s_lmdar4~2->module~lmdz_reprobus_wrappers proc~lwu_lmdar4~2 lwu_lmdar4 proc~lwu_lmdar4~2->module~lmdz_reprobus_wrappers proc~sw2s_lmdar4 sw2s_lmdar4 proc~sw2s_lmdar4->module~lmdz_reprobus_wrappers proc~sw1s_lmdar4 sw1s_lmdar4 proc~sw1s_lmdar4->module~lmdz_reprobus_wrappers proc~init_infotrac_phy init_infotrac_phy proc~init_infotrac_phy->module~lmdz_reprobus_wrappers proc~dyn_tropopause~2 dyn_tropopause proc~dyn_tropopause~2->module~lmdz_reprobus_wrappers proc~leapfrog_loc leapfrog_loc proc~leapfrog_loc->module~lmdz_reprobus_wrappers proc~init_physics_distribution init_physics_distribution proc~init_physics_distribution->module~lmdz_reprobus_wrappers proc~tracreprobus tracreprobus proc~tracreprobus->module~lmdz_reprobus_wrappers proc~iniphysiq iniphysiq proc~iniphysiq->module~lmdz_reprobus_wrappers proc~lwu LWU proc~lwu->module~lmdz_reprobus_wrappers proc~sw2s_lmdar4~2 sw2s_lmdar4 proc~sw2s_lmdar4~2->module~lmdz_reprobus_wrappers proc~tracreprobus~2 tracreprobus proc~tracreprobus~2->module~lmdz_reprobus_wrappers proc~iniphysiq~2 iniphysiq proc~iniphysiq~2->module~lmdz_reprobus_wrappers proc~dyn_tropopause dyn_tropopause proc~dyn_tropopause->module~lmdz_reprobus_wrappers proc~init_infotrac_phy~2 init_infotrac_phy proc~init_infotrac_phy~2->module~lmdz_reprobus_wrappers proc~radlwsw radlwsw proc~radlwsw->module~lmdz_reprobus_wrappers proc~physiq~2 physiq proc~physiq~2->module~lmdz_reprobus_wrappers

Contents


Variables

Type Visibility Attributes Name Initial
integer, public :: itroprep(1)
integer, public :: iter
integer, public :: ndimozon
real, public :: rsuntime(2)
real, public :: pdt_rep
real, public :: daynum
real, public :: solaireTIME
real, public :: gravit
real, public :: Z1
real, public :: Z2
real, public :: fac
real, public :: B
real, public :: ptrop(1)
real, public :: ttrop(1)
real, public :: ztrop(1)
real, public, DIMENSION(1, 1) :: pdel
real, public, DIMENSION(1, 1) :: d_q_rep
real, public, DIMENSION(1, 1) :: d_ql_rep
real, public, DIMENSION(1, 1) :: d_qi_rep
real, public, DIMENSION(1, 1) :: rch42d
real, public, DIMENSION(1, 1) :: rn2o2d
real, public, DIMENSION(1, 1) :: rcfc112d
real, public, DIMENSION(1, 1) :: rcfc122d
logical, public :: ok_suntime
logical, public :: ok_rtime2d

Subroutines

public subroutine lmdz_reprobus_wrapper_abort()

Arguments

None

public subroutine init_chem_rep_trac(nbtr, nqo, name)

Arguments

Type IntentOptional Attributes Name
integer :: nbtr
integer :: nqo
character(len=256) :: name(:)

public subroutine init_chem_rep_phys(klon, klev)

Arguments

Type IntentOptional Attributes Name
integer :: klon
integer :: klev

public subroutine init_chem_rep_xjour(j)

Arguments

Type IntentOptional Attributes Name
real :: j

public subroutine finalize_reprobus()

Arguments

None

public subroutine init_reprobus_para(nlon, nlat, nlev, klon, mpi_size, distrib_phys, communicator)

Arguments

Type IntentOptional Attributes Name
integer :: nlon
integer :: nlat
integer :: nlev
integer :: klon
integer :: mpi_size
integer :: distrib_phys(:)
integer :: communicator

public subroutine chemini_rep(presnivs, pdtphys, annee_ref, day_ref, day_ini, start_time, itau_phy, io_lon, io_lat)

Arguments

Type IntentOptional Attributes Name
real :: presnivs(:)
real :: pdtphys
integer :: annee_ref
integer :: day_ref
integer :: day_ini
real :: start_time
integer :: itau_phy
real :: io_lon(:)
real :: io_lat(:)

public subroutine chemtime_rep(it, date, tstep, itap)

Arguments

Type IntentOptional Attributes Name
integer :: it
real :: date
real :: tstep
integer :: itap

public subroutine coord_hyb_rep(paprs, pplay, aps, bps, ap, bp, cell_area)

Arguments

Type IntentOptional Attributes Name
real :: paprs(:,:)
real :: pplay(:,:)
real :: aps(:)
real :: bps(:)
real :: ap(:)
real :: bp(:)
real :: cell_area(:)

public subroutine chemmain_rlong_1401(tr_seri, xlon, xlat, t_seri, pplay, paprs, pphi, pphis, presnivs, sh, debutphy)

Arguments

Type IntentOptional Attributes Name
real :: tr_seri(:,:,:)
real :: xlon(:)
real :: xlat(:)
real :: t_seri(:,:)
real :: pplay(:,:)
real :: paprs(:,:)
real :: pphi(:,:)
real :: pphis(:)
real :: presnivs(:)
real :: sh(:,:)
logical :: debutphy

public subroutine rtime(debut)

Arguments

Type IntentOptional Attributes Name
logical :: debut

public subroutine rad_interactif(pozon, iof)

Arguments

Type IntentOptional Attributes Name
real :: pozon(:,:,:)
integer :: iof