ice_therm_vertical Module Reference
Functions/Subroutines | |
subroutine | init_thermo_vertical |
subroutine | thermo_vertical |
subroutine | frzmlt_bottom_lateral (Tbot, fbot, rside) |
subroutine | init_thermo_vars (strxn, stryn, Trefn, Qrefn, fsensn, flatn, fswabsn, flwoutn, evapn, freshn, fsaltn, fhnetn, fswthrun, fsurf, fcondtop, fcondbot, fswint, einit, efinal, mvap) |
subroutine | init_vertical_profile (ni, icells, indxi, indxj, hin, hlyr, hsn, hin_init, hsn_init, qin, Tin, qsn, Tsn, Tsf, einit) |
subroutine | temperature_changes (ni, icells, indxi, indxj, hlyr, hsn, qin, Tin, qsn, Tsn, Tsf, Tbot, fbot, fsensn, flatn, fswabsn, flwoutn, fswthrun, fhnetn, fsurf, fcondtop, fcondbot, fswint, einit) |
subroutine | conductivity (icells, indxi, indxj, hlyr, hsn, Tin, Tbot, khi, khs) |
subroutine | absorbed_solar (ni, icells, indxi, indxj, hlyr, hsn, fswsfc, fswint, fswthrun, Iabs) |
subroutine | surface_fluxes (isolve, indxii, indxjj, Tsf, fswsfc, flwoutn, fsensn, flatn, fsurf, dflwout_dT, dfsens_dT, dflat_dT, dfsurf_dT) |
subroutine | tridiag_solver (isolve, indxii, indxjj, nmat, sbdiag, diag, spdiag, rhs, xout) |
subroutine | thickness_changes (ni, icells, indxi, indxj, hin, hlyr, hsn, qin, qsn, mvap, Tbot, fbot, flatn, fhnetn, fsurf, fcondtop, fcondbot, efinal) |
subroutine | conservation_check_vthermo (ni, icells, indxi, indxj, fsurf, flatn, fhnetn, fswint, einit, efinal) |
subroutine | add_new_snow (ni, icells, indxi, indxj, hsn, hsn_new, qsn, Tsf) |
subroutine | update_state_vthermo (ni, icells, indxi, indxj, hin, hsn, qin, qsn, Tsf) |
Variables | |
real(kind=dbl_kind), parameter | ferrmax = 1.0e-3_dbl_kind |
real(kind=dbl_kind), dimension(nilyr+1) | salin |
real(kind=dbl_kind), dimension(nilyr+1) | tmlt |
real(kind=dbl_kind) | ustar_scale |
real(kind=dbl_kind), dimension(:,:,:), allocatable, save | hicen_old |
real(kind=dbl_kind), dimension(:,:), allocatable, save | rside |
logical(kind=log_kind) | l_brine |
character(char_len), private | stoplabel |
Function/Subroutine Documentation
subroutine ice_therm_vertical::absorbed_solar | ( | integer (kind=int_kind), intent(in) | ni, |
integer (kind=int_kind), intent(in) | icells, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxi, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxj, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(in) | hlyr, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(in) | hsn, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(inout) | fswsfc, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(inout) | fswint, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(inout) | fswthrun, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nilyr), intent(inout) | Iabs | ||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_ab6014fa837af00d78b3eac337680484f_icgraph.png)
subroutine ice_therm_vertical::add_new_snow | ( | integer (kind=int_kind), intent(in) | ni, |
integer (kind=int_kind), intent(in) | icells, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxi, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxj, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | hsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(out) | hsn_new, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | qsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | Tsf | ||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_a68742937ad22cdac2a2f0ab02b9bee54_icgraph.png)
subroutine ice_therm_vertical::conductivity | ( | integer (kind=int_kind), intent(in) | icells, |
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxi, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxj, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | hlyr, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | hsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nilyr), intent(in) | Tin, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | Tbot, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nilyr+1), intent(out) | khi, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(out) | khs | ||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_a440fe9a0d0f3a548fc6f28ac47df0943_icgraph.png)
subroutine ice_therm_vertical::conservation_check_vthermo | ( | integer (kind=int_kind), intent(in) | ni, |
integer (kind=int_kind), intent(in) | icells, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxi, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxj, | ||
real (kind=dbl_kind), dimension (ilo:ihi, jlo:jhi), intent(in) | fsurf, | ||
real (kind=dbl_kind), dimension (ilo:ihi, jlo:jhi), intent(in) | flatn, | ||
real (kind=dbl_kind), dimension (ilo:ihi, jlo:jhi), intent(in) | fhnetn, | ||
real (kind=dbl_kind), dimension (ilo:ihi, jlo:jhi), intent(in) | fswint, | ||
real (kind=dbl_kind), dimension (ilo:ihi, jlo:jhi), intent(in) | einit, | ||
real (kind=dbl_kind), dimension (ilo:ihi, jlo:jhi), intent(in) | efinal | ||
) |
Here is the call graph for this function:
![](namespaceice__therm__vertical_a3a86723ef688c5dd4d8f4faaa6400c8b_cgraph.png)
Here is the caller graph for this function:
![](namespaceice__therm__vertical_a3a86723ef688c5dd4d8f4faaa6400c8b_icgraph.png)
subroutine ice_therm_vertical::frzmlt_bottom_lateral | ( | real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | Tbot, |
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | fbot, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | rside | ||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_a1a8e06b09f43fb2d76f24d8a5005250a_icgraph.png)
subroutine ice_therm_vertical::init_thermo_vars | ( | strxn, | |
stryn, | |||
Trefn, | |||
Qrefn, | |||
fsensn, | |||
flatn, | |||
fswabsn, | |||
flwoutn, | |||
evapn, | |||
freshn, | |||
fsaltn, | |||
fhnetn, | |||
fswthrun, | |||
fsurf, | |||
fcondtop, | |||
fcondbot, | |||
fswint, | |||
einit, | |||
efinal, | |||
mvap | |||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_a72291fd86db2ced691f66491796293de_icgraph.png)
subroutine ice_therm_vertical::init_thermo_vertical | ( | ) |
subroutine ice_therm_vertical::init_vertical_profile | ( | integer (kind=int_kind), intent(in) | ni, |
integer (kind=int_kind), intent(in) | icells, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxi, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxj, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | hin, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | hlyr, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | hsn, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | hin_init, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | hsn_init, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nilyr), intent(out) | qin, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nilyr), intent(out) | Tin, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | qsn, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | Tsn, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(out) | Tsf, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(inout) | einit | ||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_a4a8b26a22d680c6ccdce8cd524f14757_icgraph.png)
subroutine ice_therm_vertical::surface_fluxes | ( | integer (kind=int_kind), intent(in) | isolve, |
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxii, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxjj, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | Tsf, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | fswsfc, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | flwoutn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fsensn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | flatn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fsurf, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | dflwout_dT, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | dfsens_dT, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | dflat_dT, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | dfsurf_dT | ||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_a73de18ca5d55ba138b4b025c1a8946c9_icgraph.png)
subroutine ice_therm_vertical::temperature_changes | ( | integer (kind=int_kind), intent(in) | ni, |
integer (kind=int_kind), intent(in) | icells, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxi, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxj, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | hlyr, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | hsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nilyr), intent(inout) | qin, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nilyr), intent(inout) | Tin, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | qsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | Tsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | Tsf, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | Tbot, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fbot, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fsensn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | flatn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fswabsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | flwoutn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fswthrun, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fhnetn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fsurf, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fcondtop, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fcondbot, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fswint, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | einit | ||
) |
Here is the call graph for this function:
![](namespaceice__therm__vertical_aabc0b7b31ea3abc61cfcc5106586f16c_cgraph.png)
Here is the caller graph for this function:
![](namespaceice__therm__vertical_aabc0b7b31ea3abc61cfcc5106586f16c_icgraph.png)
subroutine ice_therm_vertical::thermo_vertical | ( | ) |
Here is the call graph for this function:
![](namespaceice__therm__vertical_a41018c2d1275b4fee13d1d97c7d32298_cgraph.png)
subroutine ice_therm_vertical::thickness_changes | ( | integer (kind=int_kind), intent(in) | ni, |
integer (kind=int_kind), intent(in) | icells, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxi, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxj, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(out) | hin, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | hlyr, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | hsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nilyr), intent(inout) | qin, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | qsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | mvap, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | Tbot, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | fbot, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | flatn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | fhnetn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | fsurf, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | fcondtop, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(in) | fcondbot, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi), intent(inout) | efinal | ||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_acea97b06ada40f171647d6b109a87b0a_icgraph.png)
subroutine ice_therm_vertical::tridiag_solver | ( | integer (kind=int_kind), intent(in) | isolve, |
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxii, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxjj, | ||
integer (kind=int_kind), intent(in) | nmat, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nmat), intent(in) | sbdiag, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nmat), intent(in) | diag, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nmat), intent(in) | spdiag, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nmat), intent(in) | rhs, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nmat), intent(out) | xout | ||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_a7a114f9453faf85aec805978b5c8ec77_icgraph.png)
subroutine ice_therm_vertical::update_state_vthermo | ( | integer (kind=int_kind), intent(in) | ni, |
integer (kind=int_kind), intent(in) | icells, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxi, | ||
integer (kind=int_kind), dimension(1:(ihi-ilo+1)*(jhi-jlo+1)), intent(in) | indxj, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(in) | hin, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(in) | hsn, | ||
real (kind=dbl_kind), dimension (ilo:ihi,jlo:jhi,nilyr), intent(in) | qin, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(in) | qsn, | ||
real (kind=dbl_kind), dimension(ilo:ihi,jlo:jhi), intent(in) | Tsf | ||
) |
Here is the caller graph for this function:
![](namespaceice__therm__vertical_aa8810462f7f6c87e35bcdfc7984a11ca_icgraph.png)
Variable Documentation
real (kind=dbl_kind), parameter ice_therm_vertical::ferrmax = 1.0e-3_dbl_kind |
real (kind=dbl_kind), dimension (:,:,:), allocatable, save ice_therm_vertical::hicen_old |
logical (kind=log_kind) ice_therm_vertical::l_brine |
real (kind=dbl_kind), dimension (:,:), allocatable, save ice_therm_vertical::rside |
real (kind=dbl_kind), dimension(nilyr+1) ice_therm_vertical::salin |
|
private |
real (kind=dbl_kind), dimension(nilyr+1) ice_therm_vertical::tmlt |
real (kind=dbl_kind) ice_therm_vertical::ustar_scale |