LMDZ
|
Functions/Subroutines | |
subroutine | cosp_output_write (Nlevlmdz, Npoints, Ncolumns, itap, dtime, freq_COSP, cfg, gbx, vgrid, sglidar, stlidar, isccp) |
subroutine | set_itau_iocosp (ito) |
subroutine | histdef2d_cosp (iff, var) |
subroutine | histdef3d_cosp (iff, var, nvertsave, ncols) |
subroutine | histwrite2d_cosp (var, field) |
subroutine | histwrite3d_cosp (var, field, nverts, ncols) |
subroutine | conf_cospoutputs (nam_var, cles_var) |
Variables | |
integer, save | itau_iocosp |
integer, save | nlevout |
integer, save | ncolout |
subroutine cosp_output_write_mod::conf_cospoutputs | ( | character(len=20) | nam_var, |
logical, dimension(3) | cles_var | ||
) |
Definition at line 608 of file cosp_output_write_mod.F90.
subroutine cosp_output_write_mod::cosp_output_write | ( | integer | Nlevlmdz, |
integer | Npoints, | ||
integer | Ncolumns, | ||
integer | itap, | ||
real | dtime, | ||
real | freq_COSP, | ||
type(cosp_config) | cfg, | ||
type(cosp_gridbox) | gbx, | ||
type(cosp_vgrid) | vgrid, | ||
type(cosp_sglidar) | sglidar, | ||
type(cosp_lidarstats) | stlidar, | ||
type(cosp_isccp) | isccp | ||
) |
Definition at line 21 of file cosp_output_write_mod.F90.
subroutine cosp_output_write_mod::histdef2d_cosp | ( | integer | iff, |
type(ctrl_outcosp) | var | ||
) |
Definition at line 263 of file cosp_output_write_mod.F90.
subroutine cosp_output_write_mod::histdef3d_cosp | ( | integer | iff, |
type(ctrl_outcosp) | var, | ||
integer, intent(in) | nvertsave, | ||
integer, intent(in), optional | ncols | ||
) |
Definition at line 327 of file cosp_output_write_mod.F90.
subroutine cosp_output_write_mod::histwrite2d_cosp | ( | type(ctrl_outcosp), intent(in) | var, |
real, dimension(:), intent(in) | field | ||
) |
Definition at line 422 of file cosp_output_write_mod.F90.
subroutine cosp_output_write_mod::histwrite3d_cosp | ( | type(ctrl_outcosp), intent(in) | var, |
real, dimension(:,:), intent(in) | field, | ||
integer, dimension(3), intent(in) | nverts, | ||
integer, intent(in), optional | ncols | ||
) |
Definition at line 511 of file cosp_output_write_mod.F90.
subroutine cosp_output_write_mod::set_itau_iocosp | ( | integer, intent(in) | ito | ) |
Definition at line 257 of file cosp_output_write_mod.F90.
integer, save cosp_output_write_mod::itau_iocosp |
Definition at line 8 of file cosp_output_write_mod.F90.
integer, save cosp_output_write_mod::ncolout |
Definition at line 10 of file cosp_output_write_mod.F90.
integer, save cosp_output_write_mod::nlevout |
Definition at line 10 of file cosp_output_write_mod.F90.