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/conf_phys_m.F90

    r2253 r2254  
    119119    Real,SAVE           :: f_rugoro_omp   , z0min_omp
    120120    Real,SAVE           :: z0m_seaice_omp,z0h_seaice_omp
    121     REAL,SAVE           :: min_wind_speed_omp,f_gust_wk_omp,f_gust_bl_omp,f_qsat_oce_omp
     121    REAL,SAVE           :: min_wind_speed_omp,f_gust_wk_omp,f_gust_bl_omp,f_qsat_oce_omp, f_z0qh_oce_omp
    122122    INTEGER,SAVE        :: iflag_gusts_omp,iflag_z0_oce_omp
    123123
     
    16791679
    16801680! Gustiness flags
     1681    f_z0qh_oce_omp = 1.
     1682    call getin('f_z0qh_oce',f_z0qh_oce_omp)
     1683    !
    16811684    f_qsat_oce_omp = 1.
    16821685    call getin('f_qsat_oce',f_qsat_oce_omp)
     
    20622065    f_gust_bl=f_gust_bl_omp
    20632066    f_qsat_oce=f_qsat_oce_omp
     2067    f_z0qh_oce=f_z0qh_oce_omp
    20642068    min_wind_speed=min_wind_speed_omp
    20652069    iflag_gusts=iflag_gusts_omp
Note: See TracChangeset for help on using the changeset viewer.