Changeset 1541
- Timestamp:
- 08/23/11 16:40:59 (14 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5-2
- Files:
-
- 6 added
- 4 deleted
- 10 edited
- 6 moved
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.card
r1540 r1541 3 3 4 4 [UserChoices] 5 # Physics package to use : 6 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 7 LMDZ_Physics=AP 8 5 9 ByPass_hgardfou_teta=n 6 10 ByPass_hgardfou_mats=n … … 62 66 63 67 [ParametersFiles] 64 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z} , physiq.def), \68 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 65 69 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 66 70 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 67 71 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 68 72 (${SUBMIT_DIR}/PARAM/output.def, .), \ 73 (${SUBMIT_DIR}/PARAM/config.def, .), \ 69 74 (${SUBMIT_DIR}/PARAM/run.def, .), \ 70 75 (${SUBMIT_DIR}/PARAM/traceur.def, .) -
CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.driver
r1540 r1541 35 35 CalendarTypeForLmdz=earth_360d 36 36 esac 37 38 39 ##- LMDZ physics version 40 ## Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics) 41 if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 42 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 43 else 44 LMDZ_Physics=AP 45 fi 46 echo LMDZ physics version : ${LMDZ_Physics} 47 37 48 38 49 ##-- Output frequency purpose .... -
CONFIG/IPSLCM/IPSLCM5-2/Chistorical/PARAM/physiq.def_L39_AP
r1540 r1541 1 1 ## $Id$ 2 2 # 3 # PARAMETRES ANCIENNEMENT DANS gcm.def4 ## Cycle diurne ou non5 cycle_diurne=y6 ## Soil Model ou non7 soil_model=y8 3 ## Choix ou non de New oliq 9 4 new_oliq=y … … 16 11 ## Si = .T. , lecture du fichier limit avec la bonne annee 17 12 ok_limitvrai=n 18 ## Nombre d'appels des routines de rayonnements ( par jour)19 nbapp_rad=2420 13 ## Flag pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect 21 14 iflag_con=30 22 15 ## Facteur multiplication des precip convectives dans KE 23 16 cvl_corr=1.0 24 ## Facteur additif pour l'albedo25 pmagic=0.026 17 # 27 18 # … … 102 93 ### cdhmax = cdrag maximum pour l energie 103 94 cdhmax = 2.0E-3 104 #105 # Parametres "orbitaux/ ere geologique"106 #107 ### R_ecc = Excentricite108 R_ecc = 0.016715109 ### R_peri = Equinoxe110 R_peri = 102.7111 ### R_incl = Inclinaison112 R_incl = 23.441113 ### solaire = Constante solaire114 solaire = 1365.6537115 #116 # Taux gaz a effet de serre117 #118 ### co2_ppm = taux CO2 en ppm119 co2_ppm = 0.36886500E+03120 ### CH4_ppb = taux CH4 en ppb121 CH4_ppb = 0.17510225E+04122 ### N2O_ppb = taux N2O en ppb123 N2O_ppb = 0.31585000E+03124 ### CFC11_ppt = taux CFC11 en ppt125 CFC11_ppt = 5.18015181E+01126 ### CFC12_ppt = taux CFC12 en ppt127 CFC12_ppt = 0.99862742E+03128 #129 # Parametres effets directs/indirects des "aerosols"130 #131 ### ok_ade=y/n flag Aerosol direct effect132 ok_ade=y133 ### ok_aie=y/n flag Aerosol indirect effect134 ok_aie=y135 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel136 aer_type=annuel137 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol138 flag_aerosol=6139 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)140 bl95_b0=1.7141 ### bl95_b1 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)142 bl95_b1=0.2143 #144 # Parametre de lecture de l'ozone145 #146 # Allowed values are 0, 1 and 2147 # 0: do not read an ozone climatology148 # 1: read a single ozone climatology that will be used day and night149 # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology150 read_climoz=2 -
CONFIG/IPSLCM/IPSLCM5-2/CpiControl/COMP/lmdz.card
r1540 r1541 3 3 4 4 [UserChoices] 5 # Physics package to use : 6 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 7 LMDZ_Physics=AP 8 5 9 ByPass_hgardfou_teta=n 6 10 ByPass_hgardfou_mats=n … … 55 59 56 60 [ParametersFiles] 57 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z} , physiq.def), \61 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 58 62 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 59 63 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 60 64 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 61 65 (${SUBMIT_DIR}/PARAM/output.def, .), \ 66 (${SUBMIT_DIR}/PARAM/config.def, .), \ 62 67 (${SUBMIT_DIR}/PARAM/run.def, .), \ 63 68 (${SUBMIT_DIR}/PARAM/traceur.def, .) -
CONFIG/IPSLCM/IPSLCM5-2/CpiControl/COMP/lmdz.driver
r1540 r1541 35 35 CalendarTypeForLmdz=earth_360d 36 36 esac 37 38 39 ##- LMDZ physics version 40 ## Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics) 41 if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 42 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 43 else 44 LMDZ_Physics=AP 45 fi 46 echo LMDZ physics version : ${LMDZ_Physics} 47 37 48 38 49 ##-- Output frequency purpose .... -
CONFIG/IPSLCM/IPSLCM5-2/CpiControl/PARAM/physiq.def_L39_AP
r1540 r1541 1 1 ## $Id$ 2 2 # 3 # PARAMETRES ANCIENNEMENT DANS gcm.def4 ## Cycle diurne ou non5 cycle_diurne=y6 ## Soil Model ou non7 soil_model=y8 3 ## Choix ou non de New oliq 9 4 new_oliq=y … … 16 11 ## Si = .T. , lecture du fichier limit avec la bonne annee 17 12 ok_limitvrai=n 18 ## Nombre d'appels des routines de rayonnements ( par jour)19 nbapp_rad=2420 13 ## Flag pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect 21 14 iflag_con=30 22 15 ## Facteur multiplication des precip convectives dans KE 23 16 cvl_corr=1.0 24 ## Facteur additif pour l'albedo25 pmagic=0.026 17 # 27 18 # 19 28 20 ### niveau du diagnostique de conservation d energie 29 21 if_ebil=0 … … 101 93 ### cdhmax = cdrag maximum pour l energie 102 94 cdhmax = 2.0E-3 103 #104 # Parametres "orbitaux/ ere geologique"105 #106 ### R_ecc = Excentricite107 R_ecc = 0.016715108 ### R_peri = Equinoxe109 R_peri = 102.7110 ### R_incl = Inclinaison111 R_incl = 23.441112 ### solaire = Constante solaire113 solaire = 1365.6537114 #115 # Taux gaz a effet de serre116 #117 ### co2_ppm = taux CO2 en ppm118 co2_ppm = 0.28472500E+03119 ### CH4_ppb = taux CH4 en ppb120 CH4_ppb = 0.79097924E+03121 ### N2O_ppb = taux N2O en ppb122 N2O_ppb = 0.27542506E+03123 ### CFC11_ppt = taux CFC11 en ppt124 CFC11_ppt = 0.125 ### CFC12_ppt = taux CFC12 en ppt126 CFC12_ppt = 0.127 #128 # Parametres effets directs/indirects des "aerosols"129 #130 ### ok_ade=y/n flag Aerosol direct effect131 ok_ade=y132 ### ok_aie=y/n flag Aerosol indirect effect133 ok_aie=y134 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel135 aer_type=preind136 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol137 flag_aerosol=6138 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)139 bl95_b0=1.7140 ### bl95_b1 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)141 bl95_b1=0.2142 #143 # Parametre de lecture de l'ozone144 #145 # Allowed values are 0, 1 and 2146 # 0: do not read an ozone climatology147 # 1: read a single ozone climatology that will be used day and night148 # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology149 read_climoz=2 -
CONFIG/IPSLCM/IPSLCM5-2/EXP00/COMP/lmdz.card
r1540 r1541 3 3 4 4 [UserChoices] 5 # Physics package to use : 6 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 7 LMDZ_Physics=AP 8 5 9 ByPass_hgardfou_teta=n 6 10 ByPass_hgardfou_mats=n … … 51 55 52 56 [ParametersFiles] 53 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z} , physiq.def), \57 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 54 58 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 55 59 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 56 60 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 57 61 (${SUBMIT_DIR}/PARAM/output.def, .), \ 62 (${SUBMIT_DIR}/PARAM/config.def, .), \ 58 63 (${SUBMIT_DIR}/PARAM/run.def, .), \ 59 64 (${SUBMIT_DIR}/PARAM/traceur.def, .) -
CONFIG/IPSLCM/IPSLCM5-2/EXP00/COMP/lmdz.driver
r1540 r1541 35 35 CalendarTypeForLmdz=earth_360d 36 36 esac 37 38 39 ##- LMDZ physics version 40 ## Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics) 41 if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 42 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 43 else 44 LMDZ_Physics=AP 45 fi 46 echo LMDZ physics version : ${LMDZ_Physics} 47 37 48 38 49 ##-- Output frequency purpose .... -
CONFIG/IPSLCM/IPSLCM5-2/EXP00/PARAM/physiq.def_L19_AP
r1540 r1541 1 1 ## $Id$ 2 2 # 3 # PARAMETRES ANCIENNEMENT DANS gcm.def4 ## Cycle diurne ou non5 cycle_diurne=y6 ## Soil Model ou non7 soil_model=y8 3 ## Choix ou non de New oliq 9 4 new_oliq=y … … 16 11 ## Si = .T. , lecture du fichier limit avec la bonne annee 17 12 ok_limitvrai=n 18 ## Nombre d'appels des routines de rayonnements ( par jour)19 nbapp_rad=1220 13 ## Flag pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect 21 14 iflag_con=30 22 15 ## Facteur multiplication des precip convectives dans KE 23 16 cvl_corr=1.0 24 ## Facteur additif pour l'albedo25 pmagic=0.00826 17 # 27 18 # … … 101 92 ### cdhmax = cdrag maximum pour l energie 102 93 cdhmax = 2.0E-3 103 #104 # Parametres "orbitaux/ ere geologique"105 #106 ### R_ecc = Excentricite107 R_ecc = 0.016715108 ### R_peri = Equinoxe109 R_peri = 102.7110 ### R_incl = Inclinaison111 R_incl = 23.441112 ### solaire = Constante solaire113 solaire = 1361.114 #115 # Taux gaz a effet de serre116 #117 ### co2_ppm = taux CO2 en ppm118 co2_ppm = 367.119 ### CH4_ppb = taux CH4 en ppb120 CH4_ppb = 1760.121 ### N2O_ppb = taux N2O en ppb122 N2O_ppb = 316.123 ### CFC11_ppt = taux CFC11 en ppt124 CFC11_ppt = 741.2125 ### CFC12_ppt = taux CFC12 en ppt126 CFC12_ppt = 535.127 #128 # Parametres effets directs/indirects des "aerosols"129 #130 ### ok_ade=y/n flag Aerosol direct effect131 ok_ade=y132 ### ok_aie=y/n flag Aerosol indirect effect133 ok_aie=y134 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel135 aer_type=actuel136 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol137 flag_aerosol=1138 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)139 bl95_b0=1.7140 ### bl95_b1 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)141 bl95_b1=0.2142 #143 # Parametre de lecture de l'ozone144 #145 # Allowed values are 0, 1 and 2146 # 0: do not read an ozone climatology147 # 1: read a single ozone climatology that will be used day and night148 # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology149 read_climoz=0150 -
CONFIG/IPSLCM/IPSLCM5-2/EXP00/PARAM/physiq.def_L39_AP
r1540 r1541 1 1 ## $Id$ 2 2 # 3 # PARAMETRES ANCIENNEMENT DANS gcm.def4 ## Cycle diurne ou non5 cycle_diurne=y6 ## Soil Model ou non7 soil_model=y8 3 ## Choix ou non de New oliq 9 4 new_oliq=y … … 16 11 ## Si = .T. , lecture du fichier limit avec la bonne annee 17 12 ok_limitvrai=n 18 ## Nombre d'appels des routines de rayonnements ( par jour)19 nbapp_rad=2420 13 ## Flag pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect 21 14 iflag_con=30 22 15 ## Facteur multiplication des precip convectives dans KE 23 16 cvl_corr=1.0 24 ## Facteur additif pour l'albedo25 pmagic=0.00826 17 # 27 18 # 19 28 20 ### niveau du diagnostique de conservation d energie 29 21 if_ebil=0 … … 101 93 ### cdhmax = cdrag maximum pour l energie 102 94 cdhmax = 2.0E-3 103 #104 # Parametres "orbitaux/ ere geologique"105 #106 ### R_ecc = Excentricite107 R_ecc = 0.016715108 ### R_peri = Equinoxe109 R_peri = 102.7110 ### R_incl = Inclinaison111 R_incl = 23.441112 ### solaire = Constante solaire113 solaire = 1366.0896114 #115 # Taux gaz a effet de serre116 #117 ### co2_ppm = taux CO2 en ppm118 co2_ppm = 0.36886500E+03119 ### CH4_ppb = taux CH4 en ppb120 CH4_ppb = 0.17510225E+04121 ### N2O_ppb = taux N2O en ppb122 N2O_ppb = 0.31585000E+03123 ### CFC11_ppt = taux CFC11 en ppt124 CFC11_ppt = 5.18015181E+01125 ### CFC12_ppt = taux CFC12 en ppt126 CFC12_ppt = 0.99862742E+03127 #128 # Parametres effets directs/indirects des "aerosols"129 #130 ### ok_ade=y/n flag Aerosol direct effect131 ok_ade=y132 ### ok_aie=y/n flag Aerosol indirect effect133 ok_aie=y134 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel135 aer_type=actuel136 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol137 flag_aerosol=6138 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)139 bl95_b0=1.7140 ### bl95_b1 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)141 bl95_b1=0.2142 #143 # Parametre de lecture de l'ozone144 #145 # Allowed values are 0, 1 and 2146 # 0: do not read an ozone climatology147 # 1: read a single ozone climatology that will be used day and night148 # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology149 read_climoz=2150 # -
CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.card
r1540 r1541 3 3 4 4 [UserChoices] 5 # Physics package to use : 6 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 7 LMDZ_Physics=AP 8 5 9 ByPass_hgardfou_teta=n 6 10 ByPass_hgardfou_mats=n … … 58 62 59 63 [ParametersFiles] 60 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z} , physiq.def), \64 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 61 65 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 62 66 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 63 67 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 64 68 (${SUBMIT_DIR}/PARAM/output.def, .), \ 69 (${SUBMIT_DIR}/PARAM/config.def, .), \ 65 70 (${SUBMIT_DIR}/PARAM/run.def, .), \ 66 71 (${SUBMIT_DIR}/PARAM/traceur.def, .) -
CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.driver
r1540 r1541 35 35 CalendarTypeForLmdz=earth_360d 36 36 esac 37 38 39 ##- LMDZ physics version 40 ## Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics) 41 if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 42 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 43 else 44 LMDZ_Physics=AP 45 fi 46 echo LMDZ physics version : ${LMDZ_Physics} 47 37 48 38 49 ##-- Output frequency purpose .... -
CONFIG/IPSLCM/IPSLCM5-2/historical/PARAM/physiq.def_L39_AP
r1540 r1541 1 1 ## $Id$ 2 2 # 3 # PARAMETRES ANCIENNEMENT DANS gcm.def4 ## Cycle diurne ou non5 cycle_diurne=y6 ## Soil Model ou non7 soil_model=y8 3 ## Choix ou non de New oliq 9 4 new_oliq=y … … 16 11 ## Si = .T. , lecture du fichier limit avec la bonne annee 17 12 ok_limitvrai=n 18 ## Nombre d'appels des routines de rayonnements ( par jour)19 nbapp_rad=2420 13 ## Flag pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect 21 14 iflag_con=30 22 15 ## Facteur multiplication des precip convectives dans KE 23 16 cvl_corr=1.0 24 ## Facteur additif pour l'albedo25 pmagic=0.026 17 # 27 18 # … … 102 93 ### cdhmax = cdrag maximum pour l energie 103 94 cdhmax = 2.0E-3 104 #105 # Parametres "orbitaux/ ere geologique"106 #107 ### R_ecc = Excentricite108 R_ecc = 0.016715109 ### R_peri = Equinoxe110 R_peri = 102.7111 ### R_incl = Inclinaison112 R_incl = 23.441113 ### solaire = Constante solaire114 solaire = 1365.6537115 #116 # Taux gaz a effet de serre117 #118 ### co2_ppm = taux CO2 en ppm119 co2_ppm = 0.36886500E+03120 ### CH4_ppb = taux CH4 en ppb121 CH4_ppb = 0.17510225E+04122 ### N2O_ppb = taux N2O en ppb123 N2O_ppb = 0.31585000E+03124 ### CFC11_ppt = taux CFC11 en ppt125 CFC11_ppt = 5.18015181E+01126 ### CFC12_ppt = taux CFC12 en ppt127 CFC12_ppt = 0.99862742E+03128 #129 # Parametres effets directs/indirects des "aerosols"130 #131 ### ok_ade=y/n flag Aerosol direct effect132 ok_ade=y133 ### ok_aie=y/n flag Aerosol indirect effect134 ok_aie=y135 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel136 aer_type=annuel137 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol138 flag_aerosol=6139 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)140 bl95_b0=1.7141 ### bl95_b1 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)142 bl95_b1=0.2143 #144 # Parametre de lecture de l'ozone145 #146 # Allowed values are 0, 1 and 2147 # 0: do not read an ozone climatology148 # 1: read a single ozone climatology that will be used day and night149 # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology150 read_climoz=2 -
CONFIG/IPSLCM/IPSLCM5-2/piControl/COMP/lmdz.card
r1540 r1541 3 3 4 4 [UserChoices] 5 # Physics package to use : 6 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 7 LMDZ_Physics=AP 8 5 9 ByPass_hgardfou_teta=n 6 10 ByPass_hgardfou_mats=n … … 50 54 51 55 [ParametersFiles] 52 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z} , physiq.def), \56 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 53 57 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D}, gcm.def), \ 54 58 (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt, .), \ 55 59 (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt, .), \ 56 60 (${SUBMIT_DIR}/PARAM/output.def, .), \ 61 (${SUBMIT_DIR}/PARAM/config.def, .), \ 57 62 (${SUBMIT_DIR}/PARAM/run.def, .), \ 58 63 (${SUBMIT_DIR}/PARAM/traceur.def, .) -
CONFIG/IPSLCM/IPSLCM5-2/piControl/COMP/lmdz.driver
r1540 r1541 35 35 CalendarTypeForLmdz=earth_360d 36 36 esac 37 38 39 ##- LMDZ physics version 40 ## Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics) 41 if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 42 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 43 else 44 LMDZ_Physics=AP 45 fi 46 echo LMDZ physics version : ${LMDZ_Physics} 47 37 48 38 49 ##-- Output frequency purpose .... -
CONFIG/IPSLCM/IPSLCM5-2/piControl/PARAM/physiq.def_L39_AP
r1540 r1541 1 1 ## $Id$ 2 2 # 3 # PARAMETRES ANCIENNEMENT DANS gcm.def4 ## Cycle diurne ou non5 cycle_diurne=y6 ## Soil Model ou non7 soil_model=y8 3 ## Choix ou non de New oliq 9 4 new_oliq=y … … 16 11 ## Si = .T. , lecture du fichier limit avec la bonne annee 17 12 ok_limitvrai=n 18 ## Nombre d'appels des routines de rayonnements ( par jour)19 nbapp_rad=2420 13 ## Flag pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect 21 14 iflag_con=30 22 15 ## Facteur multiplication des precip convectives dans KE 23 16 cvl_corr=1.0 24 ## Facteur additif pour l'albedo25 pmagic=0.026 17 # 27 18 # 19 28 20 ### niveau du diagnostique de conservation d energie 29 21 if_ebil=0 … … 101 93 ### cdhmax = cdrag maximum pour l energie 102 94 cdhmax = 2.0E-3 103 #104 # Parametres "orbitaux/ ere geologique"105 #106 ### R_ecc = Excentricite107 R_ecc = 0.016715108 ### R_peri = Equinoxe109 R_peri = 102.7110 ### R_incl = Inclinaison111 R_incl = 23.441112 ### solaire = Constante solaire113 solaire = 1365.6537114 #115 # Taux gaz a effet de serre116 #117 ### co2_ppm = taux CO2 en ppm118 co2_ppm = 0.28472500E+03119 ### CH4_ppb = taux CH4 en ppb120 CH4_ppb = 0.79097924E+03121 ### N2O_ppb = taux N2O en ppb122 N2O_ppb = 0.27542506E+03123 ### CFC11_ppt = taux CFC11 en ppt124 CFC11_ppt = 0.125 ### CFC12_ppt = taux CFC12 en ppt126 CFC12_ppt = 0.127 #128 # Parametres effets directs/indirects des "aerosols"129 #130 ### ok_ade=y/n flag Aerosol direct effect131 ok_ade=y132 ### ok_aie=y/n flag Aerosol indirect effect133 ok_aie=y134 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel135 aer_type=preind136 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol137 flag_aerosol=6138 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)139 bl95_b0=1.7140 ### bl95_b1 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)141 bl95_b1=0.2142 #143 # Parametre de lecture de l'ozone144 #145 # Allowed values are 0, 1 and 2146 # 0: do not read an ozone climatology147 # 1: read a single ozone climatology that will be used day and night148 # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology149 read_climoz=2
Note: See TracChangeset
for help on using the changeset viewer.