FV3 Bundle
|
Data Types | |
type | diag_conv_header |
type | diag_conv_mass |
type | diag_conv_wind |
Functions/Subroutines | |
subroutine, public | read_conv_diag (fn, conv_header, conv_mass, conv_wind, nobs_mass, nobs_wind, ncep) |
subroutine, public | open_conv_diag (fn, conv_header, ncep) |
integer(i_kind) function | get_obstype_index (obstype, obstypearr) |
subroutine, public | write_split_conv_diag_nc (infn, conv_header, conv_mass, conv_wind, append_suffix) |
subroutine, public | read_conv_diag_nc_header (infn, conv_header, nobs) |
subroutine, public | read_conv_diag_nc_mass (infn, conv_header, conv_mass) |
character(len(s)+100) function | replace_text (s, text, rep) |
Variables | |
integer, parameter | maxobstype =30 |
integer | nobstype |
integer, parameter | lun =413 |
|
private |
subroutine, public m_diag_conv::open_conv_diag | ( | character(120), intent(in) | fn, |
type(diag_conv_header), intent(inout) | conv_header, | ||
logical, intent(in) | ncep | ||
) |
Definition at line 209 of file m_diag_conv.f90.
subroutine, public m_diag_conv::read_conv_diag | ( | character(120), intent(in) | fn, |
type(diag_conv_header), intent(inout) | conv_header, | ||
type(diag_conv_mass), dimension(:), intent(inout), allocatable | conv_mass, | ||
type(diag_conv_wind), dimension(:), intent(inout), allocatable | conv_wind, | ||
integer(i_kind), intent(out) | nobs_mass, | ||
integer(i_kind), intent(out) | nobs_wind, | ||
logical, intent(in) | ncep | ||
) |
Definition at line 97 of file m_diag_conv.f90.
subroutine, public m_diag_conv::read_conv_diag_nc_header | ( | character(len=*), intent(in) | infn, |
type(diag_conv_header), intent(inout) | conv_header, | ||
integer(i_kind), intent(inout) | nobs | ||
) |
subroutine, public m_diag_conv::read_conv_diag_nc_mass | ( | character(len=*), intent(in) | infn, |
type(diag_conv_header), intent(inout) | conv_header, | ||
type(diag_conv_mass), dimension(conv_header%n_observations_mass), intent(inout) | conv_mass | ||
) |
|
private |
subroutine, public m_diag_conv::write_split_conv_diag_nc | ( | character(120), intent(in) | infn, |
type(diag_conv_header), intent(in) | conv_header, | ||
type(diag_conv_mass), dimension(conv_header%n_observations_mass), intent(in) | conv_mass, | ||
type(diag_conv_wind), dimension(conv_header%n_observations_wind), intent(in) | conv_wind, | ||
logical, intent(in) | append_suffix | ||
) |
Definition at line 312 of file m_diag_conv.f90.
|
private |
Definition at line 93 of file m_diag_conv.f90.
|
private |
Definition at line 90 of file m_diag_conv.f90.
|
private |
Definition at line 91 of file m_diag_conv.f90.