Ignore:
Timestamp:
May 5, 2010, 3:23:18 PM (14 years ago)
Author:
musat
Message:

Output all tracers defined in .def in hist files with dynamic
declaration of LMDZ atmospheric tracers' output levels
Add 6 pseudo-water tracers with and without transport by boundary layer
IM

File:
1 edited

Legend:

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

    r1356 r1376  
    151151  REAL,SAVE :: ecrit_LES_omp
    152152  REAL,SAVE :: ecrit_tra_omp
     153  INTEGER, SAVE :: nseuil_omp   
    153154  REAL,SAVE :: cvl_corr_omp
    154155  LOGICAL,SAVE :: ok_lic_melt_omp
     
    12261227  ecrit_tra_omp = 30.
    12271228  call getin('ecrit_tra',ecrit_tra_omp)
     1229!
     1230!Config Key  = nseuil
     1231!Config Desc = Numero du traceur a partir duquel on ne transporte
     1232!              pas par convection
     1233!Config Def  = 7 !a partir du numero 7 pour les pseudo-traceurs de Remy
     1234!Config Help =
     1235!
     1236  nseuil_omp = 7
     1237  call getin('nseuil',nseuil_omp)
     1238!
    12281239!
    12291240!Config Key  = ecrit_reg
     
    15151526    ecrit_mth = ecrit_mth_omp
    15161527    ecrit_tra = ecrit_tra_omp
     1528    nseuil = nseuil_omp
    15171529    ecrit_reg = ecrit_reg_omp
    15181530    cvl_corr = cvl_corr_omp
     
    16781690  write(numout,*)' ecrit_ hf, ins, day, mth, reg, tra, ISCCP, LES',&
    16791691   ecrit_hf, ecrit_ins, ecrit_day, ecrit_mth, ecrit_reg, ecrit_tra, ecrit_ISCCP, ecrit_LES
     1692  write(numout,*)' nseuil ',nseuil
    16801693
    16811694  write(numout,*) 'ok_strato = ', ok_strato
Note: See TracChangeset for help on using the changeset viewer.