My Project
 All Classes Files Functions Variables Macros
readaerosol_mod Module Reference

Public Member Functions

subroutine readaerosol (name_aero, type, filename, iyr_in, klev_src, pt_ap, pt_b, pt_out, psurf, load)
subroutine get_aero_fromfile (varname, cyr, filename, klev_src, pt_ap, pt_b, p0, pt_year, psurf_out, load_out)
subroutine check_err (status, text)

Public Attributes

real, save not_valid = -333.

Detailed Description

Definition at line 3 of file readaerosol.F90.

Member Function/Subroutine Documentation

subroutine readaerosol_mod::check_err ( integer, intent(in)  status,
character(len=*), intent(in), optional  text 
)

Definition at line 572 of file readaerosol.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine readaerosol_mod::get_aero_fromfile ( character(len=7), intent(in)  varname,
character(len=4), intent(in)  cyr,
character(len=8), intent(in)  filename,
integer, intent(out klev_src,
real, dimension(:), pointer  pt_ap,
real, dimension(:), pointer  pt_b,
real  p0,
real, dimension(:,:,:), pointer  pt_year,
real, dimension(klon,12), intent(out psurf_out,
real, dimension(klon,12), intent(out load_out 
)

Definition at line 171 of file readaerosol.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine readaerosol_mod::readaerosol ( character(len=7), intent(in)  name_aero,
character(len=*), intent(in)  type,
character(len=8), intent(in)  filename,
integer, intent(in)  iyr_in,
integer, intent(out klev_src,
real, dimension(:), pointer  pt_ap,
real, dimension(:), pointer  pt_b,
real, dimension(:,:,:), pointer  pt_out,
real, dimension(klon,12), intent(out psurf,
real, dimension(klon,12), intent(out load 
)

Definition at line 9 of file readaerosol.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

real, save readaerosol_mod::not_valid = -333.

Definition at line 5 of file readaerosol.F90.


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