Changeset 1539 for CONFIG/IPSLCM
- Timestamp:
- 08/23/11 11:44:47 (13 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5-2
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.driver
r1538 r1539 36 36 esac 37 37 38 ##-- Frequency purpose ....38 ##-- Output frequency purpose .... 39 39 ##-- Initialisation .... 40 OK_instan=n 41 OK_journe=n 42 OK_mensuel=n 40 ok_mensuel=n 41 ok_journe=n 43 42 ok_hf=n 43 ok_hf3h=n 44 ok_hf3hm=n 45 ok_stn=n 44 46 45 47 case ${config_UserChoices_PeriodLength} in 46 1Y|1y|1M|1m) OK_mensuel=y ;;47 5D|5d|1D|1d) OK_journe=y ;;48 1Y|1y|1M|1m) ok_mensuel=y ;; 49 5D|5d|1D|1d) ok_journe=y ;; 48 50 esac 49 51 50 52 for frequency in ${config_ATM_WriteFrequency} ; do 51 53 case ${frequency} in 52 5D|5d|1D|1d) OK_journe=y ;; 54 1M|1m) ok_mensuel=y ;; 55 esac 56 case ${frequency} in 57 5D|5d|1D|1d) ok_journe=y ;; 53 58 esac 54 59 case ${frequency} in 55 60 HF|hf) ok_hf=y ;; 61 esac 62 case ${frequency} in 63 HF3h|hf3h) ok_hf3h=y ;; 64 esac 65 case ${frequency} in 66 HF3hm|hf3hm) ok_hf3hm=y ;; 67 esac 68 case ${frequency} in 69 STN|stn) ok_stn=y ;; 56 70 esac 57 71 done … … 92 106 case ${config_UserChoices_PeriodLength} in 93 107 *Y|*y) 94 LMDZ_ecrit_mth=30.95 108 LMDZ_ecrit_ISCCP=30. 96 109 LMDZ_periodav=30. … … 101 114 ;; 102 115 *) 103 LMDZ_ecrit_mth=${PeriodLengthInDays}.104 116 LMDZ_ecrit_ISCCP=${PeriodLengthInDays}. 105 117 LMDZ_periodav=${PeriodLengthInDays}. … … 253 265 254 266 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 255 LMDZ_sed physiq.def OK_instan ${OK_instan} 256 LMDZ_sed physiq.def OK_journe ${OK_journe} 257 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 258 LMDZ_sed physiq.def ok_hf ${ok_hf} 259 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 267 # columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def : 268 # histmth histday histhf histfh3h histhf3hm histstn 269 LMDZ_sed physiq.def phys_out_filekeys ${ok_mensuel} ${ok_journe} ${ok_hf} ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 260 270 LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 261 271 LMDZ_sed physiq.def ok_cosp ${LMDZ_COSP_OK} -
CONFIG/IPSLCM/IPSLCM5-2/Chistorical/PARAM/physiq.def_L19
r907 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### type_run = type run par rapport aux fichiers et variables de sortie 32 # - type_run = CLIM/ENSP (=1) 33 # - type_run = AMIP/CFMI (=2) 34 type_run=CLIM 35 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc 36 OK_journe=n 37 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc 38 OK_mensuel=y 39 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique) 40 OK_instan=n 41 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 42 ok_hf=n 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 # Sortir ou non les fichiers 34 phys_out_filekeys= n n n n n n 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 5 5 5 5 37 ### Type de fichier : global (n) ou stations (y) 38 phys_out_filestations = n n n n n y 39 ### Frequences des sorties 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 43 41 # 44 # Parametres niveau de sorties differents fichiers45 #46 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"47 # - lev_histhf=0 => pas de sorties histhf.nc48 # - lev_histhf=2 => defaut49 # - lev_histhf=3 => variables sur niveaux standards50 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc51 lev_histhf=252 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"53 # - lev_histday=0 => pas de sorties lev_histday.nc54 # - lev_histday=2 => defaut55 # - lev_histday=3 => + champs 3D => F. Lott56 # - lev_histday=4 => + champs sous-surfaces57 # - lev_histday=5 => + champs F. Aires58 lev_histday=259 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"60 # - lev_histmth=0 => pas de sorties lev_histmth.nc61 # - lev_histmth=2 => defaut62 # - lev_histmth=3 => albedo, rugosite sous-surfaces63 # - lev_histmth=4 => champs tendances 3d64 lev_histmth=265 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours66 ecrit_hf=0.25067 ### ecrit_day = frequence ecriture fichier histday.nc en jours68 ecrit_day=1.69 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours70 ecrit_mth=_ecrit-mth_71 42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 72 43 freq_ISCCP=10800. -
CONFIG/IPSLCM/IPSLCM5-2/Chistorical/PARAM/physiq.def_L39
r1507 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc32 OK_journe=n33 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc34 OK_mensuel=y35 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique)36 OK_instan=n37 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc38 ok_hf=n39 31 # Noms des fichiers 40 phys_out_filenames= histmth histday histhf histhf3hhisthf3hm histstn32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 41 33 # Sortir ou non les fichiers 42 phys_out_filekeys= y y y y yn34 phys_out_filekeys= n n n n n n 43 35 # Niveaux de sorties 44 phys_out_filelevels= 5 5 5 5 5536 phys_out_filelevels= 5 5 5 5 5 5 45 37 ### Type de fichier : global (n) ou stations (y) 46 phys_out_filestations = n n n n ny38 phys_out_filestations = n n n n n y 47 39 ### Frequences des sorties 48 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 41 # 42 # 49 43 ### variables niveaux pressions 100, 50, 10 hPa a 3h-inst - F.Lott 50 44 flag_t100 = 1, 7, 7, 5, 10, 10 … … 123 117 # Parametres niveau de sorties differents fichiers 124 118 # 125 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"126 # - lev_histhf=0 => pas de sorties histhf.nc127 # - lev_histhf=2 => defaut128 # - lev_histhf=3 => variables sur niveaux standards129 # - lev_histhf=4 => champs 3d niveaux modele dans le fichier histhf.nc130 lev_histhf=5131 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"132 # - lev_histday=0 => pas de sorties lev_histday.nc133 # - lev_histday=2 => defaut134 # - lev_histday=3 => + champs 3D => F. Lott135 # - lev_histday=4 => + champs sous-surfaces136 # - lev_histday=5 => + champs F. Aires137 lev_histday=5138 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"139 # - lev_histmth=0 => pas de sorties lev_histmth.nc140 # - lev_histmth=2 => defaut141 # - lev_histmth=3 => albedo, rugosite sous-surfaces142 # - lev_histmth=4 => champs tendances 3d143 lev_histmth=5144 119 ### parametres pour hist*NMC.nc 145 120 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier … … 148 123 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 149 124 ok_histNMC = y, n, n 150 ### ecrit_day = frequence ecriture fichier histday.nc en jours151 ecrit_day=1.152 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours153 ecrit_mth=_ecrit-mth_154 125 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 155 126 freq_ISCCP=10800. -
CONFIG/IPSLCM/IPSLCM5-2/Chistorical/config.card
r1502 r1539 67 67 [ATM] 68 68 # 69 WriteFrequency="1M 1D HF "69 WriteFrequency="1M 1D HF HF3h HF3hm" 70 70 # If config_Restarts_OverRule == 'n' next 4 params are read 71 71 Restart= n -
CONFIG/IPSLCM/IPSLCM5-2/CpiControl/COMP/lmdz.driver
r1538 r1539 36 36 esac 37 37 38 ##-- Frequency purpose ....38 ##-- Output frequency purpose .... 39 39 ##-- Initialisation .... 40 OK_instan=n 41 OK_journe=n 42 OK_mensuel=n 40 ok_mensuel=n 41 ok_journe=n 43 42 ok_hf=n 43 ok_hf3h=n 44 ok_hf3hm=n 45 ok_stn=n 44 46 45 47 case ${config_UserChoices_PeriodLength} in 46 1Y|1y|1M|1m) OK_mensuel=y ;;47 5D|5d|1D|1d) OK_journe=y ;;48 1Y|1y|1M|1m) ok_mensuel=y ;; 49 5D|5d|1D|1d) ok_journe=y ;; 48 50 esac 49 51 50 52 for frequency in ${config_ATM_WriteFrequency} ; do 51 53 case ${frequency} in 52 5D|5d|1D|1d) OK_journe=y ;; 54 1M|1m) ok_mensuel=y ;; 55 esac 56 case ${frequency} in 57 5D|5d|1D|1d) ok_journe=y ;; 53 58 esac 54 59 case ${frequency} in 55 60 HF|hf) ok_hf=y ;; 61 esac 62 case ${frequency} in 63 HF3h|hf3h) ok_hf3h=y ;; 64 esac 65 case ${frequency} in 66 HF3hm|hf3hm) ok_hf3hm=y ;; 67 esac 68 case ${frequency} in 69 STN|stn) ok_stn=y ;; 56 70 esac 57 71 done … … 92 106 case ${config_UserChoices_PeriodLength} in 93 107 *Y|*y) 94 LMDZ_ecrit_mth=30.95 108 LMDZ_ecrit_ISCCP=30. 96 109 LMDZ_periodav=30. … … 101 114 ;; 102 115 *) 103 LMDZ_ecrit_mth=${PeriodLengthInDays}.104 116 LMDZ_ecrit_ISCCP=${PeriodLengthInDays}. 105 117 LMDZ_periodav=${PeriodLengthInDays}. … … 253 265 254 266 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 255 LMDZ_sed physiq.def OK_instan ${OK_instan} 256 LMDZ_sed physiq.def OK_journe ${OK_journe} 257 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 258 LMDZ_sed physiq.def ok_hf ${ok_hf} 259 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 267 # columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def : 268 # histmth histday histhf histfh3h histhf3hm histstn 269 LMDZ_sed physiq.def phys_out_filekeys ${ok_mensuel} ${ok_journe} ${ok_hf} ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 260 270 LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 261 271 LMDZ_sed physiq.def ok_cosp ${LMDZ_COSP_OK} -
CONFIG/IPSLCM/IPSLCM5-2/CpiControl/PARAM/physiq.def_L19
r1163 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### type_run = type run par rapport aux fichiers et variables de sortie 32 # - type_run = CLIM/ENSP (=1) 33 # - type_run = AMIP/CFMI (=2) 34 type_run=CLIM 35 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc 36 OK_journe=n 37 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc 38 OK_mensuel=y 39 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique) 40 OK_instan=n 41 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 42 ok_hf=n 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 # Sortir ou non les fichiers 34 phys_out_filekeys= n n n n n n 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 5 5 5 5 37 ### Type de fichier : global (n) ou stations (y) 38 phys_out_filestations = n n n n n y 39 ### Frequences des sorties 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 43 41 # 44 # Parametres niveau de sorties differents fichiers45 #46 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"47 # - lev_histhf=0 => pas de sorties histhf.nc48 # - lev_histhf=2 => defaut49 # - lev_histhf=3 => variables sur niveaux standards50 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc51 lev_histhf=252 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"53 # - lev_histday=0 => pas de sorties lev_histday.nc54 # - lev_histday=2 => defaut55 # - lev_histday=3 => + champs 3D => F. Lott56 # - lev_histday=4 => + champs sous-surfaces57 # - lev_histday=5 => + champs F. Aires58 lev_histday=259 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"60 # - lev_histmth=0 => pas de sorties lev_histmth.nc61 # - lev_histmth=2 => defaut62 # - lev_histmth=3 => albedo, rugosite sous-surfaces63 # - lev_histmth=4 => champs tendances 3d64 lev_histmth=565 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours66 ecrit_hf=0.25067 ### ecrit_day = frequence ecriture fichier histday.nc en jours68 ecrit_day=1.69 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours70 ecrit_mth=_ecrit-mth_71 42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 72 43 freq_ISCCP=10800. -
CONFIG/IPSLCM/IPSLCM5-2/CpiControl/PARAM/physiq.def_L39
r1507 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc 32 OK_journe=n 33 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc 34 OK_mensuel=y 35 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique) 36 OK_instan=n 37 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 38 ok_hf=n 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 # Sortir ou non les fichiers 34 phys_out_filekeys= n n n n n n 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 2 5 5 5 37 ### Type de fichier : global (n) ou stations (y) 38 phys_out_filestations = n n n n n y 39 ### Frequences des sorties 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 41 # 42 # 39 43 ### variables niveaux pressions 100, 50, 10 hPa a 3h-inst - F.Lott 40 44 flag_t100 = 1, 7, 7, 5, 10, 10 … … 113 117 # Parametres niveau de sorties differents fichiers 114 118 # 115 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"116 # - lev_histhf=0 => pas de sorties histhf.nc117 # - lev_histhf=2 => defaut118 # - lev_histhf=3 => variables sur niveaux standards119 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc120 lev_histhf=2121 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"122 # - lev_histday=0 => pas de sorties lev_histday.nc123 # - lev_histday=2 => defaut124 # - lev_histday=3 => + champs 3D => F. Lott125 # - lev_histday=4 => + champs sous-surfaces126 # - lev_histday=5 => + champs F. Aires127 lev_histday=5128 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"129 # - lev_histmth=0 => pas de sorties lev_histmth.nc130 # - lev_histmth=2 => defaut131 # - lev_histmth=3 => albedo, rugosite sous-surfaces132 # - lev_histmth=4 => champs tendances 3d133 lev_histmth=5134 119 ### parametres pour hist*NMC.nc 135 120 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier … … 138 123 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 139 124 ok_histNMC = y, n, n 140 ### ecrit_day = frequence ecriture fichier histday.nc en jours141 ecrit_day=1.142 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours143 ecrit_mth=_ecrit-mth_144 125 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 145 126 freq_ISCCP=10800. -
CONFIG/IPSLCM/IPSLCM5-2/EXP00/COMP/lmdz.driver
r1538 r1539 36 36 esac 37 37 38 ##-- Frequency purpose ....38 ##-- Output frequency purpose .... 39 39 ##-- Initialisation .... 40 OK_instan=n 41 OK_journe=n 42 OK_mensuel=n 40 ok_mensuel=n 41 ok_journe=n 43 42 ok_hf=n 43 ok_hf3h=n 44 ok_hf3hm=n 45 ok_stn=n 44 46 45 47 case ${config_UserChoices_PeriodLength} in 46 1Y|1y|1M|1m) OK_mensuel=y ;;47 5D|5d|1D|1d) OK_journe=y ;;48 1Y|1y|1M|1m) ok_mensuel=y ;; 49 5D|5d|1D|1d) ok_journe=y ;; 48 50 esac 49 51 50 52 for frequency in ${config_ATM_WriteFrequency} ; do 51 53 case ${frequency} in 52 5D|5d|1D|1d) OK_journe=y ;; 54 1M|1m) ok_mensuel=y ;; 55 esac 56 case ${frequency} in 57 5D|5d|1D|1d) ok_journe=y ;; 53 58 esac 54 59 case ${frequency} in 55 60 HF|hf) ok_hf=y ;; 61 esac 62 case ${frequency} in 63 HF3h|hf3h) ok_hf3h=y ;; 64 esac 65 case ${frequency} in 66 HF3hm|hf3hm) ok_hf3hm=y ;; 67 esac 68 case ${frequency} in 69 STN|stn) ok_stn=y ;; 56 70 esac 57 71 done … … 92 106 case ${config_UserChoices_PeriodLength} in 93 107 *Y|*y) 94 LMDZ_ecrit_mth=30.95 108 LMDZ_ecrit_ISCCP=30. 96 109 LMDZ_periodav=30. … … 101 114 ;; 102 115 *) 103 LMDZ_ecrit_mth=${PeriodLengthInDays}.104 116 LMDZ_ecrit_ISCCP=${PeriodLengthInDays}. 105 117 LMDZ_periodav=${PeriodLengthInDays}. … … 253 265 254 266 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 255 LMDZ_sed physiq.def OK_instan ${OK_instan} 256 LMDZ_sed physiq.def OK_journe ${OK_journe} 257 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 258 LMDZ_sed physiq.def ok_hf ${ok_hf} 259 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 267 # columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def : 268 # histmth histday histhf histfh3h histhf3hm histstn 269 LMDZ_sed physiq.def phys_out_filekeys ${ok_mensuel} ${ok_journe} ${ok_hf} ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 260 270 LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 261 271 LMDZ_sed physiq.def ok_cosp ${LMDZ_COSP_OK} -
CONFIG/IPSLCM/IPSLCM5-2/EXP00/PARAM/physiq.def_L19
r1163 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### type_run = type run par rapport aux fichiers et variables de sortie 32 # - type_run = CLIM/ENSP (=1) 33 # - type_run = AMIP/CFMI (=2) 34 type_run=CLIM 35 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc 36 OK_journe=n 37 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc 38 OK_mensuel=y 39 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique) 40 OK_instan=n 41 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 42 ok_hf=n 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 # Sortir ou non les fichiers 34 phys_out_filekeys= n n n n n n 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 5 5 5 5 37 ### Type de fichier : global (n) ou stations (y) 38 phys_out_filestations = n n n n n y 39 ### Frequences des sorties 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 43 41 # 44 # Parametres niveau de sorties differents fichiers45 #46 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"47 # - lev_histhf=0 => pas de sorties histhf.nc48 # - lev_histhf=2 => defaut49 # - lev_histhf=3 => variables sur niveaux standards50 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc51 lev_histhf=252 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"53 # - lev_histday=0 => pas de sorties lev_histday.nc54 # - lev_histday=2 => defaut55 # - lev_histday=3 => + champs 3D => F. Lott56 # - lev_histday=4 => + champs sous-surfaces57 # - lev_histday=5 => + champs F. Aires58 lev_histday=259 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"60 # - lev_histmth=0 => pas de sorties lev_histmth.nc61 # - lev_histmth=2 => defaut62 # - lev_histmth=3 => albedo, rugosite sous-surfaces63 # - lev_histmth=4 => champs tendances 3d64 lev_histmth=565 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours66 ecrit_hf=0.25067 ### ecrit_day = frequence ecriture fichier histday.nc en jours68 ecrit_day=1.69 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours70 ecrit_mth=_ecrit-mth_71 42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 72 43 freq_ISCCP=10800. -
CONFIG/IPSLCM/IPSLCM5-2/EXP00/PARAM/physiq.def_L39
r1507 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc 32 OK_journe=n 33 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc 34 OK_mensuel=y 35 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique) 36 OK_instan=n 37 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 38 ok_hf=n 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 # Sortir ou non les fichiers 34 phys_out_filekeys= n n n n n n 35 # Niveaux de sorties 36 phys_out_filelevels= 5 2 2 5 5 5 37 ### Type de fichier : global (n) ou stations (y) 38 phys_out_filestations = n n n n n y 39 ### Frequences des sorties 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 41 # 39 42 # 40 43 # Parametres niveau de sorties differents fichiers 41 44 # 42 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"43 # - lev_histhf=0 => pas de sorties histhf.nc44 # - lev_histhf=2 => defaut45 # - lev_histhf=3 => variables sur niveaux standards46 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc47 lev_histhf=248 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"49 # - lev_histday=0 => pas de sorties lev_histday.nc50 # - lev_histday=2 => defaut51 # - lev_histday=3 => + champs 3D => F. Lott52 # - lev_histday=4 => + champs sous-surfaces53 # - lev_histday=5 => + champs F. Aires54 lev_histday=255 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"56 # - lev_histmth=0 => pas de sorties lev_histmth.nc57 # - lev_histmth=2 => defaut58 # - lev_histmth=3 => albedo, rugosite sous-surfaces59 # - lev_histmth=4 => champs tendances 3d60 lev_histmth=561 45 ### parametres pour hist*NMC.nc 62 46 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier … … 65 49 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 66 50 ok_histNMC = y, n, n 67 ### ecrit_ins = frequence ecriture fichier histhf3h.nc en jours 68 ecrit_ins=0.125 69 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours 70 ecrit_hf=0.250 71 ### ecrit_day = frequence ecriture fichier histday.nc en jours 72 ecrit_day=1. 73 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours 74 ecrit_mth=_ecrit-mth_ 51 75 52 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 76 53 freq_ISCCP=10800. -
CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.driver
r1538 r1539 36 36 esac 37 37 38 ##-- Frequency purpose ....38 ##-- Output frequency purpose .... 39 39 ##-- Initialisation .... 40 OK_instan=n 41 OK_journe=n 42 OK_mensuel=n 40 ok_mensuel=n 41 ok_journe=n 43 42 ok_hf=n 43 ok_hf3h=n 44 ok_hf3hm=n 45 ok_stn=n 44 46 45 47 case ${config_UserChoices_PeriodLength} in 46 1Y|1y|1M|1m) OK_mensuel=y ;;47 5D|5d|1D|1d) OK_journe=y ;;48 1Y|1y|1M|1m) ok_mensuel=y ;; 49 5D|5d|1D|1d) ok_journe=y ;; 48 50 esac 49 51 50 52 for frequency in ${config_ATM_WriteFrequency} ; do 51 53 case ${frequency} in 52 5D|5d|1D|1d) OK_journe=y ;; 54 1M|1m) ok_mensuel=y ;; 55 esac 56 case ${frequency} in 57 5D|5d|1D|1d) ok_journe=y ;; 53 58 esac 54 59 case ${frequency} in 55 60 HF|hf) ok_hf=y ;; 61 esac 62 case ${frequency} in 63 HF3h|hf3h) ok_hf3h=y ;; 64 esac 65 case ${frequency} in 66 HF3hm|hf3hm) ok_hf3hm=y ;; 67 esac 68 case ${frequency} in 69 STN|stn) ok_stn=y ;; 56 70 esac 57 71 done … … 92 106 case ${config_UserChoices_PeriodLength} in 93 107 *Y|*y) 94 LMDZ_ecrit_mth=30.95 108 LMDZ_ecrit_ISCCP=30. 96 109 LMDZ_periodav=30. … … 101 114 ;; 102 115 *) 103 LMDZ_ecrit_mth=${PeriodLengthInDays}.104 116 LMDZ_ecrit_ISCCP=${PeriodLengthInDays}. 105 117 LMDZ_periodav=${PeriodLengthInDays}. … … 253 265 254 266 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 255 LMDZ_sed physiq.def OK_instan ${OK_instan} 256 LMDZ_sed physiq.def OK_journe ${OK_journe} 257 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 258 LMDZ_sed physiq.def ok_hf ${ok_hf} 259 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 267 # columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def : 268 # histmth histday histhf histfh3h histhf3hm histstn 269 LMDZ_sed physiq.def phys_out_filekeys ${ok_mensuel} ${ok_journe} ${ok_hf} ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 260 270 LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 261 271 LMDZ_sed physiq.def ok_cosp ${LMDZ_COSP_OK} -
CONFIG/IPSLCM/IPSLCM5-2/historical/PARAM/physiq.def_L19
r907 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### type_run = type run par rapport aux fichiers et variables de sortie 32 # - type_run = CLIM/ENSP (=1) 33 # - type_run = AMIP/CFMI (=2) 34 type_run=CLIM 35 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc 36 OK_journe=n 37 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc 38 OK_mensuel=y 39 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique) 40 OK_instan=n 41 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 42 ok_hf=n 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 # Sortir ou non les fichiers 34 phys_out_filekeys= n n n n n n 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 5 5 5 5 37 ### Type de fichier : global (n) ou stations (y) 38 phys_out_filestations = n n n n n y 39 ### Frequences des sorties 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 43 41 # 44 # Parametres niveau de sorties differents fichiers45 #46 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"47 # - lev_histhf=0 => pas de sorties histhf.nc48 # - lev_histhf=2 => defaut49 # - lev_histhf=3 => variables sur niveaux standards50 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc51 lev_histhf=252 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"53 # - lev_histday=0 => pas de sorties lev_histday.nc54 # - lev_histday=2 => defaut55 # - lev_histday=3 => + champs 3D => F. Lott56 # - lev_histday=4 => + champs sous-surfaces57 # - lev_histday=5 => + champs F. Aires58 lev_histday=259 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"60 # - lev_histmth=0 => pas de sorties lev_histmth.nc61 # - lev_histmth=2 => defaut62 # - lev_histmth=3 => albedo, rugosite sous-surfaces63 # - lev_histmth=4 => champs tendances 3d64 lev_histmth=265 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours66 ecrit_hf=0.25067 ### ecrit_day = frequence ecriture fichier histday.nc en jours68 ecrit_day=1.69 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours70 ecrit_mth=_ecrit-mth_71 42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 72 43 freq_ISCCP=10800. -
CONFIG/IPSLCM/IPSLCM5-2/historical/PARAM/physiq.def_L39
r1507 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc32 OK_journe=n33 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc34 OK_mensuel=y35 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique)36 OK_instan=n37 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc38 ok_hf=n39 31 # Noms des fichiers 40 phys_out_filenames= histmth histday histhf histhf3hhisthf3hm histstn32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 41 33 # Sortir ou non les fichiers 42 phys_out_filekeys= y y y y yn34 phys_out_filekeys= n n n n n n 43 35 # Niveaux de sorties 44 phys_out_filelevels= 5 5 5 5 5536 phys_out_filelevels= 5 5 5 5 5 5 45 37 ### Type de fichier : global (n) ou stations (y) 46 phys_out_filestations = n n n n ny38 phys_out_filestations = n n n n n y 47 39 ### Frequences des sorties 48 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 41 # 42 # 49 43 ### variables niveaux pressions 100, 50, 10 hPa a 3h-inst - F.Lott 50 44 flag_t100 = 1, 7, 7, 5, 10, 10 … … 123 117 # Parametres niveau de sorties differents fichiers 124 118 # 125 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"126 # - lev_histhf=0 => pas de sorties histhf.nc127 # - lev_histhf=2 => defaut128 # - lev_histhf=3 => variables sur niveaux standards129 # - lev_histhf=4 => champs 3d niveaux modele dans le fichier histhf.nc130 lev_histhf=5131 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"132 # - lev_histday=0 => pas de sorties lev_histday.nc133 # - lev_histday=2 => defaut134 # - lev_histday=3 => + champs 3D => F. Lott135 # - lev_histday=4 => + champs sous-surfaces136 # - lev_histday=5 => + champs F. Aires137 lev_histday=5138 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"139 # - lev_histmth=0 => pas de sorties lev_histmth.nc140 # - lev_histmth=2 => defaut141 # - lev_histmth=3 => albedo, rugosite sous-surfaces142 # - lev_histmth=4 => champs tendances 3d143 lev_histmth=5144 119 ### parametres pour hist*NMC.nc 145 120 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier … … 148 123 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 149 124 ok_histNMC = y, n, n 150 ### ecrit_day = frequence ecriture fichier histday.nc en jours151 ecrit_day=1.152 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours153 ecrit_mth=_ecrit-mth_154 125 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 155 126 freq_ISCCP=10800. -
CONFIG/IPSLCM/IPSLCM5-2/historical/config.card
r1502 r1539 67 67 [ATM] 68 68 # 69 WriteFrequency="1M 1D HF "69 WriteFrequency="1M 1D HF HF3h HF3hm" 70 70 # If config_Restarts_OverRule == 'n' next 4 params are read 71 71 Restart= n -
CONFIG/IPSLCM/IPSLCM5-2/piControl/COMP/lmdz.driver
r1538 r1539 36 36 esac 37 37 38 ##-- Frequency purpose ....38 ##-- Output frequency purpose .... 39 39 ##-- Initialisation .... 40 OK_instan=n 41 OK_journe=n 42 OK_mensuel=n 40 ok_mensuel=n 41 ok_journe=n 43 42 ok_hf=n 43 ok_hf3h=n 44 ok_hf3hm=n 45 ok_stn=n 44 46 45 47 case ${config_UserChoices_PeriodLength} in 46 1Y|1y|1M|1m) OK_mensuel=y ;;47 5D|5d|1D|1d) OK_journe=y ;;48 1Y|1y|1M|1m) ok_mensuel=y ;; 49 5D|5d|1D|1d) ok_journe=y ;; 48 50 esac 49 51 50 52 for frequency in ${config_ATM_WriteFrequency} ; do 51 53 case ${frequency} in 52 5D|5d|1D|1d) OK_journe=y ;; 54 1M|1m) ok_mensuel=y ;; 55 esac 56 case ${frequency} in 57 5D|5d|1D|1d) ok_journe=y ;; 53 58 esac 54 59 case ${frequency} in 55 60 HF|hf) ok_hf=y ;; 61 esac 62 case ${frequency} in 63 HF3h|hf3h) ok_hf3h=y ;; 64 esac 65 case ${frequency} in 66 HF3hm|hf3hm) ok_hf3hm=y ;; 67 esac 68 case ${frequency} in 69 STN|stn) ok_stn=y ;; 56 70 esac 57 71 done … … 92 106 case ${config_UserChoices_PeriodLength} in 93 107 *Y|*y) 94 LMDZ_ecrit_mth=30.95 108 LMDZ_ecrit_ISCCP=30. 96 109 LMDZ_periodav=30. … … 101 114 ;; 102 115 *) 103 LMDZ_ecrit_mth=${PeriodLengthInDays}.104 116 LMDZ_ecrit_ISCCP=${PeriodLengthInDays}. 105 117 LMDZ_periodav=${PeriodLengthInDays}. … … 253 265 254 266 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 255 LMDZ_sed physiq.def OK_instan ${OK_instan} 256 LMDZ_sed physiq.def OK_journe ${OK_journe} 257 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 258 LMDZ_sed physiq.def ok_hf ${ok_hf} 259 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 267 # columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in physiq.def : 268 # histmth histday histhf histfh3h histhf3hm histstn 269 LMDZ_sed physiq.def phys_out_filekeys ${ok_mensuel} ${ok_journe} ${ok_hf} ${ok_hf3h} ${ok_hf3hm} ${ok_stn} 260 270 LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 261 271 LMDZ_sed physiq.def ok_cosp ${LMDZ_COSP_OK} -
CONFIG/IPSLCM/IPSLCM5-2/piControl/PARAM/physiq.def_L19
r1163 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### type_run = type run par rapport aux fichiers et variables de sortie 32 # - type_run = CLIM/ENSP (=1) 33 # - type_run = AMIP/CFMI (=2) 34 type_run=CLIM 35 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc 36 OK_journe=n 37 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc 38 OK_mensuel=y 39 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique) 40 OK_instan=n 41 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 42 ok_hf=n 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 # Sortir ou non les fichiers 34 phys_out_filekeys= n n n n n n 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 5 5 5 5 37 ### Type de fichier : global (n) ou stations (y) 38 phys_out_filestations = n n n n n y 39 ### Frequences des sorties 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 43 41 # 44 # Parametres niveau de sorties differents fichiers45 #46 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"47 # - lev_histhf=0 => pas de sorties histhf.nc48 # - lev_histhf=2 => defaut49 # - lev_histhf=3 => variables sur niveaux standards50 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc51 lev_histhf=252 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"53 # - lev_histday=0 => pas de sorties lev_histday.nc54 # - lev_histday=2 => defaut55 # - lev_histday=3 => + champs 3D => F. Lott56 # - lev_histday=4 => + champs sous-surfaces57 # - lev_histday=5 => + champs F. Aires58 lev_histday=259 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"60 # - lev_histmth=0 => pas de sorties lev_histmth.nc61 # - lev_histmth=2 => defaut62 # - lev_histmth=3 => albedo, rugosite sous-surfaces63 # - lev_histmth=4 => champs tendances 3d64 lev_histmth=565 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours66 ecrit_hf=0.25067 ### ecrit_day = frequence ecriture fichier histday.nc en jours68 ecrit_day=1.69 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours70 ecrit_mth=_ecrit-mth_71 42 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 72 43 freq_ISCCP=10800. -
CONFIG/IPSLCM/IPSLCM5-2/piControl/PARAM/physiq.def_L39
r1507 r1539 29 29 # Parametres fichiers de sortie 30 30 # 31 ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc 32 OK_journe=n 33 ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc 34 OK_mensuel=y 35 ### OK_instan=y, ecrire sorties "instantannees" (chaque pas de temps de la physique) 36 OK_instan=n 37 ### OK_hf=y, ecrire sorties hautes frequence histhf.nc, =n pas de fichier histhf.nc 38 ok_hf=n 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 # Sortir ou non les fichiers 34 phys_out_filekeys= n n n n n n 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 2 5 5 5 37 ### Type de fichier : global (n) ou stations (y) 38 phys_out_filestations = n n n n n y 39 ### Frequences des sorties 40 phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 41 # 39 42 # 40 43 # more variables for level 5 : vitw and pres … … 101 104 # Parametres niveau de sorties differents fichiers 102 105 # 103 ### lev_histhf=0-4, niveau de sortie fichier "histhf.nc"104 # - lev_histhf=0 => pas de sorties histhf.nc105 # - lev_histhf=2 => defaut106 # - lev_histhf=3 => variables sur niveaux standards107 # - lev_histhf=4 => histhf3d.nc champs 3d niveaux modele => fichier. histhf3d.nc108 lev_histhf=2109 ### lev_histday=0-5, niveau de sortie fichier "histday.nc"110 # - lev_histday=0 => pas de sorties lev_histday.nc111 # - lev_histday=2 => defaut112 # - lev_histday=3 => + champs 3D => F. Lott113 # - lev_histday=4 => + champs sous-surfaces114 # - lev_histday=5 => + champs F. Aires115 lev_histday=5116 ### lev_histmth=0-4, niveau de sortie fichier "histmth.nc"117 # - lev_histmth=0 => pas de sorties lev_histmth.nc118 # - lev_histmth=2 => defaut119 # - lev_histmth=3 => albedo, rugosite sous-surfaces120 # - lev_histmth=4 => champs tendances 3d121 lev_histmth=5122 106 ### parametres pour hist*NMC.nc 123 107 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier … … 126 110 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 127 111 ok_histNMC = y, n, n 128 ### ecrit_day = frequence ecriture fichier histday.nc en jours129 ecrit_day=1.130 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours131 ecrit_mth=_ecrit-mth_132 112 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 133 113 freq_ISCCP=10800.
Note: See TracChangeset
for help on using the changeset viewer.