Changeset 1547
- Timestamp:
- 08/25/11 12:22:10 (14 years ago)
- Location:
- CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver
r1512 r1547 63 63 fi 64 64 65 ##-- Frequency purpose ....65 ##-- Output frequency purpose .... 66 66 ##-- Initialisation .... 67 OK_instan=n 68 OK_journe=n 69 OK_mensuel=n 67 ok_mensuel=n 68 ok_journe=n 70 69 ok_hf=n 71 OK_les=y 70 ok_hf3h=n 71 ok_hf3hm=n 72 ok_stn=n 72 73 73 74 case ${config_UserChoices_PeriodLength} in 74 1Y|1y|1M|1m) OK_mensuel=y ;;75 5D|5d|1D|1d) OK_journe=y ;;75 1Y|1y|1M|1m) ok_mensuel=y ;; 76 5D|5d|1D|1d) ok_journe=y ;; 76 77 esac 77 78 78 79 for frequency in ${config_ATM_WriteFrequency} ; do 79 80 case ${frequency} in 80 5D|5d|1D|1d) OK_journe=y ;; 81 esac 82 case ${frequency} in 83 HF|hf) 84 ok_hf=y 85 OK_instan=y 86 ;; 81 1M|1m) ok_mensuel=y ;; 82 esac 83 case ${frequency} in 84 5D|5d|1D|1d) ok_journe=y ;; 85 esac 86 case ${frequency} in 87 HF|hf) ok_hf=y ;; 88 esac 89 case ${frequency} in 90 HF3h|hf3h) ok_hf3h=y ;; 91 esac 92 case ${frequency} in 93 HF3hm|hf3hm) ok_hf3hm=y ;; 94 esac 95 case ${frequency} in 96 STN|stn) ok_stn=y ;; 87 97 esac 88 98 done … … 118 128 case ${config_UserChoices_PeriodLength} in 119 129 *Y|*y) 120 LMDZ_ecrit_mth=30.121 130 LMDZ_ecrit_ISCCP=30. 122 131 LMDZ_periodav=30. … … 127 136 ;; 128 137 *) 129 LMDZ_ecrit_mth=${PeriodLengthInDays}.130 138 LMDZ_ecrit_ISCCP=${PeriodLengthInDays}. 131 139 LMDZ_periodav=${PeriodLengthInDays}. … … 166 174 167 175 ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 168 LMDZ_sed physiq.def phys_out_filekeys "${OK_mensuel} ${OK_journe} ${ok_hf} ${OK_instan} ${OK_les}" 169 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} 176 # columns in phys_output_filekeys refer to the filenames given in phys_out_filenames in output.def : 177 # histmth histday histhf histfh3h histhf3hm histstn 178 LMDZ_sed physiq.def phys_out_filekeys "${ok_mensuel} ${ok_journe} ${ok_hf} ${ok_hf3h} ${ok_hf3hm} ${ok_stn}" 170 179 LMDZ_sed physiq.def ecrit_ISCCP ${LMDZ_ecrit_ISCCP} 171 180 LMDZ_sed physiq.def ok_cosp ${LMDZ_COSP_OK} -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/physiq.def_L11_AP
r1512 r1547 30 30 # 31 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 33 # Sortir ou non les fichiers 34 phys_out_filekeys= y y y y y 34 phys_out_filekeys= y y y y y n 35 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 5 5 5 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 41 37 42 # more variables for level 5 : vitw and pres 38 43 # Vertical wind … … 49 54 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 50 55 ok_histNMC = y, n, n 51 ### ecrit_LES = frequence ecriture fichier histhf3hm.nc en jours 52 ### ecrit_ins = frequence ecriture fichier histhf5h.nc en jours 53 ecrit_ins=0.125 54 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours 55 ecrit_hf=0.250 56 ### ecrit_day = frequence ecriture fichier histday.nc en jours 57 ecrit_day=1. 58 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours 59 ecrit_mth=_ecrit-mth_ 56 60 57 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 61 58 freq_ISCCP=10800. -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/physiq.def_L19_AP
r1512 r1547 30 30 # 31 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 33 # Sortir ou non les fichiers 34 phys_out_filekeys= y y y y y 34 phys_out_filekeys= y y y y y n 35 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 5 5 5 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 41 37 42 # more variables for level 5 : vitw and pres 38 43 # Vertical wind … … 49 54 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 50 55 ok_histNMC = y, n, n 51 ### ecrit_LES = frequence ecriture fichier histhf3hm.nc en jours 52 ### ecrit_ins = frequence ecriture fichier histhf5h.nc en jours 53 ecrit_ins=0.125 54 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours 55 ecrit_hf=0.250 56 ### ecrit_day = frequence ecriture fichier histday.nc en jours 57 ecrit_day=1. 58 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours 59 ecrit_mth=_ecrit-mth_ 56 60 57 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 61 58 freq_ISCCP=10800. -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/physiq.def_L39_AP
r1512 r1547 30 30 # 31 31 # Noms des fichiers 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm 32 phys_out_filenames= histmth histday histhf histhf3h histhf3hm histstn 33 33 # Sortir ou non les fichiers 34 phys_out_filekeys= y y y y y 34 phys_out_filekeys= y y y y y n 35 35 # Niveaux de sorties 36 phys_out_filelevels= 5 5 5 5 5 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 41 42 37 43 # more variables for level 5 : vitw and pres 38 44 # Vertical wind … … 49 55 ### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence 50 56 ok_histNMC = y, n, n 51 ### ecrit_LES = frequence ecriture fichier histhf3hm.nc en jours 52 ### ecrit_ins = frequence ecriture fichier histhf5h.nc en jours 53 ecrit_ins=0.125 54 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours 55 ecrit_hf=0.250 56 ### ecrit_day = frequence ecriture fichier histday.nc en jours 57 ecrit_day=1. 58 ### ecrit_mth = frequence ecriture fichier histmth.nc en jours 59 ecrit_mth=_ecrit-mth_ 57 60 58 ### freqin_isccp = frequence input en secondes du simulateur ISCCP 61 59 freq_ISCCP=10800. -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/PARAM/physiq.def_L39_NPv3.0
r1512 r1547 7 7 # Controle des sorties 8 8 #********************* 9 #OK_journe=n10 #OK_mensuel=y11 #ok_hf=n12 #OK_instan=n13 #ok_LES=n14 9 #ok_regdyn : y/n calcul/non des regymes dynamiques sur regions pre-definies 15 10 ok_regdyn=y … … 19 14 phys_out_filelevels= 5 5 5 5 5 5 20 15 phys_out_filetypes= ave(X) ave(X) ave(X) inst(X) inst(X) 21 phys_out_filetimesteps= _ecrit-mth_ 1day 6hr 3hr 6hr16 phys_out_filetimesteps= 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s 22 17 ### parametres pour hist*NMC.nc 23 18 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier
Note: See TracChangeset
for help on using the changeset viewer.