Ignore:
Timestamp:
Jun 7, 2016, 8:55:31 AM (8 years ago)
Author:
Laurent Fairhead
Message:

Rolling back revision r2543 which should not have been committed straight on
the testing branch
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing/libf/phylmd/conf_phys_m.F90

    r2543 r2544  
    165165    INTEGER,SAVE :: iflag_ice_thermo_omp
    166166    INTEGER,SAVE :: iflag_t_glace_omp
    167 
    168 
    169 
    170     INTEGER,SAVE :: iflag_cloudth_vert_omp
    171 
    172 
    173    
    174167    REAL,SAVE :: rad_froid_omp, rad_chau1_omp, rad_chau2_omp
    175168    REAL,SAVE :: t_glace_min_omp, t_glace_max_omp
     
    11671160    call getin('iflag_t_glace',iflag_t_glace_omp)
    11681161
    1169 
    1170 
    1171 
    1172 
    1173     !
    1174     !Config Key  = iflag_cloudth_vert
    1175     !Config Desc = 
    1176     !Config Def  = 0
    1177     !Config Help =
    1178     !
    1179     iflag_cloudth_vert_omp = 0
    1180     call getin('iflag_cloudth_vert',iflag_cloudth_vert_omp)
    1181 
    1182 
    1183 
    1184 
    1185 
    1186 
    1187 
    1188 
    1189 
    1190 
    11911162    !
    11921163    !Config Key  = iflag_ice_thermo
     
    20732044    exposant_glace = exposant_glace_omp
    20742045    iflag_t_glace = iflag_t_glace_omp
    2075 
    2076 
    2077     iflag_cloudth_vert=iflag_cloudth_vert_omp
    2078 
    2079 
    2080 
    20812046    iflag_ice_thermo = iflag_ice_thermo_omp
    20822047    rei_min = rei_min_omp
     
    23962361    write(lunout,*)' exposant_glace = ',exposant_glace
    23972362    write(lunout,*)' iflag_t_glace = ',iflag_t_glace
    2398 
    2399 
    2400 
    2401     write(lunout,*)' iflag_cloudth_vert = ',iflag_cloudth_vert
    2402 
    2403 
    2404 
    24052363    write(lunout,*)' iflag_ice_thermo = ',iflag_ice_thermo
    24062364    write(lunout,*)' rei_min = ',rei_min
Note: See TracChangeset for help on using the changeset viewer.