LMDZ
|
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. |
subroutine readaerosol_mod::check_err | ( | integer, intent(in) | status, |
character(len=*), intent(in), optional | text | ||
) |
Definition at line 572 of file readaerosol.F90.
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.
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.
real, save readaerosol_mod::not_valid =-333. |
Definition at line 5 of file readaerosol.F90.