Ignore:
Timestamp:
Nov 28, 2014, 4:36:29 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/clesphys.h

    r2056 r2160  
    44!
    55!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
    6 !                 veillez à n'utiliser que des ! pour les commentaires
    7 !                 et à bien positionner les & des lignes de continuation
     6!                 veillez \`a n'utiliser que des ! pour les commentaires
     7!                 et \`a bien positionner les & des lignes de continuation
    88!                 (les placer en colonne 6 et en colonne 73)
    99!
     
    1212       LOGICAL cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf
    1313       LOGICAL ok_limitvrai
     14       LOGICAL ok_all_xml
    1415       INTEGER nbapp_rad, iflag_con,iflag_ener_conserv
    1516       REAL co2_ppm, co2_ppm0, solaire
     
    3334       REAL cdmmax, cdhmax
    3435!IM param. stabilite s/ terres et en dehors
    35        REAL ksta, ksta_ter
     36       REAL ksta, ksta_ter, f_ri_cd_min
    3637!IM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH
    3738       LOGICAL ok_kzmin
     
    7677       LOGICAL :: ok_strato
    7778       LOGICAL :: ok_hines, ok_gwd_rando
     79       LOGICAL :: ok_qch4
    7880       LOGICAL :: ok_conserv_q
    7981
     
    8688     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt                     &
    8789     &     , CH4_ppb_per, N2O_ppb_per, CFC11_ppt_per, CFC12_ppt_per     &
    88      &     , cdmmax, cdhmax, ksta, ksta_ter                             &
     90     &     , cdmmax, cdhmax, ksta, ksta_ter, f_ri_cd_min                &
    8991     &     , fmagic, pmagic                                             &
    9092     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro                           &
     
    113115     &     , ip_ebil_phy                                                &
    114116     &     , ok_lic_melt,           aer_type                            &
    115      &     , iflag_rrtm, ok_strato,ok_hines                             &
     117     &     , iflag_rrtm, ok_strato,ok_hines, ok_qch4                    &
    116118     &     , iflag_ice_thermo, ok_gwd_rando, NSW                        &
    117      &     , ok_conserv_q
     119     &     , ok_conserv_q, ok_all_xml
    118120     
    119121       save /clesphys/
Note: See TracChangeset for help on using the changeset viewer.