enkf_clm_5 Module


Subroutines

public subroutine clm_init(finname, pdaf_id, pdaf_max, mype) bind(C,name="clm_init")

TSMP PDAF comment out beginning

Read more…

Arguments

Type IntentOptional Attributes Name
character(kind=c_char, len=1), intent(in), dimension(100) :: finname
integer(kind=c_int), intent(in) :: pdaf_id
integer(kind=c_int), intent(in) :: pdaf_max
integer(kind=c_int), intent(in) :: mype

public subroutine clm_advance(ntstep, tstartcycle, mype) bind(C,name="clm_advance")

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int), intent(in) :: ntstep
integer(kind=c_int), intent(in) :: tstartcycle
integer(kind=c_int), intent(in) :: mype

public subroutine clm_finalize() bind(C,name="clm_finalize")

Arguments

None