cpl_receive_ocean_fields Subroutine

public subroutine cpl_receive_ocean_fields(knon, knindex, tsurf_new, u0_new, v0_new, sss)

Uses

  • proc~~cpl_receive_ocean_fields~2~~UsesGraph proc~cpl_receive_ocean_fields~2 cpl_receive_ocean_fields module~indice_sol_mod indice_sol_mod proc~cpl_receive_ocean_fields~2->module~indice_sol_mod module~config_ocean_skin_m~2 config_ocean_skin_m proc~cpl_receive_ocean_fields~2->module~config_ocean_skin_m~2 module~carbon_cycle_mod carbon_cycle_mod proc~cpl_receive_ocean_fields~2->module~carbon_cycle_mod


Transform read_co2 into uncompressed 1D variable fco2_ocn_day added directly in the module carbon_cycle_mod



The fields received from the coupler have to be weighted with the fraction of ocean in relation to the total sea-ice+ocean


Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: knon
integer, intent(in), DIMENSION(klon) :: knindex
real, intent(out), DIMENSION(klon) :: tsurf_new
real, intent(out), DIMENSION(klon) :: u0_new
real, intent(out), DIMENSION(klon) :: v0_new
real, intent(out) :: sss(:)

Contents