/[lmdze]/trunk/phylmd/conf_phys.f
ViewVC logotype

Diff of /trunk/phylmd/conf_phys.f

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

revision 117 by guez, Wed Mar 5 14:57:53 2014 UTC revision 118 by guez, Thu Dec 18 17:30:24 2014 UTC
# Line 13  contains Line 13  contains
13    
14      ! Configuration de la "physique" de LMDZ.      ! Configuration de la "physique" de LMDZ.
15    
16      USE clesphys, ONLY: bug_ozone, cdhmax, cdmmax, cfc11_ppt, cfc12_ppt, &      USE clesphys, ONLY: cdhmax, cdmmax, cfc11_ppt, cfc12_ppt, ch4_ppb, &
17           ch4_ppb, co2_ppm, ecrit_day, ecrit_hf, ecrit_hf2mth, ecrit_ins, &           co2_ppm, ecrit_day, ecrit_hf, ecrit_hf2mth, ecrit_ins, ecrit_mth, &
18           ecrit_mth, ecrit_reg, ecrit_tra, ksta, ksta_ter, latmax_ins, &           ecrit_reg, ecrit_tra, ksta, ksta_ter, latmax_ins, latmin_ins, &
19           latmin_ins, lev_histday, lev_histhf, lev_histmth, lonmax_ins, &           lev_histday, lev_histhf, lev_histmth, lonmax_ins, lonmin_ins, &
20           lonmin_ins, n2o_ppb, ok_isccp, ok_kzmin, ok_regdyn, overlap, rcfc11, &           n2o_ppb, ok_isccp, ok_kzmin, ok_regdyn, overlap, rcfc11, rcfc12, &
21           rcfc12, rch4, rco2, rn2o, solaire, top_height, type_run           rch4, rco2, rn2o, solaire, top_height, type_run
22      use clesphys2, only: read_clesphys2      use clesphys2, only: read_clesphys2
23      USE comfisrtilp, ONLY: cld_lc_con, cld_lc_lsc, cld_tau_con, &      USE comfisrtilp, ONLY: cld_lc_con, cld_lc_lsc, cld_tau_con, &
24           cld_tau_lsc, coef_eva, ffallv_con, ffallv_lsc, iflag_pdf, reevap_ice           cld_tau_lsc, coef_eva, ffallv_con, ffallv_lsc, iflag_pdf, reevap_ice
# Line 34  contains Line 34  contains
34           ok_kzmin, iflag_pbl, lev_histhf, lev_histday, lev_histmth, &           ok_kzmin, iflag_pbl, lev_histhf, lev_histday, lev_histmth, &
35           type_run, ok_isccp, ok_regdyn, lonmin_ins, lonmax_ins, &           type_run, ok_isccp, ok_regdyn, lonmin_ins, lonmax_ins, &
36           latmin_ins, latmax_ins, ecrit_ins, ecrit_hf, ecrit_hf2mth, &           latmin_ins, latmax_ins, ecrit_ins, ecrit_hf, ecrit_hf2mth, &
37           ecrit_day, ecrit_mth, ecrit_tra, ecrit_reg, bug_ozone           ecrit_day, ecrit_mth, ecrit_tra, ecrit_reg
38    
39      namelist /nuagecom/ rad_chau1, rad_chau2      namelist /nuagecom/ rad_chau1, rad_chau2
40    
# Line 88  contains Line 88  contains
88      ecrit_mth = 86400      ecrit_mth = 86400
89      ecrit_tra = 1      ecrit_tra = 1
90      ecrit_reg = NINT(86400. *0.25) ! 4 fois par jour      ecrit_reg = NINT(86400. *0.25) ! 4 fois par jour
     bug_ozone = .false.  
91    
92      print *, "Enter namelist 'conf_phys_nml'."      print *, "Enter namelist 'conf_phys_nml'."
93      read(unit=*, nml=conf_phys_nml)      read(unit=*, nml=conf_phys_nml)

Legend:
Removed from v.117  
changed lines
  Added in v.118

  ViewVC Help
Powered by ViewVC 1.1.21