surf_wind Subroutine

public subroutine surf_wind(klon, nsurfwind, zu10m, zv10m, sigmaw, cstar, ustar, ale_bl, wind10ms, probu)

Uses

  • proc~~surf_wind~~UsesGraph proc~surf_wind surf_wind module~lmdz_surf_wind_ini lmdz_surf_wind_ini proc~surf_wind->module~lmdz_surf_wind_ini

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: klon
integer, intent(in) :: nsurfwind
real, intent(in), DIMENSION(klon) :: zu10m
real, intent(in), DIMENSION(klon) :: zv10m
real, intent(in), DIMENSION(klon) :: sigmaw
real, intent(in), DIMENSION(klon) :: cstar
real, intent(in), DIMENSION(klon) :: ustar
real, intent(in), DIMENSION(klon) :: ale_bl
real, intent(out), DIMENSION(klon,nsurfwind) :: wind10ms
real, intent(out), DIMENSION(klon,nsurfwind) :: probu

Calls

proc~~surf_wind~~CallsGraph proc~surf_wind surf_wind proc~randong randong proc~surf_wind->proc~randong

Called by

proc~~surf_wind~~CalledByGraph proc~surf_wind surf_wind proc~physiq physiq proc~physiq->proc~surf_wind proc~physiq~2 physiq proc~physiq~2->proc~surf_wind 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