Changeset 1370
- Timestamp:
- 04/05/11 17:22:10 (14 years ago)
- Location:
- CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.card_AMIP
r1334 r1370 15 15 # LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5/XXXXXXX/ATM/Debug/XXXXXXX_Bands_96x95x19_3prc.dat_3 16 16 17 # To force higher writing level for aerosol.18 # LMDZ_Freq_aero : frequency for writing (in PeriodLength : 10Years = 120) ,19 # LMDZ_Length_aero : length of writing (in PeriodLength : 1Year = 12).20 # To cancel this option put LMDZ_Length_aero=021 LMDZ_Freq_aero=12022 LMDZ_Length_aero=1223 24 17 # Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 25 LMDZ_COSP_OK= y18 LMDZ_COSP_OK=n 26 19 LMDZ_COSP_monthly=y 27 20 LMDZ_COSP_daily=y … … 29 22 30 23 # Set NMC Outputs frequency (monthly, daily, HF) = y/n 31 LMDZ_NMC_monthly= y32 LMDZ_NMC_daily= y33 LMDZ_NMC_hf= y24 LMDZ_NMC_monthly=n 25 LMDZ_NMC_daily=n 26 LMDZ_NMC_hf=n 34 27 35 28 # Other specific parameters to this experience … … 79 72 80 73 [OutputText] 81 List= (physiq.def, gcm.def, run.def, traceur.def, guide.def, used_run.def , lmdz.x.prt)74 List= (physiq.def, gcm.def, run.def, traceur.def, guide.def, used_run.def) 82 75 83 76 [OutputFiles] -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.card_Climat
r1222 r1370 15 15 # LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5/XXXXXXX/ATM/Debug/XXXXXXX_Bands_96x95x19_3prc.dat_3 16 16 17 # To force higher writing level for aerosol.18 # LMDZ_Freq_aero : frequency for writing (in PeriodLength : 10Years = 120) ,19 # LMDZ_Length_aero : length of writing (in PeriodLength : 1Year = 12).20 # To cancel this option put LMDZ_Length_aero=021 LMDZ_Freq_aero=12022 LMDZ_Length_aero=1223 24 17 # Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 25 LMDZ_COSP_OK= y18 LMDZ_COSP_OK=n 26 19 LMDZ_COSP_monthly=y 27 20 LMDZ_COSP_daily=y … … 29 22 30 23 # Set NMC Outputs frequency (monthly, daily, HF) = y/n 31 LMDZ_NMC_monthly= y32 LMDZ_NMC_daily= y33 LMDZ_NMC_hf= y24 LMDZ_NMC_monthly=n 25 LMDZ_NMC_daily=n 26 LMDZ_NMC_hf=n 34 27 35 28 # Other specific parameters to this experience … … 67 60 68 61 [OutputText] 69 List= (physiq.def, gcm.def, run.def, traceur.def, guide.def, used_run.def , lmdz.x.prt)62 List= (physiq.def, gcm.def, run.def, traceur.def, guide.def, used_run.def) 70 63 71 64 [OutputFiles] -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver
r1340 r1370 82 82 eval LMDZ_Bands_file_name=\${lmdz_UserChoices_LMDZ_Bands_file_name} > /dev/null 2>&1 83 83 fi 84 85 ## Read LMDZ_Freq_aero and LMDZ_Length_aero in lmdz.card86 eval LMDZ_Freq_aero=\${lmdz_UserChoices_LMDZ_Freq_aero} > /dev/null 2>&187 eval LMDZ_Length_aero=\${lmdz_UserChoices_LMDZ_Length_aero} > /dev/null 2>&188 84 89 85 ## Read LMDZ_COSP_monthly LMDZ_COSP_daily and LMDZ_COSP_hf in lmdz.card … … 130 126 fi 131 127 132 ## To have more variables in output files for aerosols. Parameters are set in lmdz.card133 #if [ ${CumulPeriod}%${LMDZ_Freq_aero} -le ${LMDZ_Length_aero} ]; then134 # if [ ${CumulPeriod}%${LMDZ_Freq_aero} -ne 0 ]; then135 # lev_histmth=4136 # else137 # lev_histmth=2138 # fi139 #else140 # lev_histmth=2141 #fi142 128 143 129 ## algo : For CumulPeriod=1 ;
Note: See TracChangeset
for help on using the changeset viewer.