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~~UsesGraph proc~cpl_receive_ocean_fields cpl_receive_ocean_fields module~indice_sol_mod indice_sol_mod proc~cpl_receive_ocean_fields->module~indice_sol_mod module~config_ocean_skin_m~2 config_ocean_skin_m proc~cpl_receive_ocean_fields->module~config_ocean_skin_m~2 module~carbon_cycle_mod carbon_cycle_mod proc~cpl_receive_ocean_fields->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(:)

Called by

proc~~cpl_receive_ocean_fields~~CalledByGraph proc~cpl_receive_ocean_fields cpl_receive_ocean_fields proc~ocean_cpl_noice ocean_cpl_noice proc~ocean_cpl_noice->proc~cpl_receive_ocean_fields proc~ocean_cpl_noice~2 ocean_cpl_noice proc~ocean_cpl_noice~2->proc~cpl_receive_ocean_fields proc~surf_ocean surf_ocean proc~surf_ocean->proc~ocean_cpl_noice proc~surf_ocean~2 surf_ocean proc~surf_ocean~2->proc~ocean_cpl_noice proc~pbl_surface pbl_surface proc~pbl_surface->proc~surf_ocean proc~pbl_surface~2 pbl_surface proc~pbl_surface~2->proc~surf_ocean proc~physiq physiq proc~physiq->proc~pbl_surface proc~physiq~2 physiq proc~physiq~2->proc~pbl_surface proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents