My Project
 All Classes Files Functions Variables Macros
limit_read_mod Module Reference

Public Member Functions

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)

Public Attributes

logical, save read_continents = .FALSE.

Private Attributes

real, dimension(:,:),
allocatable, save, private 
pctsrf
real, dimension(:),
allocatable, save, private 
rugos
real, dimension(:),
allocatable, save, private 
albedo
real, dimension(:),
allocatable, save, private 
sst

Detailed Description

Definition at line 4 of file limit_read_mod.F90.

Member 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 33 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 66 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 109 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 132 of file limit_read_mod.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

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

Definition at line 20 of file limit_read_mod.F90.

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

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
private

Definition at line 18 of file limit_read_mod.F90.

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

Definition at line 22 of file limit_read_mod.F90.


The documentation for this module was generated from the following file: