CAM
|
Data Types | |
interface | column_state_updater_type |
Functions/Subroutines | |
type(column_state_updater_type) function | constructor (bounds, nclumps) |
subroutine | set_old_weights (this, bounds) |
subroutine | set_new_weights (this, bounds, clump_index) |
subroutine | update_column_state_no_special_handling (this, bounds, clump_index, var, fractional_area_old, fractional_area_new, adjustment) |
subroutine | update_column_state_fill_special_using_natveg (this, bounds, clump_index, var, non_conserved_mass_grc, fractional_area_old, fractional_area_new, adjustment) |
subroutine | update_column_state_fill_using_fixed_values (this, bounds, clump_index, var, landunit_values, non_conserved_mass_grc, fractional_area_old, fractional_area_new, adjustment) |
subroutine | update_column_state_fill_special_using_fixed_value (this, bounds, clump_index, var, special_value, non_conserved_mass_grc, fractional_area_old, fractional_area_new, adjustment) |
subroutine | update_column_state_with_optional_fractions (this, bounds, vals_input, vals_input_valid, has_prognostic_state, var, non_conserved_mass, fractional_area_old, fractional_area_new, adjustment) |
subroutine | update_column_state (this, bounds, vals_input, vals_input_valid, has_prognostic_state, fractional_area_old, fractional_area_new, var, non_conserved_mass, adjustment) |
Variables | |
real(r8), parameter, public | fillval_use_existing_value = spval |
character(len= *), parameter, private | sourcefile = __FILE__ |
|
private |
|
private |
subroutine dyncolumnstateupdatermod::set_old_weights | ( | class(column_state_updater_type), intent(inout) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
real(r8), parameter, public dyncolumnstateupdatermod::fillval_use_existing_value = spval |
|
private |