Ignore:
Timestamp:
Jun 7, 2016, 3:48:13 PM (8 years ago)
Author:
jbmadeleine
Message:

Ajout de l'option iflag_cloudth_vert=2 developpe par Jean Jouhaud pour l heterogeneite verticale sous maille des
nuages. Pour le moment, l ecart type de la pdf verticale vaut la moitie de l ecart type de la pdf horizontale.
Le iflag_cloudth_vert=1 conserve l heterogeneite verticale telle qu introduite par Arnaud Jam en Avril 2015.

File:
1 edited

Legend:

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

    r2530 r2547  
    165165    INTEGER,SAVE :: iflag_ice_thermo_omp
    166166    INTEGER,SAVE :: iflag_t_glace_omp
     167    INTEGER,SAVE :: iflag_cloudth_vert_omp
    167168    REAL,SAVE :: rad_froid_omp, rad_chau1_omp, rad_chau2_omp
    168169    REAL,SAVE :: t_glace_min_omp, t_glace_max_omp
     
    11611162
    11621163    !
     1164    !Config Key  = iflag_cloudth_vert
     1165    !Config Desc = 
     1166    !Config Def  = 0
     1167    !Config Help =
     1168    !
     1169    iflag_cloudth_vert_omp = 0
     1170    call getin('iflag_cloudth_vert',iflag_cloudth_vert_omp)
     1171
     1172    !
    11631173    !Config Key  = iflag_ice_thermo
    11641174    !Config Desc = 
     
    20442054    exposant_glace = exposant_glace_omp
    20452055    iflag_t_glace = iflag_t_glace_omp
     2056    iflag_cloudth_vert=iflag_cloudth_vert_omp
    20462057    iflag_ice_thermo = iflag_ice_thermo_omp
    20472058    rei_min = rei_min_omp
     
    23612372    write(lunout,*)' exposant_glace = ',exposant_glace
    23622373    write(lunout,*)' iflag_t_glace = ',iflag_t_glace
     2374    write(lunout,*)' iflag_cloudth_vert = ',iflag_cloudth_vert
    23632375    write(lunout,*)' iflag_ice_thermo = ',iflag_ice_thermo
    23642376    write(lunout,*)' rei_min = ',rei_min
Note: See TracChangeset for help on using the changeset viewer.