dynColumnStateUpdaterMod Module



Variables

Type Visibility Attributes Name Initial
real(kind=r8), public, parameter :: FILLVAL_USE_EXISTING_VALUE = spval

Interfaces

public interface column_state_updater_type

  • private function constructor(bounds, nclumps)

    Arguments

    Type IntentOptional Attributes Name
    type(bounds_type), intent(in) :: bounds
    integer, intent(in) :: nclumps

    Return Value type(column_state_updater_type)


Derived Types

type, public ::  column_state_updater_type

Constructor

private function constructor (bounds, nclumps)

Type-Bound Procedures

procedure, public :: set_old_weights
procedure, public :: set_new_weights
procedure, public :: update_column_state_no_special_handling
procedure, public :: update_column_state_fill_special_using_natveg
procedure, public :: update_column_state_fill_using_fixed_values
procedure, public :: update_column_state_fill_special_using_fixed_value