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

Diff of /trunk/Sources/phylmd/conf_phys.f

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

revision 118 by guez, Thu Dec 18 17:30:24 2014 UTC revision 125 by guez, Fri Feb 6 15:00:28 2015 UTC
# Line 24  contains Line 24  contains
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
25      USE conema3_m, ONLY: epmax, iflag_clw, ok_adj_ema      USE conema3_m, ONLY: epmax, iflag_clw, ok_adj_ema
26      use unit_nml_m, only: unit_nml      use unit_nml_m, only: unit_nml
27      USE yomcst, ONLY: r_ecc, r_incl, r_peri      USE yomcst, ONLY: read_YOMCST
28    
29      namelist /conf_phys_nml/ R_ecc, R_peri, R_incl, solaire, co2_ppm, &      namelist /conf_phys_nml/ solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, &
30           CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt, epmax, ok_adj_ema, &           CFC12_ppt, epmax, ok_adj_ema, iflag_clw, cld_lc_lsc, cld_lc_con, &
31           iflag_clw, cld_lc_lsc, cld_lc_con, cld_tau_lsc, cld_tau_con, &           cld_tau_lsc, cld_tau_con, ffallv_lsc, ffallv_con, coef_eva, &
32           ffallv_lsc, ffallv_con, coef_eva, reevap_ice, iflag_pdf, &           reevap_ice, iflag_pdf, top_height, overlap, cdmmax, cdhmax, ksta, &
33           top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter, &           ksta_ter, ok_kzmin, iflag_pbl, lev_histhf, lev_histday, lev_histmth, &
34           ok_kzmin, iflag_pbl, lev_histhf, lev_histday, lev_histmth, &           type_run, ok_isccp, ok_regdyn, lonmin_ins, lonmax_ins, latmin_ins, &
35           type_run, ok_isccp, ok_regdyn, lonmin_ins, lonmax_ins, &           latmax_ins, ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day, ecrit_mth, &
36           latmin_ins, latmax_ins, ecrit_ins, ecrit_hf, ecrit_hf2mth, &           ecrit_tra, ecrit_reg
          ecrit_day, ecrit_mth, ecrit_tra, ecrit_reg  
37    
38      namelist /nuagecom/ rad_chau1, rad_chau2      namelist /nuagecom/ rad_chau1, rad_chau2
39    
# Line 42  contains Line 41  contains
41    
42      print *, "Call sequence information: conf_phys"      print *, "Call sequence information: conf_phys"
43      call read_clesphys2      call read_clesphys2
44        call read_YOMCST
45    
     R_ecc = 0.016715 ! AMIP II  
     R_peri = 102.7 ! AMIP II  
     R_incl = 23.441 ! AMIP II  
46      solaire = 1365. ! AMIP II      solaire = 1365. ! AMIP II
47      co2_ppm = 348. ! AMIP II      co2_ppm = 348. ! AMIP II
48      CH4_ppb = 1650.      CH4_ppb = 1650.

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

  ViewVC Help
Powered by ViewVC 1.1.21