cpl_receive_seaice_fields Subroutine

public subroutine cpl_receive_seaice_fields(knon, knindex, tsurf_new, alb_new, u0_new, v0_new)



The fields received from the coupler have to be weighted with the sea-ice concentration (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) :: alb_new
real, intent(out), DIMENSION(klon) :: u0_new
real, intent(out), DIMENSION(klon) :: v0_new

Called by

proc~~cpl_receive_seaice_fields~~CalledByGraph proc~cpl_receive_seaice_fields cpl_receive_seaice_fields proc~ocean_cpl_ice ocean_cpl_ice proc~ocean_cpl_ice->proc~cpl_receive_seaice_fields proc~ocean_cpl_ice~2 ocean_cpl_ice proc~ocean_cpl_ice~2->proc~cpl_receive_seaice_fields proc~surf_seaice surf_seaice proc~surf_seaice->proc~ocean_cpl_ice proc~surf_seaice~2 surf_seaice proc~surf_seaice~2->proc~ocean_cpl_ice proc~pbl_surface pbl_surface proc~pbl_surface->proc~surf_seaice proc~pbl_surface~2 pbl_surface proc~pbl_surface~2->proc~surf_seaice 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