FMS Coupler
2022.03
|
Functions/Subroutines | |
subroutine, public | land_ice_flux_exchange_init (Land, Ice, land_ice_boundary, Dt_cpl_in, do_runoff_in, cplClock_in) |
subroutine, public | flux_land_to_ice (Time, Land, Ice, Land_Ice_Boundary) |
Conservative transfer of water and snow discharge from the land model to sea ice/ocean model. More... | |
Variables | |
type(fmsxgridxmap_type), save | xmap_runoff |
integer | n_xgrid_runoff =0 |
integer | x2_grid_lnd |
integer | x2_grid_ice |
integer | cplclock |
integer | fluxlandiceclock |
logical | do_runoff |
real | dt_cpl |
subroutine, public land_ice_flux_exchange_mod::flux_land_to_ice | ( | type(fmstime_type), intent(in) | Time, |
type(land_data_type), intent(in) | Land, | ||
type(ice_data_type), intent(in) | Ice, | ||
type(land_ice_boundary_type), intent(inout) | Land_Ice_Boundary | ||
) |
Conservative transfer of water and snow discharge from the land model to sea ice/ocean model.
The following elements are transferred from the Land to the Land_ice_boundary:
discharge --> runoff (kg/m2) discharge_snow --> calving (kg/m2)
[in] | time | Current time |
[in] | land | A derived data type to specify land boundary data |
[in] | ice | A derived data type to specify ice boundary data |
[in,out] | land_ice_boundary | A derived data type to specify properties and fluxes passed from land to ice |
subroutine, public land_ice_flux_exchange_mod::land_ice_flux_exchange_init | ( | type(land_data_type), intent(in) | Land, |
type(ice_data_type), intent(inout) | Ice, | ||
type(land_ice_boundary_type), intent(inout) | land_ice_boundary, | ||
real, intent(in) | Dt_cpl_in, | ||
logical, intent(in) | do_runoff_in, | ||
integer, intent(in) | cplClock_in | ||
) |
[in] | land | A derived data type to specify land boundary data |
[in,out] | ice | A derived data type to specify ice boundary data |
[in,out] | land_ice_boundary | A derived data type to specify properties and fluxes passed from land to ice |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |