--- trunk/Sources/phylmd/Interface_surf/interfsur_lim.f 2015/07/08 17:03:45 155 +++ trunk/Sources/phylmd/Interface_surf/interfsur_lim.f 2015/07/16 17:39:10 156 @@ -4,7 +4,7 @@ contains - SUBROUTINE interfsur_lim(itime, dtime, jour, knindex, debut, alblw, z0_new) + SUBROUTINE interfsur_lim(itime, dtime, jour, knindex, debut, albedo, z0_new) ! Cette routine sert d'interface entre le mod\`ele atmosph\'erique et ! un fichier de conditions aux limites. @@ -24,7 +24,7 @@ ! index des points de la surface \`a traiter logical, intent(IN):: debut ! premier appel \`a la physique (initialisation) - real, intent(out):: alblw(:) ! (knon) albedo lu + real, intent(out):: albedo(:) ! (knon) albedo lu real, intent(out):: z0_new(:) ! (klon) longueur de rugosit\'e lue ! Local: @@ -75,7 +75,7 @@ endif ! Recopie des variables dans les champs de sortie - alblw = alb_lu(knindex) + albedo = alb_lu(knindex) z0_new(:knon) = rug_lu(knindex) z0_new(knon + 1:) = 999999.