Changeset 1999 for LMDZ5/branches/testing/libf/phylmd/clesphys.h
- Timestamp:
- Mar 20, 2014, 10:57:19 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1922-1927,1929-1933,1937-1939,1943-1997
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/clesphys.h
r1910 r1999 18 18 REAL(kind=8) CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt 19 19 !IM ajout CFMIP2/CMIP5 20 REAL co2_ppm_per21 20 LOGICAL ok_4xCO2atm 22 21 REAL(kind=8) RCO2_per,RCH4_per,RN2O_per,RCFC11_per,RCFC12_per … … 65 64 CHARACTER(len=4) type_run 66 65 ! aer_type: pour utiliser un fichier constant dans readaerosol 67 CHARACTER *8:: aer_type66 CHARACTER(len=8) :: aer_type 68 67 LOGICAL ok_regdyn 69 68 REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins … … 74 73 REAL freq_COSP 75 74 LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP 76 INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo 75 INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo,NSW 77 76 LOGICAL :: ok_strato 78 LOGICAL :: ok_hines 77 LOGICAL :: ok_hines, ok_gwd_rando 79 78 80 COMMON/clesphys/cycle_diurne, soil_model, new_oliq, & 81 & ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con & 82 & , iflag_ener_conserv & 83 & , co2_ppm, solaire & 79 COMMON/clesphys/ & 80 ! REAL FIRST 81 & co2_ppm, solaire & 84 82 & , RCO2, RCH4, RN2O, RCFC11, RCFC12 & 85 83 & , RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act & 86 & , ok_4xCO2atm &87 84 & , RCO2_per, RCH4_per, RN2O_per, RCFC11_per, RCFC12_per & 88 85 & , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt & 89 86 & , CH4_ppb_per, N2O_ppb_per, CFC11_ppt_per, CFC12_ppt_per & 90 & , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter&91 & , ok_kzmin, fmagic, pmagic&87 & , cdmmax, cdhmax, ksta, ksta_ter & 88 & , fmagic, pmagic & 92 89 & , f_cdrag_ter,f_cdrag_oce,f_rugoro & 90 & , pasphys , freq_outNMC, freq_calNMC & 91 & , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins & 92 & , freq_ISCCP, ecrit_ISCCP, freq_COSP & 93 & , cvl_corr & 94 & , qsol0,albsno0,evap0 & 95 & , co2_ppm0 & 96 & , ecrit_LES & 97 & , ecrit_ins, ecrit_hf, ecrit_day & 98 & , ecrit_mth, ecrit_tra, ecrit_reg & 99 ! THEN INTEGER AND LOGICALS 100 & , top_height & 101 & , cycle_diurne, soil_model, new_oliq & 102 & ,ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con & 103 & , iflag_ener_conserv & 104 & , ok_4xCO2atm & 105 & , overlap & 106 & , ok_kzmin & 93 107 & , lev_histhf, lev_histday, lev_histmth & 94 108 & , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC & 95 & , pasphys, ok_histNMC, freq_outNMC, freq_calNMC&109 & , ok_histNMC & 96 110 & , type_run, ok_regdyn, ok_cosp & 97 111 & , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP & 98 & , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins & 99 & , ecrit_ins, ecrit_hf, ecrit_day & 100 & , ecrit_mth, ecrit_tra, ecrit_reg & 101 & , freq_ISCCP, ecrit_ISCCP, freq_COSP, ip_ebil_phy & 102 & , ok_lic_melt, cvl_corr, aer_type & 103 & , qsol0,albsno0,evap0 & 104 & , iflag_rrtm, ok_strato,ok_hines,ecrit_LES & 105 & , co2_ppm0, iflag_ice_thermo 112 & , ip_ebil_phy & 113 & , ok_lic_melt, aer_type & 114 & , iflag_rrtm, ok_strato,ok_hines & 115 & , iflag_ice_thermo, ok_gwd_rando, NSW 106 116 107 117 save /clesphys/
Note: See TracChangeset
for help on using the changeset viewer.