calcul_flux_wind Subroutine

public subroutine calcul_flux_wind(knon, dtime, u0, v0, u1, v1, gustiness, cdrag_m, AcoefU, AcoefV, BcoefU, BcoefV, p1lay, t1lay, flux_u1, flux_v1)

Uses

  • proc~~calcul_flux_wind~~UsesGraph proc~calcul_flux_wind calcul_flux_wind module~clesphys_mod_h~2 clesphys_mod_h proc~calcul_flux_wind->module~clesphys_mod_h~2 module~dimphy~3 dimphy proc~calcul_flux_wind->module~dimphy~3 module~yomcst_mod_h yomcst_mod_h proc~calcul_flux_wind->module~yomcst_mod_h

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: knon
real, intent(in) :: dtime
real, intent(in), DIMENSION(klon) :: u0
real, intent(in), DIMENSION(klon) :: v0
real, intent(in), DIMENSION(klon) :: u1
real, intent(in), DIMENSION(klon) :: v1
real, intent(in), DIMENSION(klon) :: gustiness
real, intent(in), DIMENSION(klon) :: cdrag_m
real, intent(in), DIMENSION(klon) :: AcoefU
real, intent(in), DIMENSION(klon) :: AcoefV
real, intent(in), DIMENSION(klon) :: BcoefU
real, intent(in), DIMENSION(klon) :: BcoefV
real, intent(in), DIMENSION(klon) :: p1lay
real, intent(in), DIMENSION(klon) :: t1lay
real, intent(out), DIMENSION(klon) :: flux_u1
real, intent(out), DIMENSION(klon) :: flux_v1

Called by

proc~~calcul_flux_wind~~CalledByGraph proc~calcul_flux_wind calcul_flux_wind proc~ocean_forced_noice~2 ocean_forced_noice proc~ocean_forced_noice~2->proc~calcul_flux_wind proc~ocean_forced_ice ocean_forced_ice proc~ocean_forced_ice->proc~calcul_flux_wind proc~surf_land surf_land proc~surf_land->proc~calcul_flux_wind proc~ocean_forced_ice~2 ocean_forced_ice proc~ocean_forced_ice~2->proc~calcul_flux_wind proc~ocean_forced_noice ocean_forced_noice proc~ocean_forced_noice->proc~calcul_flux_wind proc~ocean_cpl_noice ocean_cpl_noice proc~ocean_cpl_noice->proc~calcul_flux_wind proc~ocean_slab_noice ocean_slab_noice proc~ocean_slab_noice->proc~calcul_flux_wind proc~surf_landice surf_landice proc~surf_landice->proc~calcul_flux_wind proc~surf_landice~2 surf_landice proc~surf_landice~2->proc~calcul_flux_wind proc~surf_land~2 surf_land proc~surf_land~2->proc~calcul_flux_wind proc~ocean_slab_noice~2 ocean_slab_noice proc~ocean_slab_noice~2->proc~calcul_flux_wind proc~ocean_cpl_noice~2 ocean_cpl_noice proc~ocean_cpl_noice~2->proc~calcul_flux_wind proc~ocean_slab_ice ocean_slab_ice proc~ocean_slab_ice->proc~calcul_flux_wind proc~ocean_cpl_ice~2 ocean_cpl_ice proc~ocean_cpl_ice~2->proc~calcul_flux_wind proc~ocean_slab_ice~2 ocean_slab_ice proc~ocean_slab_ice~2->proc~calcul_flux_wind proc~ocean_cpl_ice ocean_cpl_ice proc~ocean_cpl_ice->proc~calcul_flux_wind proc~surf_ocean~2 surf_ocean proc~surf_ocean~2->proc~ocean_forced_noice proc~surf_ocean~2->proc~ocean_cpl_noice proc~surf_ocean~2->proc~ocean_slab_noice proc~surf_seaice~2 surf_seaice proc~surf_seaice~2->proc~ocean_forced_ice proc~surf_seaice~2->proc~ocean_slab_ice proc~surf_seaice~2->proc~ocean_cpl_ice proc~pbl_surface pbl_surface proc~pbl_surface->proc~surf_land proc~pbl_surface->proc~surf_landice proc~surf_seaice surf_seaice proc~pbl_surface->proc~surf_seaice proc~surf_ocean surf_ocean proc~pbl_surface->proc~surf_ocean proc~pbl_surface~2 pbl_surface proc~pbl_surface~2->proc~surf_land proc~pbl_surface~2->proc~surf_landice proc~pbl_surface~2->proc~surf_seaice proc~pbl_surface~2->proc~surf_ocean proc~surf_seaice->proc~ocean_forced_ice proc~surf_seaice->proc~ocean_slab_ice proc~surf_seaice->proc~ocean_cpl_ice proc~surf_ocean->proc~ocean_forced_noice proc~surf_ocean->proc~ocean_cpl_noice proc~surf_ocean->proc~ocean_slab_noice 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