FV3 Bundle
|
Data Types | |
interface | compute_pressures |
Compute pressures from delp. More... | |
type | fv3jedi_lm_conf |
Fortran derived type to hold the linearized model configuration. More... | |
type | fv3jedi_lm_pert |
Fortran derived type to hold the linearized model increment. More... | |
type | fv3jedi_lm_traj |
Fortran derived type to hold the linearized model trajectory. More... | |
interface | icefraction |
Compute ice fraction from temperature. More... | |
Functions/Subroutines | |
subroutine, public | allocate_pert (pert, isc, iec, jsc, jec, npz, hydrostatic) |
subroutine, public | deallocate_pert (pert) |
subroutine, public | allocate_traj (traj, isc, iec, jsc, jec, npz, hydrostatic, dpm) |
subroutine, public | deallocate_traj (traj) |
subroutine, public | copy_traj (traj_in, traj_out, hydrostatic, dpm) |
subroutine | icefraction_r4 (temp, icefrct) |
subroutine | icefraction_r8 (temp, icefrct) |
subroutine | compute_pressures_r4 (im, jm, lm, ptop, delp, pe, p, pk) |
subroutine | compute_pressures_r8 (im, jm, lm, ptop, delp, pe, p, pk) |
subroutine, public fv3jedi_lm_utils_mod::allocate_pert | ( | type(fv3jedi_lm_pert), intent(inout) | pert, |
integer, intent(in) | isc, | ||
integer, intent(in) | iec, | ||
integer, intent(in) | jsc, | ||
integer, intent(in) | jec, | ||
integer, intent(in) | npz, | ||
logical, intent(in) | hydrostatic | ||
) |
subroutine, public fv3jedi_lm_utils_mod::allocate_traj | ( | type(fv3jedi_lm_traj), intent(inout) | traj, |
integer, intent(in) | isc, | ||
integer, intent(in) | iec, | ||
integer, intent(in) | jsc, | ||
integer, intent(in) | jec, | ||
integer, intent(in) | npz, | ||
logical, intent(in) | hydrostatic, | ||
integer, intent(in) | dpm | ||
) |
Definition at line 127 of file fv3jedi_lm_utils_mod.F90.
|
private |
Definition at line 323 of file fv3jedi_lm_utils_mod.F90.
|
private |
Definition at line 359 of file fv3jedi_lm_utils_mod.F90.
subroutine, public fv3jedi_lm_utils_mod::copy_traj | ( | type(fv3jedi_lm_traj), intent(in) | traj_in, |
type(fv3jedi_lm_traj), intent(inout) | traj_out, | ||
logical, intent(in) | hydrostatic, | ||
integer, intent(in) | dpm | ||
) |
Definition at line 217 of file fv3jedi_lm_utils_mod.F90.
subroutine, public fv3jedi_lm_utils_mod::deallocate_pert | ( | type(fv3jedi_lm_pert), intent(inout) | pert | ) |
Definition at line 104 of file fv3jedi_lm_utils_mod.F90.
subroutine, public fv3jedi_lm_utils_mod::deallocate_traj | ( | type(fv3jedi_lm_traj), intent(inout) | traj | ) |
Definition at line 177 of file fv3jedi_lm_utils_mod.F90.
|
private |
Definition at line 267 of file fv3jedi_lm_utils_mod.F90.
|
private |
Definition at line 295 of file fv3jedi_lm_utils_mod.F90.