Ignore:
Timestamp:
Apr 3, 2015, 12:16:36 PM (9 years ago)
Author:
fhourdin
Message:

Modification du calcul des flux air/mer
1) Introduction d'un facteur f_qsat_oce=0.98 devant qsat dans le calcul
de l'évaporation sur océan pour tenir compte de la moindre évaporation
de l'eau salée.
2) Introduction d'une différentiation entre z0 pour le sensible, z0h,
et le latent, z0q, imposé constant z0q=f_z0qh_oce*z0h

Modification of air/sea fluxes computation
1) Introduction of a correcting factor f_qsat_oce=0.98 on qsat
to account for the weaker evaporation of salty water.
2) Introduction of z0q=f_z0qh_oce*z0h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/surf_landice_mod.F90

    r2243 r2254  
    179179          tsoil0(i,:)=tsoil(i,:)
    180180       END DO
    181            ! Martin
    182            PRINT*, 'on appelle surf_sisvat'
    183            ! Martin
     181           ! Martin
     182           PRINT*, 'on appelle surf_sisvat'
     183           ! Martin
    184184       CALL surf_sisvat(knon, rlon, rlat, knindex, itime, dtime, debut, lafin, &
    185185            rmu0, swdown, lwdown, pexner, ps, p1lay, &
     
    241241
    242242    CALL calcul_fluxs(knon, is_lic, dtime, &
    243          tsurf, p1lay, cal, beta, cdragh, ps, &
     243         tsurf, p1lay, cal, beta, cdragh, cdragh, ps, &
    244244         precip_rain, precip_snow, snow, qsurf,  &
    245245         radsol, dif_grnd, temp_air, spechum, u1_lay, v1_lay, gustiness, &
    246          AcoefH, AcoefQ, BcoefH, BcoefQ, &
     246         1.,AcoefH, AcoefQ, BcoefH, BcoefQ, &
    247247         tsurf_new, evap, fluxlat, fluxsens, dflux_s, dflux_l)
    248248
Note: See TracChangeset for help on using the changeset viewer.