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

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

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

revision 310 by guez, Tue Sep 18 15:14:40 2018 UTC revision 311 by guez, Mon Dec 3 17:52:21 2018 UTC
# Line 42  contains Line 42  contains
42      REAL, intent(in):: cdragh(:) ! (knon) sans unite      REAL, intent(in):: cdragh(:) ! (knon) sans unite
43    
44      REAL, intent(in):: t(:, :) ! (knon, klev) temperature (K)      REAL, intent(in):: t(:, :) ! (knon, klev) temperature (K)
45      REAL, intent(in):: q(:, :) ! (knon, klev) humidite specifique (kg / kg)      REAL, intent(in):: q(:, :) ! (knon, klev) humidit\'e sp\'ecifique
46      REAL, intent(in):: ts(:) ! (knon) temperature du sol (K)      REAL, intent(in):: ts(:) ! (knon) temperature du sol (K)
47    
48      REAL, intent(in):: paprs(:, :) ! (knon, klev + 1)      REAL, intent(in):: paprs(:, :) ! (knon, klev + 1)
49      ! pression a inter-couche (Pa)      ! pression \`a l'inter-couche (Pa)
50    
51      REAL, intent(in):: pplay(:, :) ! (knon, klev)      REAL, intent(in):: pplay(:, :) ! (knon, klev)
52      ! pression au milieu de couche (Pa)      ! pression au milieu de couche (Pa)
# Line 69  contains Line 69  contains
69      real, intent(in):: snow_fall(:) ! (knon)      real, intent(in):: snow_fall(:) ! (knon)
70      ! solid water mass flux (kg / m2 / s), positive down      ! solid water mass flux (kg / m2 / s), positive down
71    
72      real, intent(out):: fluxlat(:) ! (knon)      real, intent(out):: fluxlat(:) ! (knon) flux de chaleur latente, en W m-2
73      real, intent(in):: pctsrf_new_sic(:) ! (knon)      real, intent(in):: pctsrf_new_sic(:) ! (knon)
74      REAL, intent(inout):: agesno(:) ! (knon)      REAL, intent(inout):: agesno(:) ! (knon)
75      REAL, intent(out):: d_t(:, :) ! (knon, klev) incrementation de "t"      REAL, intent(out):: d_t(:, :) ! (knon, klev) incrementation de "t"

Legend:
Removed from v.310  
changed lines
  Added in v.311

  ViewVC Help
Powered by ViewVC 1.1.21