Ignore:
Timestamp:
Jul 28, 2010, 3:28:42 PM (14 years ago)
Author:
jghattas
Message:
  • Fixed problems with pseudo-vapor tracers.
  • Removed variable nseuil. The transport with convection can be desactivated with the variable conv_flg instead of nseuil.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/conf_phys.F90

    r1403 r1421  
    153153  REAL,SAVE :: ecrit_LES_omp
    154154  REAL,SAVE :: ecrit_tra_omp
    155   INTEGER, SAVE :: nseuil_omp   
    156155  REAL,SAVE :: cvl_corr_omp
    157156  LOGICAL,SAVE :: ok_lic_melt_omp
     
    12681267  ecrit_tra_omp = 30.
    12691268  call getin('ecrit_tra',ecrit_tra_omp)
    1270 !
    1271 !Config Key  = nseuil
    1272 !Config Desc = Numero du traceur a partir duquel on ne transporte
    1273 !              pas par convection
    1274 !Config Def  = 7 !a partir du numero 7 pour les pseudo-traceurs de Remy
    1275 !Config Help =
    1276 !
    1277   nseuil_omp = 7
    1278   call getin('nseuil',nseuil_omp)
    1279 !
    12801269!
    12811270!Config Key  = ecrit_reg
     
    15711560    ecrit_mth = ecrit_mth_omp
    15721561    ecrit_tra = ecrit_tra_omp
    1573     nseuil = nseuil_omp
    15741562    ecrit_reg = ecrit_reg_omp
    15751563    cvl_corr = cvl_corr_omp
     
    17391727  write(numout,*)' ecrit_ hf, ins, day, mth, reg, tra, ISCCP, LES',&
    17401728   ecrit_hf, ecrit_ins, ecrit_day, ecrit_mth, ecrit_reg, ecrit_tra, ecrit_ISCCP, ecrit_LES
    1741   write(numout,*)' nseuil ',nseuil
    17421729
    17431730  write(numout,*) 'ok_strato = ', ok_strato
Note: See TracChangeset for help on using the changeset viewer.