CAM
|
Data Types | |
type | ch4_type |
type | ch4paramstype |
Functions/Subroutines | |
subroutine | init (this, bounds, cellorg_col) |
subroutine | initallocate (this, bounds) |
subroutine | inithistory (this, bounds) |
subroutine | initcold (this, bounds, cellorg_col) |
subroutine | restart (this, bounds, ncid, flag) |
subroutine, public | readch4params (ncid) |
subroutine, public | ch4 (bounds, num_soilc, filter_soilc, num_lakec, filter_lakec, num_soilp, filter_soilp, atm2lnd_vars, lakestate_vars, canopystate_vars, soilstate_vars, soilhydrology_vars, temperature_vars, energyflux_vars, waterstate_vars, waterflux_vars, carbonstate_vars, carbonflux_vars, nitrogenflux_vars, ch4_vars, lnd2atm_vars) |
subroutine, private | ch4_prod (bounds, num_methc, filter_methc, num_methp, filter_methp, jwt, sat, lake, soilstate_vars, temperature_vars, waterstate_vars, carbonflux_vars, nitrogenflux_vars, ch4_vars) |
subroutine, private | ch4_oxid (bounds, num_methc, filter_methc, jwt, sat, lake, waterstate_vars, soilstate_vars, temperature_vars, ch4_vars) |
subroutine, private | ch4_aere (bounds, num_methc, filter_methc, num_methp, filter_methp, jwt, sat, lake, canopystate_vars, soilstate_vars, temperature_vars, energyflux_vars, waterstate_vars, waterflux_vars, carbonstate_vars, carbonflux_vars, ch4_vars) |
subroutine, private | ch4_ebul (bounds, num_methc, filter_methc, jwt, sat, lake, atm2lnd_vars, temperature_vars, lakestate_vars, soilstate_vars, waterstate_vars, ch4_vars) |
subroutine, private | ch4_tran (bounds, num_methc, filter_methc, jwt, dtime_ch4, sat, lake, soilstate_vars, temperature_vars, waterstate_vars, energyflux_vars, ch4_vars) |
subroutine, private | get_jwt (bounds, num_methc, filter_methc, jwt, soilstate_vars, waterstate_vars, temperature_vars) |
subroutine, private | ch4_annualupdate (bounds, num_methc, filter_methc, num_methp, filter_methp, carbonflux_vars, ch4_vars) |
Variables | |
real(r8) | rgasm |
real(r8), parameter | rgaslatm = 0.0821_r8 |
type(ch4paramstype), private | ch4paramsinst |
subroutine, public ch4mod::ch4 | ( | type(bounds_type), intent(in) | bounds, |
integer, intent(in) | num_soilc, | ||
integer, dimension(:), intent(in) | filter_soilc, | ||
integer, intent(in) | num_lakec, | ||
integer, dimension(:), intent(in) | filter_lakec, | ||
integer, intent(in) | num_soilp, | ||
integer, dimension(:), intent(in) | filter_soilp, | ||
type(atm2lnd_type), intent(inout) | atm2lnd_vars, | ||
type(lakestate_type), intent(in) | lakestate_vars, | ||
type(canopystate_type), intent(in) | canopystate_vars, | ||
type(soilstate_type), intent(inout) | soilstate_vars, | ||
type(soilhydrology_type), intent(in) | soilhydrology_vars, | ||
type(temperature_type), intent(in) | temperature_vars, | ||
type(energyflux_type), intent(inout) | energyflux_vars, | ||
type(waterstate_type), intent(in) | waterstate_vars, | ||
type(waterflux_type), intent(in) | waterflux_vars, | ||
type(carbonstate_type), intent(in) | carbonstate_vars, | ||
type(carbonflux_type), intent(inout) | carbonflux_vars, | ||
type(nitrogenflux_type), intent(in) | nitrogenflux_vars, | ||
type(ch4_type), intent(inout) | ch4_vars, | ||
type(lnd2atm_type), intent(inout) | lnd2atm_vars | ||
) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
subroutine ch4mod::init | ( | class(ch4_type) | this, |
type(bounds_type), intent(in) | bounds, | ||
real(r8), dimension (bounds%begc:, 1:), intent(in) | cellorg_col | ||
) |
|
private |
subroutine ch4mod::initcold | ( | class(ch4_type) | this, |
type(bounds_type), intent(in) | bounds, | ||
real(r8), dimension (bounds%begc:, 1:), intent(in) | cellorg_col | ||
) |
subroutine ch4mod::inithistory | ( | class(ch4_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
subroutine, public ch4mod::readch4params | ( | type(file_desc_t), intent(inout) | ncid | ) |
subroutine ch4mod::restart | ( | class(ch4_type) | this, |
type(bounds_type), intent(in) | bounds, | ||
type(file_desc_t), intent(inout) | ncid, | ||
character(len=*), intent(in) | flag | ||
) |
|
private |
|
private |
|
private |