--- trunk/Sources/phylmd/Interface_surf/interfsur_lim.f 2015/07/08 17:03:45 155 +++ trunk/Sources/phylmd/Interface_surf/interfsur_lim.f 2016/03/11 18:47:26 178 @@ -4,14 +4,13 @@ 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. ! Laurent FAIRHEAD, February 2000 - use abort_gcm_m, only: abort_gcm USE dimphy, ONLY: klon use netcdf, only: NF90_NOWRITE use netcdf95, only: NF95_close, NF95_GET_VAR, NF95_INQ_VARID, NF95_OPEN @@ -24,7 +23,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 +74,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.