/[lmdze]/trunk/phylmd/clesphys2.f90
ViewVC logotype

Diff of /trunk/phylmd/clesphys2.f90

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 339 by guez, Thu Jun 13 14:40:06 2019 UTC revision 340 by guez, Thu Sep 26 17:29:50 2019 UTC
# Line 4  module clesphys2 Line 4  module clesphys2
4    
5    implicit none    implicit none
6    
   LOGICAL, protected:: new_oliq = .TRUE.  
   ! Permet de mettre en route la nouvelle parametrisation de l'eau liquide  
   
7    ! Pour l'orographie:    ! Pour l'orographie:
8    LOGICAL, protected:: ok_orodr = .TRUE.    LOGICAL, protected:: ok_orodr = .TRUE.
9    LOGICAL, protected:: ok_orolf = .TRUE.    LOGICAL, protected:: ok_orolf = .TRUE.
# Line 29  contains Line 26  contains
26      use nr_util, only: assert      use nr_util, only: assert
27      use conf_gcm_m, only: day_step, iphysiq      use conf_gcm_m, only: day_step, iphysiq
28    
29      namelist /clesphys2_nml/new_oliq, ok_orodr, ok_orolf, ok_limitvrai, &      namelist /clesphys2_nml/ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, &
30           nbapp_rad, conv_emanuel           conv_emanuel
31    
32      !------------------------------------      !------------------------------------
33    

Legend:
Removed from v.339  
changed lines
  Added in v.340

  ViewVC Help
Powered by ViewVC 1.1.21