/[lmdze]/trunk/phylmd/Interface_surf/interfsurf_hq.f
ViewVC logotype

Diff of /trunk/phylmd/Interface_surf/interfsurf_hq.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/Sources/phylmd/Interface_surf/interfsurf_hq.f revision 174 by guez, Wed Nov 25 20:14:19 2015 UTC trunk/phylmd/Interface_surf/interfsurf_hq.f revision 267 by guez, Thu May 3 16:14:08 2018 UTC
# Line 4  module interfsurf_hq_m Line 4  module interfsurf_hq_m
4    
5  contains  contains
6    
7    SUBROUTINE interfsurf_hq(itime, dtime, jour, rmu0, nisurf, knon, knindex, &    SUBROUTINE interfsurf_hq(dtime, julien, rmu0, nisurf, knindex, debut, &
8         pctsrf, rlat, debut, nsoilmx, tsoil, qsol, u1_lay, v1_lay, temp_air, &         tsoil, qsol, u1_lay, v1_lay, temp_air, spechum, tq_cdrag, petAcoef, &
9         spechum, tq_cdrag, petAcoef, peqAcoef, petBcoef, peqBcoef, &         peqAcoef, petBcoef, peqBcoef, precip_rain, precip_snow, rugos, rugoro, &
10         precip_rain, precip_snow, fder, rugos, rugoro, snow, qsurf, tsurf, &         snow, qsurf, ts, p1lay, ps, radsol, evap, flux_t, fluxlat, dflux_l, &
11         p1lay, ps, radsol, evap, fluxsens, fluxlat, dflux_l, dflux_s, &         dflux_s, tsurf_new, albedo, z0_new, pctsrf_new_sic, agesno, fqcalving, &
12         tsurf_new, albedo, z0_new, pctsrf_new, agesno, fqcalving, ffonte, &         ffonte, run_off_lic_0)
        run_off_lic_0, flux_o, flux_g)  
13    
14      ! Cette routine sert d'aiguillage entre l'atmosph\`ere et la surface      ! Cette routine sert d'aiguillage entre l'atmosph\`ere et la surface
15      ! en g\'en\'eral (sols continentaux, oc\'eans, glaces) pour les flux de      ! en g\'en\'eral (sols continentaux, oc\'eans, glaces) pour les flux de
# Line 20  contains Line 19  contains
19    
20      USE abort_gcm_m, ONLY: abort_gcm      USE abort_gcm_m, ONLY: abort_gcm
21      use alboc_cd_m, only: alboc_cd      use alboc_cd_m, only: alboc_cd
     use alboc_m, only: alboc  
22      USE albsno_m, ONLY: albsno      USE albsno_m, ONLY: albsno
23      use calbeta_m, only: calbeta      use calbeta_m, only: calbeta
24      USE calcul_fluxs_m, ONLY: calcul_fluxs      USE calcul_fluxs_m, ONLY: calcul_fluxs
     use clesphys2, only: soil_model, cycle_diurne  
25      USE dimphy, ONLY: klon      USE dimphy, ONLY: klon
26      USE fonte_neige_m, ONLY: fonte_neige      USE fonte_neige_m, ONLY: fonte_neige
27      USE indicesol, ONLY: epsfra, is_lic, is_oce, is_sic, is_ter, nbsrf      USE indicesol, ONLY: epsfra, is_lic, is_oce, is_sic, is_ter
28      USE interface_surf, ONLY: run_off, run_off_lic, conf_interface      USE interface_surf, ONLY: conf_interface
     USE interfoce_lim_m, ONLY: interfoce_lim  
29      USE interfsur_lim_m, ONLY: interfsur_lim      USE interfsur_lim_m, ONLY: interfsur_lim
30        use read_sst_m, only: read_sst
31      use soil_m, only: soil      use soil_m, only: soil
32      USE suphec_m, ONLY: rcpd, rlstt, rlvtt, rtt      USE suphec_m, ONLY: rcpd, rtt
33    
     integer, intent(IN):: itime ! numero du pas de temps  
34      real, intent(IN):: dtime ! pas de temps de la physique (en s)      real, intent(IN):: dtime ! pas de temps de la physique (en s)
35      integer, intent(IN):: jour ! jour dans l'annee en cours      integer, intent(IN):: julien ! jour dans l'annee en cours
36      real, intent(IN):: rmu0(klon) ! cosinus de l'angle solaire zenithal      real, intent(IN):: rmu0(klon) ! cosinus de l'angle solaire zenithal
37      integer, intent(IN):: nisurf ! index de la surface a traiter      integer, intent(IN):: nisurf ! index de la surface a traiter
     integer, intent(IN):: knon ! nombre de points de la surface a traiter  
38    
39      integer, intent(in):: knindex(:) ! (knon)      integer, intent(in):: knindex(:) ! (knon)
40      ! index des points de la surface a traiter      ! index des points de la surface a traiter
41    
     real, intent(IN):: pctsrf(klon, nbsrf)  
     ! tableau des pourcentages de surface de chaque maille  
   
     real, intent(IN):: rlat(klon) ! latitudes  
   
42      logical, intent(IN):: debut ! 1er appel a la physique      logical, intent(IN):: debut ! 1er appel a la physique
43      ! (si false calcul simplifie des fluxs sur les continents)      ! (si false calcul simplifie des fluxs sur les continents)
44    
45      integer, intent(in):: nsoilmx      REAL, intent(inout):: tsoil(:, :) ! (knon, nsoilmx)
     REAL tsoil(klon, nsoilmx)  
46    
47      REAL, intent(INOUT):: qsol(klon)      REAL, intent(INOUT):: qsol(:) ! (knon)
48      ! column-density of water in soil, in kg m-2      ! column-density of water in soil, in kg m-2
49    
50      real, dimension(klon), intent(IN):: u1_lay, v1_lay      real, intent(IN):: u1_lay(:), v1_lay(:) ! (knon) vitesse 1ere couche
51      ! u1_lay vitesse u 1ere couche  
     ! v1_lay vitesse v 1ere couche  
52      real, dimension(klon), intent(IN):: temp_air, spechum      real, dimension(klon), intent(IN):: temp_air, spechum
53      ! temp_air temperature de l'air 1ere couche      ! temp_air temperature de l'air 1ere couche
54      ! spechum humidite specifique 1ere couche      ! spechum humidite specifique 1ere couche
55      real, dimension(klon), intent(INOUT):: tq_cdrag      real, intent(IN):: tq_cdrag(:) ! (knon) coefficient d'echange
56      ! tq_cdrag cdrag  
57      real, dimension(klon), intent(IN):: petAcoef, peqAcoef      real, dimension(klon), intent(IN):: petAcoef, peqAcoef
58      ! petAcoef coeff. A de la resolution de la CL pour t      ! coefficients A de la r\'esolution de la couche limite pour t et q
59      ! peqAcoef coeff. A de la resolution de la CL pour q  
60      real, dimension(klon), intent(IN):: petBcoef, peqBcoef      real, dimension(klon), intent(IN):: petBcoef, peqBcoef
61      ! petBcoef coeff. B de la resolution de la CL pour t      ! coefficients B de la r\'esolution de la couche limite pour t et q
     ! peqBcoef coeff. B de la resolution de la CL pour q  
62    
63      real, intent(IN):: precip_rain(klon)      real, intent(IN):: precip_rain(klon)
64      ! precipitation, liquid water mass flux (kg/m2/s), positive down      ! precipitation, liquid water mass flux (kg / m2 / s), positive down
65    
66      real, intent(IN):: precip_snow(klon)      real, intent(IN):: precip_snow(klon)
67      ! precipitation, solid water mass flux (kg/m2/s), positive down      ! precipitation, solid water mass flux (kg / m2 / s), positive down
68    
     REAL, INTENT(INOUT):: fder(klon) ! derivee des flux (pour le couplage)  
69      real, intent(IN):: rugos(klon) ! rugosite      real, intent(IN):: rugos(klon) ! rugosite
70      real, intent(IN):: rugoro(klon) ! rugosite orographique      real, intent(IN):: rugoro(klon) ! rugosite orographique
71      real, intent(INOUT):: snow(klon), qsurf(klon)      real, intent(INOUT):: snow(:) ! (knon)
72      real, intent(IN):: tsurf(:) ! (knon) temp\'erature de surface      real, intent(INOUT):: qsurf(klon)
73      real, dimension(klon), intent(IN):: p1lay      real, intent(IN):: ts(:) ! (knon) temp\'erature de surface
74      ! p1lay pression 1er niveau (milieu de couche)      real, intent(IN):: p1lay(klon) ! pression 1er niveau (milieu de couche)
75      real, dimension(klon), intent(IN):: ps      real, dimension(klon), intent(IN):: ps ! pression au sol
76      ! ps pression au sol      REAL, INTENT(IN):: radsol(:) ! (knon) rayonnement net au sol (LW + SW)
77      REAL, DIMENSION(klon), INTENT(INOUT):: radsol      real, intent(OUT):: evap(:) ! (knon) evaporation totale
78      ! radsol rayonnement net aus sol (LW + SW)  
79      real, intent(INOUT):: evap(klon) ! evaporation totale      real, intent(OUT):: flux_t(:) ! (knon) flux de chaleur sensible
80      real, dimension(klon), intent(OUT):: fluxsens, fluxlat      ! (Cp T) à la surface, positif vers le bas, W / m2
81      ! fluxsens flux de chaleur sensible  
82      ! fluxlat flux de chaleur latente      real, intent(OUT):: fluxlat(:) ! (knon) flux de chaleur latente
83      real, dimension(klon), intent(OUT):: dflux_l, dflux_s      real, intent(OUT):: dflux_l(:), dflux_s(:) ! (knon)
84      real, intent(OUT):: tsurf_new(knon) ! temp\'erature au sol      real, intent(OUT):: tsurf_new(:) ! (knon) temp\'erature au sol
85      real, intent(OUT):: albedo(:) ! (knon) albedo      real, intent(OUT):: albedo(:) ! (knon) albedo
86      real, intent(OUT):: z0_new(klon) ! surface roughness      real, intent(OUT):: z0_new(klon) ! surface roughness
87      real, dimension(klon, nbsrf), intent(OUT):: pctsrf_new  
88      ! pctsrf_new nouvelle repartition des surfaces      real, intent(in):: pctsrf_new_sic(:) ! (klon)
89      real, dimension(klon), intent(INOUT):: agesno      ! nouvelle repartition des surfaces
90    
91      ! Flux d'eau "perdue" par la surface et n\'ecessaire pour que limiter la      real, intent(INOUT):: agesno(:) ! (knon)
92      ! hauteur de neige, en kg/m2/s  
93      !jld a rajouter real, dimension(klon), intent(INOUT):: fqcalving      ! Flux d'eau "perdue" par la surface et n\'ecessaire pour limiter la
94        ! hauteur de neige, en kg / m2 / s
95      real, dimension(klon), intent(INOUT):: fqcalving      real, dimension(klon), intent(INOUT):: fqcalving
96    
97      ! Flux thermique utiliser pour fondre la neige      ! Flux thermique utiliser pour fondre la neige
     !jld a rajouter real, dimension(klon), intent(INOUT):: ffonte  
98      real, dimension(klon), intent(INOUT):: ffonte      real, dimension(klon), intent(INOUT):: ffonte
99    
100      real, dimension(klon), intent(INOUT):: run_off_lic_0      real, dimension(klon), intent(INOUT):: run_off_lic_0
101      ! run_off_lic_0 runoff glacier du pas de temps precedent      ! run_off_lic_0 runoff glacier du pas de temps precedent
102    
     !IM: "slab" ocean  
     real, dimension(klon), intent(OUT):: flux_o, flux_g  
   
103      ! Local:      ! Local:
104        integer knon ! nombre de points de la surface a traiter
105      REAL, dimension(klon):: soilcap      REAL soilcap(size(knindex)) ! (knon)
106      REAL, dimension(klon):: soilflux      REAL soilflux(size(knindex)) ! (knon)
107        logical:: first_call = .true.
108      !IM: "slab" ocean      integer ii
109      real, parameter:: t_grnd=271.35      real cal(size(knindex)) ! (knon)
110      integer i      real beta(size(knindex)) ! (knon) evap reelle
111        real dif_grnd(klon), capsol(klon)
112      character (len = 20), save:: modname = 'interfsurf_hq'      real tsurf(size(knindex)) ! (knon)
113      character (len = 80):: abort_message      real alb_neig(size(knindex)) ! (knon)
114      logical, save:: first_call = .true.      real zfra(size(knindex)) ! (knon)
115      integer:: ii      REAL, PARAMETER:: fmagic = 1. ! facteur magique pour r\'egler l'alb\'edo
     real, dimension(klon):: cal, beta, dif_grnd, capsol  
     real, parameter:: calice=1.0/(5.1444e6 * 0.15), tau_gl=86400. * 5.  
     real, parameter:: calsno=1./(2.3867e6 * 0.15)  
     real tsurf_temp(knon)  
     real alb_neig(knon)  
     real zfra(knon)  
116    
117      !-------------------------------------------------------------      !-------------------------------------------------------------
118    
119        knon = size(knindex)
120    
121      ! On doit commencer par appeler les schemas de surfaces continentales      ! On doit commencer par appeler les schemas de surfaces continentales
122      ! car l'ocean a besoin du ruissellement qui est y calcule      ! car l'ocean a besoin du ruissellement qui est y calcule
123    
124      if (first_call) then      if (first_call) then
125         call conf_interface         call conf_interface
126    
127         if (nisurf /= is_ter .and. klon > 1) then         if (nisurf /= is_ter .and. klon > 1) then
           print *, ' Warning:'  
128            print *, ' nisurf = ', nisurf, ' /= is_ter = ', is_ter            print *, ' nisurf = ', nisurf, ' /= is_ter = ', is_ter
129            print *, 'or on doit commencer par les surfaces continentales'            print *, 'or on doit commencer par les surfaces continentales'
130            abort_message='voir ci-dessus'            call abort_gcm("interfsurf_hq", &
131            call abort_gcm(modname, abort_message)                 'On doit commencer par les surfaces continentales')
132         endif         endif
133    
134         if (is_oce > is_sic) then         if (is_oce > is_sic) then
135            print *, 'Warning:'            print *, 'is_oce = ', is_oce, '> is_sic = ', is_sic
136            print *, ' Pour des raisons de sequencement dans le code'            call abort_gcm("interfsurf_hq", &
137            print *, ' l''ocean doit etre traite avant la banquise'                 "L'ocean doit etre traite avant la banquise")
           print *, ' or is_oce = ', is_oce, '> is_sic = ', is_sic  
           abort_message='voir ci-dessus'  
           call abort_gcm(modname, abort_message)  
138         endif         endif
139    
140           first_call = .false.
141      endif      endif
     first_call = .false.  
142    
143      ! Initialisations diverses      ! Initialisations diverses
144    
145      ffonte(1:knon)=0.      ffonte(1:knon) = 0.
146      fqcalving(1:knon)=0.      fqcalving(1:knon) = 0.
     cal = 999999.  
     beta = 999999.  
147      dif_grnd = 999999.      dif_grnd = 999999.
148      capsol = 999999.      capsol = 999999.
149      z0_new = 999999.      z0_new = 999999.
     tsurf_new = 999999.  
   
     !IM: "slab" ocean; initialisations  
     flux_o = 0.  
     flux_g = 0.  
150    
151      ! Aiguillage vers les differents schemas de surface      ! Aiguillage vers les differents schemas de surface
152    
# Line 183  contains Line 154  contains
154      case (is_ter)      case (is_ter)
155         ! Surface "terre", appel \`a l'interface avec les sols continentaux         ! Surface "terre", appel \`a l'interface avec les sols continentaux
156    
        ! allocation du run-off  
        if (.not. allocated(run_off)) then  
           allocate(run_off(knon))  
           run_off = 0.  
        else if (size(run_off) /= knon) then  
           call abort_gcm(modname, 'Something is wrong: the number of ' &  
                // 'continental points has changed since last call.')  
        endif  
   
157         ! Calcul age de la neige         ! Calcul age de la neige
158    
159         ! Read albedo from the file containing boundary conditions then         ! Read albedo from the file containing boundary conditions then
160         ! add the albedo of snow:         ! add the albedo of snow:
161    
162         call interfsur_lim(itime, dtime, jour, knindex, debut, albedo, z0_new)         call interfsur_lim(dtime, julien, knindex, debut, albedo, z0_new)
163    
164           ! Calcul de snow et qsurf, hydrologie adapt\'ee
165           CALL calbeta(is_ter, snow, qsol, beta, capsol(:knon), dif_grnd(:knon))
166    
167         ! Calcul snow et qsurf, hydrologie adapt\'ee         CALL soil(dtime, is_ter, snow, ts, tsoil, soilcap, soilflux)
168         CALL calbeta(nisurf, snow(:knon), qsol(:knon), beta(:knon), &         cal = RCPD / soilcap
169              capsol(:knon), dif_grnd(:knon))  
170           CALL calcul_fluxs(dtime, ts, p1lay(:knon), cal, beta, tq_cdrag, &
171         IF (soil_model) THEN              ps(:knon), qsurf(:knon), radsol + soilflux, dif_grnd(:knon), &
172            CALL soil(dtime, nisurf, knon, snow, tsurf, tsoil, soilcap, soilflux)              temp_air(:knon), spechum(:knon), u1_lay, v1_lay, &
173            cal(1:knon) = RCPD / soilcap(1:knon)              petAcoef(:knon), peqAcoef(:knon), petBcoef(:knon), &
174            radsol(1:knon) = radsol(1:knon) + soilflux(:knon)              peqBcoef(:knon), tsurf_new, evap, fluxlat, flux_t, dflux_s, dflux_l)
175         ELSE         CALL fonte_neige(is_ter, dtime, precip_rain(:knon), &
176            cal = RCPD * capsol              precip_snow(:knon), snow, qsol, tsurf_new, evap, &
177         ENDIF              fqcalving(:knon), ffonte(:knon), run_off_lic_0(:knon))
178    
179         CALL calcul_fluxs(dtime, tsurf, p1lay(:knon), cal(:knon), &         call albsno(dtime, agesno, alb_neig, precip_snow(:knon))
180              beta(:knon), tq_cdrag(:knon), ps(:knon), qsurf(:knon), &         where (snow < 0.0001) agesno = 0.
181              radsol(:knon), dif_grnd(:knon), temp_air(:knon), spechum(:knon), &         zfra = max(0., min(1., snow / (snow + 10.)))
             u1_lay(:knon), v1_lay(:knon), petAcoef(:knon), peqAcoef(:knon), &  
             petBcoef(:knon), peqBcoef(:knon), tsurf_new, evap(:knon), &  
             fluxlat(:knon), fluxsens(:knon), dflux_s(:knon), dflux_l(:knon))  
   
        CALL fonte_neige(nisurf, dtime, tsurf, p1lay(:knon), beta(:knon), &  
             tq_cdrag(:knon), ps(:knon), precip_rain(:knon), &  
             precip_snow(:knon), snow(:knon), qsol(:knon), temp_air(:knon), &  
             spechum(:knon), u1_lay(:knon), v1_lay(:knon), petAcoef(:knon), &  
             peqAcoef(:knon), petBcoef(:knon), peqBcoef(:knon), tsurf_new, &  
             evap(:knon), fqcalving(:knon), ffonte(:knon), run_off_lic_0(:knon))  
   
        call albsno(dtime, agesno(:knon), alb_neig, precip_snow(:knon))  
        where (snow(:knon) < 0.0001) agesno(:knon) = 0.  
        zfra = max(0.0, min(1.0, snow(:knon)/(snow(:knon) + 10.0)))  
182         albedo = alb_neig * zfra + albedo * (1. - zfra)         albedo = alb_neig * zfra + albedo * (1. - zfra)
183         z0_new = sqrt(z0_new**2 + rugoro**2)         z0_new = sqrt(z0_new**2 + rugoro**2)
   
        ! Remplissage des pourcentages de surface  
        pctsrf_new(:, nisurf) = pctsrf(:, nisurf)  
184      case (is_oce)      case (is_oce)
185         ! Surface "ocean" appel \`a l'interface avec l'oc\'ean         ! Surface "oc\'ean", appel \`a l'interface avec l'oc\'ean
        ! lecture conditions limites  
        call interfoce_lim(itime, dtime, jour, knindex, debut, tsurf_temp, &  
             pctsrf_new)  
186    
187           call read_sst(julien, knindex, tsurf)
188         cal = 0.         cal = 0.
189         beta = 1.         beta = 1.
190         dif_grnd = 0.         dif_grnd = 0.
191           call calcul_fluxs(dtime, tsurf, p1lay(:knon), cal, beta, &
192                tq_cdrag, ps(:knon), qsurf(:knon), radsol, &
193                dif_grnd(:knon), temp_air(:knon), spechum(:knon), u1_lay, &
194                v1_lay, petAcoef(:knon), peqAcoef(:knon), petBcoef(:knon), &
195                peqBcoef(:knon), tsurf_new, evap, fluxlat, flux_t, dflux_s, dflux_l)
196         agesno = 0.         agesno = 0.
197         call calcul_fluxs(dtime, tsurf_temp, p1lay(:knon), &         albedo = alboc_cd(rmu0(knindex)) * fmagic
             cal(:knon), beta(:knon), tq_cdrag(:knon), ps(:knon), &  
             qsurf(:knon), radsol(:knon), dif_grnd(:knon), temp_air(:knon), &  
             spechum(:knon), u1_lay(:knon), v1_lay(:knon), petAcoef(:knon), &  
             peqAcoef(:knon), petBcoef(:knon), peqBcoef(:knon), &  
             tsurf_new, evap(:knon), fluxlat(:knon), fluxsens(:knon), &  
             dflux_s(:knon), dflux_l(:knon))  
        fder = fder + dflux_s + dflux_l  
   
        !IM: flux ocean-atmosphere utile pour le "slab" ocean  
        flux_o(:knon) = fluxsens(:knon) - evap(:knon) &  
             * merge(RLSTT, RLVTT, tsurf_new < RTT)  
   
        ! Compute the albedo:  
        if (cycle_diurne) then  
           CALL alboc_cd(rmu0(knindex), albedo)  
        else  
           CALL alboc(jour, rlat(knindex), albedo)  
        endif  
   
198         z0_new = sqrt(rugos**2 + rugoro**2)         z0_new = sqrt(rugos**2 + rugoro**2)
199      case (is_sic)      case (is_sic)
200         ! Surface "glace de mer" appel a l'interface avec l'ocean         ! Surface "glace de mer" appel a l'interface avec l'ocean
201    
        ! ! lecture conditions limites  
        CALL interfoce_lim(itime, dtime, jour, knindex, debut, tsurf_new, &  
             pctsrf_new)  
   
202         DO ii = 1, knon         DO ii = 1, knon
203            tsurf_new(ii) = tsurf(ii)            IF (pctsrf_new_sic(knindex(ii)) < EPSFRA) then
204            IF (pctsrf_new(knindex(ii), nisurf) < EPSFRA) then               snow(ii) = 0.
              snow(ii) = 0.0  
205               tsurf_new(ii) = RTT - 1.8               tsurf_new(ii) = RTT - 1.8
206               IF (soil_model) tsoil(ii, :) = RTT - 1.8               tsoil(ii, :) = RTT - 1.8
207              else
208                 tsurf_new(ii) = ts(ii)
209            endif            endif
210         enddo         enddo
211    
212         CALL calbeta(nisurf, snow(:knon), qsol(:knon), beta(:knon), &         CALL calbeta(is_sic, snow, qsol, beta, capsol(:knon), dif_grnd(:knon))
213              capsol(:knon), dif_grnd(:knon))         CALL soil(dtime, is_sic, snow, tsurf_new, tsoil, soilcap, soilflux)
214           cal = RCPD / soilcap
215           dif_grnd = 0.
216           tsurf = tsurf_new
217           beta = 1.
218    
219         IF (soil_model) THEN         CALL calcul_fluxs(dtime, tsurf, p1lay(:knon), cal, beta, &
220            CALL soil(dtime, nisurf, knon, snow, tsurf_new, tsoil, soilcap, &              tq_cdrag, ps(:knon), qsurf(:knon), radsol + soilflux, &
221                 soilflux)              dif_grnd(:knon), temp_air(:knon), spechum(:knon), u1_lay, &
222            cal(1:knon) = RCPD / soilcap(1:knon)              v1_lay, petAcoef(:knon), peqAcoef(:knon), petBcoef(:knon), &
223            radsol(1:knon) = radsol(1:knon) + soilflux(1:knon)              peqBcoef(:knon), tsurf_new, evap, fluxlat, flux_t, dflux_s, dflux_l)
224            dif_grnd = 0.         CALL fonte_neige(is_sic, dtime, precip_rain(:knon), &
225         ELSE              precip_snow(:knon), snow, qsol, tsurf_new, evap, &
226            dif_grnd = 1.0 / tau_gl              fqcalving(:knon), ffonte(:knon), run_off_lic_0(:knon))
           cal = RCPD * calice  
           WHERE (snow > 0.0) cal = RCPD * calsno  
        ENDIF  
        tsurf_temp = tsurf_new  
        beta = 1.0  
   
        CALL calcul_fluxs(dtime, tsurf_temp, p1lay(:knon), cal(:knon), &  
             beta(:knon), tq_cdrag(:knon), ps(:knon), qsurf(:knon), &  
             radsol(:knon), dif_grnd(:knon), temp_air(:knon), spechum(:knon), &  
             u1_lay(:knon), v1_lay(:knon), petAcoef(:knon), peqAcoef(:knon), &  
             petBcoef(:knon), peqBcoef(:knon), tsurf_new, evap(:knon), &  
             fluxlat(:knon), fluxsens(:knon), dflux_s(:knon), dflux_l(:knon))  
   
        !IM: flux entre l'ocean et la glace de mer pour le "slab" ocean  
        DO i = 1, knon  
           flux_g(i) = 0.0  
           IF (cal(i) > 1e-15) flux_g(i) = (tsurf_new(i) - t_grnd) &  
                * dif_grnd(i) * RCPD / cal(i)  
        ENDDO  
   
        CALL fonte_neige(nisurf, dtime, tsurf_temp, p1lay(:knon), beta(:knon), &  
             tq_cdrag(:knon), ps(:knon), precip_rain(:knon), &  
             precip_snow(:knon), snow(:knon), qsol(:knon), temp_air(:knon), &  
             spechum(:knon), u1_lay(:knon), v1_lay(:knon), petAcoef(:knon), &  
             peqAcoef(:knon), petBcoef(:knon), peqBcoef(:knon), tsurf_new, &  
             evap(:knon), fqcalving(:knon), ffonte(:knon), run_off_lic_0(:knon))  
227    
228         ! Compute the albedo:         ! Compute the albedo:
229    
230         CALL albsno(dtime, agesno(:knon), alb_neig, precip_snow(:knon))         CALL albsno(dtime, agesno, alb_neig, precip_snow(:knon))
231         WHERE (snow(:knon) < 0.0001) agesno(:knon) = 0.         WHERE (snow < 0.0001) agesno = 0.
232         zfra = MAX(0.0, MIN(1.0, snow(:knon)/(snow(:knon) + 10.0)))         zfra = MAX(0., MIN(1., snow / (snow + 10.)))
233         albedo = alb_neig * zfra + 0.6 * (1.0 - zfra)         albedo = alb_neig * zfra + 0.6 * (1. - zfra)
234    
235         fder = fder + dflux_s + dflux_l         z0_new = SQRT(0.002**2 + rugoro**2)
   
        ! 2eme appel a interfoce pour le cumul et le passage des flux a l'ocean  
   
        z0_new = 0.002  
        z0_new = SQRT(z0_new**2 + rugoro**2)  
236      case (is_lic)      case (is_lic)
        if (.not. allocated(run_off_lic)) then  
           allocate(run_off_lic(knon))  
           run_off_lic = 0.  
        endif  
   
237         ! Surface "glacier continentaux" appel a l'interface avec le sol         ! Surface "glacier continentaux" appel a l'interface avec le sol
238    
239         IF (soil_model) THEN         CALL soil(dtime, is_lic, snow, ts, tsoil, soilcap, soilflux)
240            CALL soil(dtime, nisurf, knon, snow, tsurf, tsoil, soilcap, soilflux)         cal = RCPD / soilcap
241            cal(1:knon) = RCPD / soilcap(1:knon)         beta = 1.
242            radsol(1:knon) = radsol(1:knon) + soilflux(1:knon)         dif_grnd = 0.
243         ELSE  
244            cal = RCPD * calice         call calcul_fluxs(dtime, ts, p1lay(:knon), cal, beta, tq_cdrag, &
245            WHERE (snow > 0.0) cal = RCPD * calsno              ps(:knon), qsurf(:knon), radsol + soilflux, dif_grnd(:knon), &
246         ENDIF              temp_air(:knon), spechum(:knon), u1_lay, v1_lay, &
247         beta = 1.0              petAcoef(:knon), peqAcoef(:knon), petBcoef(:knon), &
248         dif_grnd = 0.0              peqBcoef(:knon), tsurf_new, evap, fluxlat, flux_t, dflux_s, dflux_l)
249           call fonte_neige(is_lic, dtime, precip_rain(:knon), &
250         call calcul_fluxs(dtime, tsurf, p1lay(:knon), cal(:knon), &              precip_snow(:knon), snow, qsol, tsurf_new, evap, &
251              beta(:knon), tq_cdrag(:knon), ps(:knon), qsurf(:knon), &              fqcalving(:knon), ffonte(:knon), run_off_lic_0(:knon))
             radsol(:knon), dif_grnd(:knon), temp_air(:knon), spechum(:knon), &  
             u1_lay(:knon), v1_lay(:knon), petAcoef(:knon), peqAcoef(:knon), &  
             petBcoef(:knon), peqBcoef(:knon), tsurf_new, evap(:knon), &  
             fluxlat(:knon), fluxsens(:knon), dflux_s(:knon), dflux_l(:knon))  
   
        call fonte_neige(nisurf, dtime, tsurf, p1lay(:knon), beta(:knon), &  
             tq_cdrag(:knon), ps(:knon), precip_rain(:knon), &  
             precip_snow(:knon), snow(:knon), qsol(:knon), temp_air(:knon), &  
             spechum(:knon), u1_lay(:knon), v1_lay(:knon), petAcoef(:knon), &  
             peqAcoef(:knon), petBcoef(:knon), peqBcoef(:knon), tsurf_new, &  
             evap(:knon), fqcalving(:knon), ffonte(:knon), run_off_lic_0(:knon))  
252    
253         ! calcul albedo         ! calcul albedo
254         CALL albsno(dtime, agesno(:knon), alb_neig, precip_snow(:knon))         CALL albsno(dtime, agesno, alb_neig, precip_snow(:knon))
255         WHERE (snow(:knon) < 0.0001) agesno(:knon) = 0.         WHERE (snow < 0.0001) agesno = 0.
256         albedo = 0.77         albedo = 0.77
257    
258         ! Rugosite         ! Rugosite
259         z0_new = rugoro         z0_new = rugoro
   
        ! Remplissage des pourcentages de surface  
        pctsrf_new(:, nisurf) = pctsrf(:, nisurf)  
   
260      case default      case default
261         print *, 'Index surface = ', nisurf         print *, 'Index surface = ', nisurf
262         abort_message = 'Index surface non valable'         call abort_gcm("interfsurf_hq", 'Index surface non valable')
        call abort_gcm(modname, abort_message)  
263      end select      end select
264    
265    END SUBROUTINE interfsurf_hq    END SUBROUTINE interfsurf_hq

Legend:
Removed from v.174  
changed lines
  Added in v.267

  ViewVC Help
Powered by ViewVC 1.1.21