- Timestamp:
- Feb 6, 2004, 3:23:00 PM (21 years ago)
- Location:
- LMDZ.3.3/branches/rel-LF
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/gcm.def
r424 r490 15 15 niterh=2 16 16 ## temps de dissipation des plus petites long.d ondes pour u,v (gradiv) 17 tetagdiv= 10800.17 tetagdiv=43200. 18 18 ## temps de dissipation des plus petites long.d ondes pour u,v(nxgradrot) 19 tetagrot= 10800.19 tetagrot=21600. 20 20 ## temps de dissipation des plus petites long.d ondes pour h ( divgrad) 21 tetatemp= 10800.21 tetatemp=21600. 22 22 ## coefficient pour gamdissip 23 23 coefdis=0. -
LMDZ.3.3/branches/rel-LF/orchidee.def
r423 r490 1 # 2 # $Header$ 1 3 # 2 4 # SECHIBA 3 5 # 4 STOMATE_OK_CO2=FALSE6 #STOMATE_OK_CO2=TRUE 5 7 # STOMATE_OK_STOMATE is not set 6 8 # STOMATE_OK_DGVM is not set … … 10 12 SECHIBA_rest_out=sechiba_rest.nc 11 13 SECHIBA_reset_time=y 12 SECHIBA_reset_time is not set14 # SECHIBA_reset_time is not set 13 15 OUTPUT_FILE=sechiba_out.nc 14 16 WRITE_STEP=2592000 15 SECHIBA_HISTLEVEL= 1017 SECHIBA_HISTLEVEL=5 16 18 STOMATE_OUTPUT_FILE=stomate_history.nc 17 19 STOMATE_HIST_DT=10. … … 20 22 SECHIBA_ZCANOP=0.5 21 23 DT_SLOW=86400. 24 SPLIT_DT=12 22 25 # IMPOSE_VEG is not set 23 26 VEGETATION_FILE=carteveg5km.nc … … 39 42 HYDROL_DSP=default 40 43 HYDROL_QSV=0.0 44 YDROL_OK_HDIFF=y 45 HYDROL_TAU_HDIFF=1800. 41 46 THERMOSOIL_TPRO=280. 42 47 RIVER_ROUTING=y 43 48 ROUTING_FILE=routing.nc 49 LAI_MAP=y 50 LAI_FILE=lai2D.nc 51 SECHIBA_QSINT=0.02 -
LMDZ.3.3/branches/rel-LF/physiq.def
r423 r490 11 11 OK_mensuel=y 12 12 OK_instan=n 13 # 13 if_ebil=0 14 14 15 # parametres KE 15 16 # … … 29 30 reevap_ice = y 30 31 iflag_cldcon = 3 31 iflag_pdf = 032 iflag_pdf = 1 32 33 fact_cldcon = 1. 33 34 facttemps = 1.e-4 34 35 ok_newmicro = y 35 ratqsbas = 0.0 136 ratqshaut = 0. 836 ratqsbas = 0.005 37 ratqshaut = 0.33 37 38 rad_froid = 35 38 if_ebil = 2 39 rad_chau1=12 40 rad_chau2=11 41 ksta_ter=1.e-7 42 R_ecc = 0.016715 43 R_peri = 102.7 44 R_incl = 23.441 45 solaire = 1365. 46 co2_ppm = 348. 47 #RCO2 = co2_ppm * 1.0e-06 * 44.011/28.97 48 #RCO2 = 348. * 1.0e-06 * 44.011/28.97 49 #RCO2 = 5.286789092164308E-04 50 RCO2 = 425.43e-06 51 CH4_ppb = 1650. 52 #RCH4 = 1.65E-06* 16.043/28.97 53 #RCH4 = 9.137366240938903E-07 54 N2O_ppb = 306. 55 #RN2O = 306.E-09* 44.013/28.97 56 #RN2O = 4.648939592682085E-07 57 CFC11_ppt = 280. 58 #RCFC11 = 280.E-12* 137.3686/28.97 59 #RCFC11 = 1.327690990680013E-09 60 CFC12_ppt = 484. 61 #RCFC12 = 484.E-12* 120.9140/28.97 62 #RCFC12 = 2.020102726958923E-09 63 # 64 # parametres simulateur ISCCP 65 # 66 #top_height = 1 ou 3 67 top_height = 3 68 #overlap = 1, 2 ou 3 69 overlap = 3 70 #cdmmax 71 cdmmax = 2.5E-3 72 #cdhmax 73 cdhmax = 2.0E-3 39 74 -
LMDZ.3.3/branches/rel-LF/run.def
r423 r490 11 11 ## Nombre de jours d'integration 12 12 nday=30 13 ## Remise a zero de la date initiale 14 raz_date=0 13 15 ## periode de sortie des variables de controle (en pas) 14 16 iconser=240
Note: See TracChangeset
for help on using the changeset viewer.