Go to the source code of this file.
|
program | gsiprofiles_bin2nc4 |
|
subroutine | usage |
|
subroutine | read_profiles_header (ftin, idate, nsig, nvars, naeros, varnames, iflag, lverbose) |
|
subroutine | read_profiles (ftin, nsig, nvarsphys, naeros, tvp, qvp, prsltmp, prsitmp, aeros, iflag, lverbose) |
|
◆ gsiprofiles_bin2nc4()
program gsiprofiles_bin2nc4 |
( |
| ) |
|
◆ read_profiles()
subroutine gsiprofiles_bin2nc4::read_profiles |
( |
integer, intent(in) |
ftin, |
|
|
integer, intent(in) |
nsig, |
|
|
integer, intent(in) |
nvarsphys, |
|
|
integer, intent(in) |
naeros, |
|
|
real(r_single), dimension(nsig) |
tvp, |
|
|
real(r_single), dimension(nsig) |
qvp, |
|
|
real(r_single), dimension(nsig) |
prsltmp, |
|
|
real(r_single), dimension(nsig+1) |
prsitmp, |
|
|
real(r_single), dimension(nsig,naeros) |
aeros, |
|
|
integer, intent(out) |
iflag, |
|
|
logical, intent(in), optional |
lverbose |
|
) |
| |
◆ read_profiles_header()
subroutine gsiprofiles_bin2nc4::read_profiles_header |
( |
integer, intent(in) |
ftin, |
|
|
integer, intent(out) |
idate, |
|
|
integer, intent(out) |
nsig, |
|
|
integer, intent(out) |
nvars, |
|
|
integer, intent(out) |
naeros, |
|
|
character(len=max_name_length), dimension(max_vars) |
varnames, |
|
|
integer, intent(out) |
iflag, |
|
|
logical, intent(in), optional |
lverbose |
|
) |
| |
◆ usage()
subroutine gsiprofiles_bin2nc4::usage |
( |
| ) |
|