Ignore:
Timestamp:
Sep 19, 2006, 4:23:21 PM (18 years ago)
Author:
Laurent Fairhead
Message:

Pour la conservation du flux d'eau OM, JLD
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/IPSL-CM4_IPCC_patches/libf/phylmd/clmain.F

    r589 r705  
    2020cIM cf JLD    .                  zcoefh,zu1,zv1, t2m, q2m, u10m, v10m)
    2121     .                  zcoefh,zu1,zv1, t2m, q2m, u10m, v10m,
    22      .                  fqcalving,ffonte, run_off_lic_0)
     22     .                  fqcalving,fqfonte,ffonte, run_off_lic_0)
    2323cAA .                  itr, tr, flux_surf, d_tr)
    2424cAA REM:
     
    7373c dflux_q derive du flux latent
    7474c ffonte----Flux thermique utilise pour fondre la neige
     75c fqfonte -- quantite d'eau due a la fonte de la calotte
    7576c fqcalving-Flux d'eau "perdue" par la surface et necessaire pour limiter la
    7677c           hauteur de neige, en kg/m2/s
     
    102103      REAL dflux_t(klon), dflux_q(klon)
    103104cIM cf JLD
    104       REAL y_fqcalving(klon), y_ffonte(klon)
    105       REAL fqcalving(klon,nbsrf), ffonte(klon,nbsrf)
     105      REAL y_fqcalving(klon), y_fqfonte(klon), y_ffonte(klon)
     106      REAL fqcalving(klon,nbsrf), fqfonte(klon,nbsrf), ffonte(klon,nbsrf)
    106107      REAL run_off_lic_0(klon), y_run_off_lic_0(klon)
    107108
     
    579580cIM cf JLD    s          y_flux_t, y_flux_q, y_dflux_t, y_dflux_q)
    580581     s          y_flux_t, y_flux_q, y_dflux_t, y_dflux_q,
    581      s          y_fqcalving,y_ffonte,y_run_off_lic_0)
     582     s          y_fqcalving,y_fqfonte,y_ffonte,y_run_off_lic_0)
    582583c
    583584c calculer la longueur de rugosite sur ocean
     
    643644cIM cf JLD ??
    644645         fqcalving(i,nsrf) = y_fqcalving(j)       
     646         fqfonte(i,nsrf) = y_fqfonte(j)       
    645647         ffonte(i,nsrf) = y_ffonte(j)       
    646648         cdragh(i) = cdragh(i) + ycoefh(j,1)
     
    824826cIM cf JLD    s                flux_t, flux_q,dflux_s,dflux_l)
    825827     s                flux_t, flux_q,dflux_s,dflux_l,
    826      s                fqcalving,ffonte,run_off_lic_0)
     828     s                fqcalving,fqfonte,ffonte,run_off_lic_0)
    827829
    828830      USE interface_surf
     
    900902c hauteur de neige, en kg/m2/s
    901903      REAL fqcalving(klon)
     904c Quantite d'eau de fonte de la calotte kg/mé/s
     905      REAL fqfonte(klon)
    902906c======================================================================
    903907      REAL t_grnd  ! temperature de rappel pour glace de mer
     
    11201124     s tsol_rad, tsurf_new, alb_new, alblw, emis_new, z0_new,
    11211125cIM cf JLD    s pctsrf_new, agesno)
    1122      s pctsrf_new, agesno,fqcalving,ffonte, run_off_lic_0)
     1126     s pctsrf_new, agesno,fqcalving,fqfonte,ffonte, run_off_lic_0)
    11231127
    11241128
Note: See TracChangeset for help on using the changeset viewer.