FV3 Bundle
gsiprofiles_bin2nc4.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

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)
 

Function/Subroutine Documentation

◆ gsiprofiles_bin2nc4()

program gsiprofiles_bin2nc4 ( )

Definition at line 1 of file gsiprofiles_bin2nc4.f90.

Here is the call graph for this function:

◆ 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 
)

Definition at line 236 of file gsiprofiles_bin2nc4.f90.

Here is the caller graph for this function:

◆ 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 
)

Definition at line 213 of file gsiprofiles_bin2nc4.f90.

Here is the caller graph for this function:

◆ usage()

subroutine gsiprofiles_bin2nc4::usage ( )

Definition at line 192 of file gsiprofiles_bin2nc4.f90.