Changeset 591 for CONFIG/LMDZINCA/branches
- Timestamp:
- 03/27/09 09:41:41 (16 years ago)
- Location:
- CONFIG/LMDZINCA/branches/LMDZINCA_v3_1
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/COMP/lmdz.card
r207 r591 21 21 (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 22 22 (${SUBMIT_DIR}/PARAM/run.def, .), \ 23 (${SUBMIT_DIR}/PARAM/traceur.def, .) 23 (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 24 (${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, .) 25 24 26 25 27 [RestartFiles] … … 28 30 29 31 [OutputText] 30 List= ( )32 List= (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 31 33 32 34 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/COMP/lmdz.driver
r267 r591 8 8 9 9 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 10 case ${RESOL_ATM} in 11 LMD7245) BandsResol=72x45x19 ;; 12 LMD9671) BandsResol=96x71x19 ;; 13 LMD9672) BandsResol=96x72x19 ;; 14 LMD14496) BandsResol=144x96x19 ;; 15 LMD144142) BandsResol=144x142x19 ;; 16 esac 10 17 18 ##- Default number of processor for lmdz 19 NUM_PROC_ATM=1 20 if [ X"${BATCH_NUM_PROC_TOT}" != X ] ; then 21 NUM_PROC_ATM=${BATCH_NUM_PROC_TOT} 22 fi 11 23 12 24 ##--Frequency purpose .... -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/COMP/lmdz.card
r207 r591 19 19 (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 20 20 (${SUBMIT_DIR}/PARAM/run.def, .), \ 21 (${SUBMIT_DIR}/PARAM/traceur.def, .) 21 (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 22 (${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, .) 23 22 24 23 25 [RestartFiles] … … 26 28 27 29 [OutputText] 28 List= ( )30 List= (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 29 31 30 32 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/COMP/lmdz.driver
r267 r591 8 8 9 9 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 10 case ${RESOL_ATM} in 11 LMD7245) BandsResol=72x45x19 ;; 12 LMD9671) BandsResol=96x71x19 ;; 13 LMD9672) BandsResol=96x72x19 ;; 14 LMD14496) BandsResol=144x96x19 ;; 15 LMD144142) BandsResol=144x142x19 ;; 16 esac 10 17 18 ##- Default number of processor for lmdz 19 NUM_PROC_ATM=1 20 if [ X"${BATCH_NUM_PROC_TOT}" != X ] ; then 21 NUM_PROC_ATM=${BATCH_NUM_PROC_TOT} 22 fi 11 23 12 24 ##--Frequency purpose .... -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/COMP/lmdz.card
r212 r591 20 20 (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 21 21 (${SUBMIT_DIR}/PARAM/run.def, .), \ 22 (${SUBMIT_DIR}/PARAM/traceur.def, .) 22 (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 23 (${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, .) 24 23 25 24 26 [RestartFiles] … … 27 29 28 30 [OutputText] 29 List= ( )31 List= (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 30 32 31 33 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/COMP/lmdz.driver
r267 r591 7 7 8 8 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 9 case ${RESOL_ATM} in 10 LMD7245) BandsResol=72x45x19 ;; 11 LMD9671) BandsResol=96x71x19 ;; 12 LMD9672) BandsResol=96x72x19 ;; 13 LMD14496) BandsResol=144x96x19 ;; 14 LMD144142) BandsResol=144x142x19 ;; 15 esac 9 16 17 ##- Default number of processor for lmdz 18 NUM_PROC_ATM=1 19 if [ X"${BATCH_NUM_PROC_TOT}" != X ] ; then 20 NUM_PROC_ATM=${BATCH_NUM_PROC_TOT} 21 fi 10 22 11 23 ##--Frequency purpose .... -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/COMP/lmdz.card
r207 r591 20 20 (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 21 21 (${SUBMIT_DIR}/PARAM/run.def, .), \ 22 (${SUBMIT_DIR}/PARAM/traceur.def, .) 22 (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 23 (${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, .) 23 24 24 25 [RestartFiles] … … 27 28 28 29 [OutputText] 29 List= ( )30 List= (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 30 31 31 32 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/COMP/lmdz.driver
r267 r591 7 7 8 8 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 9 case ${RESOL_ATM} in 10 LMD7245) BandsResol=72x45x19 ;; 11 LMD9671) BandsResol=96x71x19 ;; 12 LMD9672) BandsResol=96x72x19 ;; 13 LMD14496) BandsResol=144x96x19 ;; 14 LMD144142) BandsResol=144x142x19 ;; 15 esac 9 16 17 ##- Default number of processor for lmdz 18 NUM_PROC_ATM=1 19 if [ X"${BATCH_NUM_PROC_TOT}" != X ] ; then 20 NUM_PROC_ATM=${BATCH_NUM_PROC_TOT} 21 fi 10 22 11 23 ##--Frequency purpose .... -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/COMP/lmdz.card
r184 r591 20 20 (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 21 21 (${SUBMIT_DIR}/PARAM/run.def, .), \ 22 (${SUBMIT_DIR}/PARAM/traceur.def, .) 22 (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 23 (${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, .) 23 24 24 25 [RestartFiles] … … 27 28 28 29 [OutputText] 29 List= ( )30 List= (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 30 31 31 32 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/COMP/lmdz.driver
r267 r591 8 8 9 9 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 10 case ${RESOL_ATM} in 11 LMD7245) BandsResol=72x45x19 ;; 12 LMD9671) BandsResol=96x71x19 ;; 13 LMD9672) BandsResol=96x72x19 ;; 14 LMD14496) BandsResol=144x96x19 ;; 15 LMD144142) BandsResol=144x142x19 ;; 16 esac 10 17 18 ##- Default number of processor for lmdz 19 NUM_PROC_ATM=1 20 if [ X"${BATCH_NUM_PROC_TOT}" != X ] ; then 21 NUM_PROC_ATM=${BATCH_NUM_PROC_TOT} 22 fi 11 23 12 24 ##--Frequency purpose .... -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_AER/COMP/lmdz.card
r207 r591 20 20 (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 21 21 (${SUBMIT_DIR}/PARAM/run.def, .), \ 22 (${SUBMIT_DIR}/PARAM/traceur.def, .) 22 (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 23 (${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, .) 24 23 25 24 26 [RestartFiles] … … 27 29 28 30 [OutputText] 29 List= ( )31 List= (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 30 32 31 33 -
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_AER/COMP/lmdz.driver
r267 r591 7 7 8 8 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 9 case ${RESOL_ATM} in 10 LMD7245) BandsResol=72x45x19 ;; 11 LMD9671) BandsResol=96x71x19 ;; 12 LMD9672) BandsResol=96x72x19 ;; 13 LMD14496) BandsResol=144x96x19 ;; 14 LMD144142) BandsResol=144x142x19 ;; 15 esac 9 16 17 ##- Default number of processor for lmdz 18 NUM_PROC_ATM=1 19 if [ X"${BATCH_NUM_PROC_TOT}" != X ] ; then 20 NUM_PROC_ATM=${BATCH_NUM_PROC_TOT} 21 fi 22 10 23 11 24 ##--Frequency purpose ....
Note: See TracChangeset
for help on using the changeset viewer.