/[lmdze]/trunk/phylmd/clqh.f
ViewVC logotype

Diff of /trunk/phylmd/clqh.f

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

revision 222 by guez, Tue Apr 25 15:31:48 2017 UTC revision 223 by guez, Fri Apr 28 13:22:36 2017 UTC
# Line 6  contains Line 6  contains
6    
7    SUBROUTINE clqh(dtime, julien, debut, nisurf, knindex, tsoil, qsol, rmu0, &    SUBROUTINE clqh(dtime, julien, debut, nisurf, knindex, tsoil, qsol, rmu0, &
8         rugos, rugoro, u1lay, v1lay, coef, t, q, ts, paprs, pplay, delp, &         rugos, rugoro, u1lay, v1lay, coef, t, q, ts, paprs, pplay, delp, &
9         radsol, albedo, snow, qsurf, precip_rain, precip_snow, fder, fluxlat, &         radsol, albedo, snow, qsurf, precip_rain, precip_snow, fluxlat, &
10         pctsrf_new_sic, agesno, d_t, d_q, d_ts, z0_new, flux_t, flux_q, &         pctsrf_new_sic, agesno, d_t, d_q, d_ts, z0_new, flux_t, flux_q, &
11         dflux_s, dflux_l, fqcalving, ffonte, run_off_lic_0)         dflux_s, dflux_l, fqcalving, ffonte, run_off_lic_0)
12    
# Line 60  contains Line 60  contains
60      real, intent(in):: precip_snow(klon)      real, intent(in):: precip_snow(klon)
61      ! solid water mass flux (kg / m2 / s), positive down      ! solid water mass flux (kg / m2 / s), positive down
62    
     real, intent(inout):: fder(:) ! (knon)  
63      real, intent(out):: fluxlat(:) ! (knon)      real, intent(out):: fluxlat(:) ! (knon)
64      real, intent(in):: pctsrf_new_sic(:) ! (klon)      real, intent(in):: pctsrf_new_sic(:) ! (klon)
65      REAL, intent(inout):: agesno(:) ! (knon)      REAL, intent(inout):: agesno(:) ! (knon)
# Line 244  contains Line 243  contains
243    
244      CALL interfsurf_hq(dtime, julien, rmu0, nisurf, knindex, debut, tsoil, &      CALL interfsurf_hq(dtime, julien, rmu0, nisurf, knindex, debut, tsoil, &
245           qsol, u1lay, v1lay, temp_air, spechum, tq_cdrag, petAcoef, peqAcoef, &           qsol, u1lay, v1lay, temp_air, spechum, tq_cdrag, petAcoef, peqAcoef, &
246           petBcoef, peqBcoef, precip_rain, precip_snow, fder, rugos, rugoro, &           petBcoef, peqBcoef, precip_rain, precip_snow, rugos, rugoro, snow, &
247           snow, qsurf, ts, p1lay, psref, radsol, evap, flux_t, fluxlat, &           qsurf, ts, p1lay, psref, radsol, evap, flux_t, fluxlat, dflux_l, &
248           dflux_l, dflux_s, tsurf_new, albedo, z0_new, pctsrf_new_sic, agesno, &           dflux_s, tsurf_new, albedo, z0_new, pctsrf_new_sic, agesno, &
249           fqcalving, ffonte, run_off_lic_0)           fqcalving, ffonte, run_off_lic_0)
250    
251      flux_q = - evap      flux_q = - evap

Legend:
Removed from v.222  
changed lines
  Added in v.223

  ViewVC Help
Powered by ViewVC 1.1.21