Functions/Subroutines | |
subroutine | map_glc2sno_init_mct (cdata_g, cdata_s) |
subroutine | map_sno2glc_init_mct (cdata_s, cdata_g) |
subroutine | map_glc2sno_mct (cdata_g, av_g, cdata_s, av_s, fluxlist, statelist) |
subroutine | map_sno2glc_mct (cdata_s, av_s, cdata_g, av_g, fluxlist, statelist) |
Variables | |
type(mct_rearr) | Re_sno2glc |
type(mct_rearr) | Re_glc2sno |
logical | usevector = .false. |
logical | usealltoall = .false. |
character(*), paramete | subName ) |
subroutine map_snoglc_mct::map_glc2sno_init_mct | ( | type(seq_cdata),intent(in) | cdata_g, | |
type(seq_cdata),intent(in) | cdata_s | |||
) |
Definition at line 60 of file map_snoglc_mct.F90.
subroutine map_snoglc_mct::map_glc2sno_mct | ( | type(seq_cdata),intent(in) | cdata_g, | |
type(mct_aVect),intent(in) | av_g, | |||
type(seq_cdata),intent(in) | cdata_s, | |||
type(mct_aVect),intent(out) | av_s, | |||
character(len=*),intent(in),optional | fluxlist, | |||
character(len=*),intent(in),optional | statelist | |||
) |
Definition at line 171 of file map_snoglc_mct.F90.
subroutine map_snoglc_mct::map_sno2glc_init_mct | ( | type(seq_cdata),intent(in) | cdata_s, | |
type(seq_cdata),intent(in) | cdata_g | |||
) |
Definition at line 99 of file map_snoglc_mct.F90.
subroutine map_snoglc_mct::map_sno2glc_mct | ( | type(seq_cdata),intent(in) | cdata_s, | |
type(mct_aVect),intent(in) | av_s, | |||
type(seq_cdata),intent(in) | cdata_g, | |||
type(mct_aVect),intent(out) | av_g, | |||
character(len=*),intent(in),optional | fluxlist, | |||
character(len=*),intent(in),optional | statelist | |||
) |
Definition at line 202 of file map_snoglc_mct.F90.
type(mct_rearr) map_snoglc_mct::Re_glc2sno |
Definition at line 40 of file map_snoglc_mct.F90.
type(mct_rearr) map_snoglc_mct::Re_sno2glc |
Definition at line 39 of file map_snoglc_mct.F90.
character(*),paramete map_snoglc_mct::subName) |
Definition at line 54 of file map_snoglc_mct.F90.
logical map_snoglc_mct::usealltoall = .false. |
Definition at line 51 of file map_snoglc_mct.F90.
logical map_snoglc_mct::usevector = .false. |
Definition at line 45 of file map_snoglc_mct.F90.