Changeset 2304
- Timestamp:
- 07/24/14 16:46:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/ins_job
r2271 r2304 224 224 [[ ${x_v} = 'verbose' ]] && echo "JobName=${JobName}" 225 225 226 # Add specific treatment for new type of directory structure 226 # Add specific treatment for new type of directory structure 227 227 if [ ${new_struct} == yes ] ; then 228 228 … … 246 246 cp -f ${j}/${F_CFG} ${j}/${JobName}/. 247 247 if [ -f ${F_CFG_ENS} ] ; then 248 249 248 cp -f ${j}/${F_CFG_ENS} ${j}/${JobName}/. 249 SUBMIT_DIR_ENS=${j}/${JobName} 250 250 fi 251 251 rm -f ${j}/${F_CFG} … … 255 255 [[ ${x_v} = 'verbose' ]] && echo new j=$j 256 256 fi 257 # end specific treatment for new type directory structure 257 # end specific treatment for new type directory structure 258 258 259 259 [[ -f ${j}'/'${n_f} ]] && { ins_job_Warning; } || \ … … 296 296 done 297 297 #- 298 # set default_project in libIGCM_sys_curie.ksh too. 298 # set default_project in libIGCM_sys_curie.ksh too. 299 299 #- 300 300 if [ X"${x_t}" == "Xcurie" ] ; then 301 301 i=${libIGCM}/libIGCM_sys/libIGCM_sys_curie.ksh 302 sed -i -e "s/::default_project::/${ProjectID}/" ${i} 302 sed -i -e "s/::default_project::/${ProjectID}/" ${i} 303 303 fi 304 304 #- 305 305 # Limited to hindcast/forecast and date restart Ensemble for the time being 306 306 if [ ${x_e} = 'true' ] ; then 307 #.. Read input data from ensemble.card .. 307 #.. Read input data from ensemble.card .. 308 308 SUBMIT_DIR=${SUBMIT_DIR_ENS} 309 309 RUN_DIR="${WORKDIR}/ENSEMBLE" … … 312 312 IGCM_sys_Cd ${SUBMIT_DIR} 313 313 IGCM_ensemble_Init 314 314 315 315 if [[ ${ensemble_Ens_PARAMETRIC_active} = 'y' ]] ; then 316 316 echo "WARNING: Parametric Ensemble is not implemented yet..." … … 329 329 IGCM_sys_Rm -rf ${RUN_DIR} 330 330 fi 331 331 332 332 if [[ ${ensemble_Ens_PERTURB_active} = 'y' ]] ; then 333 333 IGCM_sys_Cd ${SUBMIT_DIR} … … 339 339 IGCM_sys_Cd ${SUBMIT_DIR} 340 340 IGCM_ensemble_CastNonPeriodicStarts 341 # As it says 342 IGCM_sys_Cd ${SUBMIT_DIR} 343 IGCM_ensemble_CastMemberList 341 344 # Done 342 345 IGCM_sys_Cp ${RUN_DIR}/CreatedDir.txt ${SUBMIT_DIR}
Note: See TracChangeset
for help on using the changeset viewer.