/[lmdze]/trunk/phylmd/phyetat0.f90
ViewVC logotype

Diff of /trunk/phylmd/phyetat0.f90

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

revision 328 by guez, Thu Jun 13 14:40:06 2019 UTC revision 330 by guez, Wed Jul 31 14:55:23 2019 UTC
# Line 15  module phyetat0_m Line 15  module phyetat0_m
15    
16  contains  contains
17    
18    SUBROUTINE phyetat0(pctsrf, ftsol, ftsoil, qsurf, qsol, snow, albe, &    SUBROUTINE phyetat0(pctsrf, ftsol, ftsoil, qsurf, qsol, fsnow, albe, &
19         rain_fall, snow_fall, solsw, sollw, fder, radsol, frugs, agesno, zmea, &         rain_fall, snow_fall, solsw, sollw, fder, radsol, frugs, agesno, zmea, &
20         zstd, zsig, zgam, zthe, zpic, zval, t_ancien, q_ancien, ancien_ok, &         zstd, zsig, zgam, zthe, zpic, zval, t_ancien, q_ancien, ancien_ok, &
21         rnebcon, ratqs, clwcon, run_off_lic_0, sig1, w01, ncid_startphy)         rnebcon, ratqs, clwcon, run_off_lic_0, sig1, w01, ncid_startphy)
# Line 41  contains Line 41  contains
41      REAL, intent(out):: qsol(:)      REAL, intent(out):: qsol(:)
42      ! (klon) column-density of water in soil, in kg m-2      ! (klon) column-density of water in soil, in kg m-2
43    
44      REAL, intent(out):: snow(klon, nbsrf)      REAL, intent(out):: fsnow(klon, nbsrf)
45      REAL, intent(out):: albe(klon, nbsrf)      REAL, intent(out):: albe(klon, nbsrf)
46      REAL, intent(out):: rain_fall(klon)      REAL, intent(out):: rain_fall(klon)
47      REAL, intent(out):: snow_fall(klon)      REAL, intent(out):: snow_fall(klon)
# Line 160  contains Line 160  contains
160      ! Lecture de neige au sol:      ! Lecture de neige au sol:
161    
162      call NF95_INQ_VARID(ncid_startphy, "SNOW", varid)      call NF95_INQ_VARID(ncid_startphy, "SNOW", varid)
163      call nf95_get_var(ncid_startphy, varid, snow)      call nf95_get_var(ncid_startphy, varid, fsnow)
164    
165      ! Lecture de albedo au sol:      ! Lecture de albedo au sol:
166    

Legend:
Removed from v.328  
changed lines
  Added in v.330

  ViewVC Help
Powered by ViewVC 1.1.21