Ignore:
Timestamp:
Aug 17, 2009, 5:11:37 PM (15 years ago)
Author:
idelkadi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/conf_phys.F90

    r1227 r1229  
    130130  REAL, SAVE ::  fmagic_omp, pmagic_omp
    131131  INTEGER,SAVE :: iflag_pbl_omp,lev_histhf_omp,lev_histday_omp,lev_histmth_omp
     132  Integer,save :: lev_histins_omp, lev_histLES_omp
    132133  CHARACTER*4, SAVE :: type_run_omp
    133134  LOGICAL,SAVE :: ok_isccp_omp
     
    10121013  lev_histmth_omp = 2
    10131014  call getin('lev_histmth',lev_histmth_omp)
    1014 
     1015!
     1016!Config Key  = lev_histins
     1017!Config Desc =
     1018!Config Def  = 1
     1019!Config Help =
     1020!
     1021  lev_histins_omp = 1
     1022  call getin('lev_histins',lev_histins_omp)
     1023  !
     1024!Config Key  = lev_histLES
     1025!Config Desc =
     1026!Config Def  = 1
     1027!Config Help =
     1028!
     1029  lev_histLES_omp = 1
     1030  call getin('lev_histLES',lev_histLES_omp)
    10151031  !
    10161032!Config Key  = type_run
     
    13351351    lev_histday = lev_histday_omp
    13361352    lev_histmth = lev_histmth_omp
     1353    lev_histins = lev_histins_omp
     1354    lev_histLES = lev_histLES_omp
    13371355
    13381356    type_ocean = type_ocean_omp
     
    15041522  write(numout,*)' lev_histday = ',lev_histday
    15051523  write(numout,*)' lev_histmth = ',lev_histmth
     1524  write(numout,*)' lev_histins = ',lev_histins
     1525  write(numout,*)' lev_histLES = ',lev_histLES
    15061526  write(numout,*)' iflag_pbl = ', iflag_pbl
    15071527  write(numout,*)' iflag_thermals = ', iflag_thermals
Note: See TracChangeset for help on using the changeset viewer.