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) |
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 |
|
) |
| |
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 |
|
) |
| |
subroutine limit_read_mod::limit_read_sst |
( |
integer, intent(in) |
knon, |
|
|
integer, dimension(klon), intent(in) |
knindex, |
|
|
real, dimension(klon), intent(out) |
sst_out |
|
) |
| |
subroutine limit_read_mod::limit_read_tot |
( |
integer, intent(in) |
itime, |
|
|
real, intent(in) |
dtime, |
|
|
integer, intent(in) |
jour, |
|
|
logical, intent(out) |
is_modified |
|
) |
| |
Member Data Documentation
real, dimension(:), allocatable, save, private limit_read_mod::albedo |
|
private |
real, dimension(:,:), allocatable, save, private limit_read_mod::pctsrf |
|
private |
logical, save limit_read_mod::read_continents = .FALSE. |
real, dimension(:), allocatable, save, private limit_read_mod::rugos |
|
private |
real, dimension(:), allocatable, save, private limit_read_mod::sst |
|
private |
The documentation for this module was generated from the following file: