LMDZ
limit_read_mod Module Reference

Functions/Subroutines

subroutine limit_read_frac (itime, dtime, jour, pctsrf_new, is_modified)
 
subroutine limit_read_rug_alb (itime, dtime, jour, knon, knindex, rugos_out, alb_out)
 
subroutine limit_read_sst (knon, knindex, sst_out)
 
subroutine limit_read_tot (itime, dtime, jour, is_modified)
 

Variables

real, dimension(:,:), allocatable, save, private pctsrf
 
real, dimension(:), allocatable, save, private rugos
 
real, dimension(:), allocatable, save, private albedo
 
real, dimension(:), allocatable, save, private sst
 
logical, save read_continents =.FALSE.
 

Function/Subroutine Documentation

subroutine limit_read_mod::limit_read_frac ( integer, intent(in)  itime,
real, intent(in)  dtime,
integer, intent(in)  jour,
real, dimension(klon,nbsrf), intent(out)  pctsrf_new,
logical, intent(out)  is_modified 
)

Definition at line 34 of file limit_read_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine limit_read_mod::limit_read_rug_alb ( integer, intent(in)  itime,
real, intent(in)  dtime,
integer, intent(in)  jour,
integer, intent(in)  knon,
integer, dimension(klon), intent(in)  knindex,
real, dimension(klon), intent(out)  rugos_out,
real, dimension(klon), intent(out)  alb_out 
)

Definition at line 69 of file limit_read_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine limit_read_mod::limit_read_sst ( integer, intent(in)  knon,
integer, dimension(klon), intent(in)  knindex,
real, dimension(klon), intent(out)  sst_out 
)

Definition at line 111 of file limit_read_mod.F90.

Here is the caller graph for this function:

subroutine limit_read_mod::limit_read_tot ( integer, intent(in)  itime,
real, intent(in)  dtime,
integer, intent(in)  jour,
logical, intent(out)  is_modified 
)

Definition at line 134 of file limit_read_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real, dimension(:), allocatable, save, private limit_read_mod::albedo

Definition at line 20 of file limit_read_mod.F90.

real, dimension(:,:), allocatable, save, private limit_read_mod::pctsrf

Definition at line 16 of file limit_read_mod.F90.

logical, save limit_read_mod::read_continents =.FALSE.

Definition at line 24 of file limit_read_mod.F90.

real, dimension(:), allocatable, save, private limit_read_mod::rugos

Definition at line 18 of file limit_read_mod.F90.

real, dimension(:), allocatable, save, private limit_read_mod::sst

Definition at line 22 of file limit_read_mod.F90.