|
CAM
|
Functions/Subroutines | |
| subroutine, public | init_pedof () |
| subroutine, public | pedotransf (ipedof, sand, clay, watsat, bsw, sucsat, xksat) |
| subroutine | pedotransf_cosby1984_table4 (sand, clay, watsat, bsw, sucsat, xksat) |
| subroutine | pedotransf_cosby1984_table5 (sand, clay, watsat, bsw, sucsat, xksat) |
| subroutine | pedotransf_noilhan_lacarrere1995 (sand, clay, watsat, bsw, sucsat, xksat) |
| integer function, public | get_ipedof (soil_order) |
Variables | |
| integer, parameter | cosby_1984_table5 = 0 |
| integer, parameter | cosby_1984_table4 = 1 |
| integer, parameter | noilhan_lacarrere_1995 = 2 |
| integer | ipedof0 |
| integer function, public funcpedotransfermod::get_ipedof | ( | integer, intent(in) | soil_order | ) |

| subroutine, public funcpedotransfermod::init_pedof | ( | ) |

| subroutine, public funcpedotransfermod::pedotransf | ( | integer, intent(in) | ipedof, |
| real(r8), intent(in) | sand, | ||
| real(r8), intent(in) | clay, | ||
| real(r8), intent(out) | watsat, | ||
| real(r8), intent(out) | bsw, | ||
| real(r8), intent(out) | sucsat, | ||
| real(r8), intent(out) | xksat | ||
| ) |


| subroutine funcpedotransfermod::pedotransf_cosby1984_table4 | ( | real(r8), intent(in) | sand, |
| real(r8), intent(in) | clay, | ||
| real(r8), intent(out) | watsat, | ||
| real(r8), intent(out) | bsw, | ||
| real(r8), intent(out) | sucsat, | ||
| real(r8), intent(out) | xksat | ||
| ) |

| subroutine funcpedotransfermod::pedotransf_cosby1984_table5 | ( | real(r8), intent(in) | sand, |
| real(r8), intent(in) | clay, | ||
| real(r8), intent(out) | watsat, | ||
| real(r8), intent(out) | bsw, | ||
| real(r8), intent(out) | sucsat, | ||
| real(r8), intent(out) | xksat | ||
| ) |

| subroutine funcpedotransfermod::pedotransf_noilhan_lacarrere1995 | ( | real(r8), intent(in) | sand, |
| real(r8), intent(in) | clay, | ||
| real(r8), intent(out) | watsat, | ||
| real(r8), intent(out) | bsw, | ||
| real(r8), intent(out) | sucsat, | ||
| real(r8), intent(out) | xksat | ||
| ) |

|
private |
|
private |
|
private |
|
private |