LMDZ
readaerosol_mod Module Reference

Functions/Subroutines

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)
 

Variables

real, save not_valid =-333.
 

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 10 of file readaerosol.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real, save readaerosol_mod::not_valid =-333.

Definition at line 5 of file readaerosol.F90.