FV3 Bundle
fv3jedi_lm_utils_mod.F90 File Reference

Go to the source code of this file.

Data Types

type  fv3jedi_lm_utils_mod::fv3jedi_lm_conf
 Fortran derived type to hold the linearized model configuration. More...
 
type  fv3jedi_lm_utils_mod::fv3jedi_lm_pert
 Fortran derived type to hold the linearized model increment. More...
 
type  fv3jedi_lm_utils_mod::fv3jedi_lm_traj
 Fortran derived type to hold the linearized model trajectory. More...
 
interface  fv3jedi_lm_utils_mod::icefraction
 Compute ice fraction from temperature. More...
 
interface  fv3jedi_lm_utils_mod::compute_pressures
 Compute pressures from delp. More...
 

Modules

module  fv3jedi_lm_utils_mod
 

Functions/Subroutines

subroutine, public fv3jedi_lm_utils_mod::allocate_pert (pert, isc, iec, jsc, jec, npz, hydrostatic)
 
subroutine, public fv3jedi_lm_utils_mod::deallocate_pert (pert)
 
subroutine, public fv3jedi_lm_utils_mod::allocate_traj (traj, isc, iec, jsc, jec, npz, hydrostatic, dpm)
 
subroutine, public fv3jedi_lm_utils_mod::deallocate_traj (traj)
 
subroutine, public fv3jedi_lm_utils_mod::copy_traj (traj_in, traj_out, hydrostatic, dpm)
 
subroutine fv3jedi_lm_utils_mod::icefraction_r4 (temp, icefrct)
 
subroutine fv3jedi_lm_utils_mod::icefraction_r8 (temp, icefrct)
 
subroutine fv3jedi_lm_utils_mod::compute_pressures_r4 (im, jm, lm, ptop, delp, pe, p, pk)
 
subroutine fv3jedi_lm_utils_mod::compute_pressures_r8 (im, jm, lm, ptop, delp, pe, p, pk)