Changeset 2304


Ignore:
Timestamp:
07/24/14 16:46:57 (10 years ago)
Author:
sdipsl
Message:

Add IGCM_ensemble_CastMemberList call when needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_job

    r2271 r2304  
    224224  [[ ${x_v} = 'verbose' ]] && echo "JobName=${JobName}" 
    225225 
    226   # Add specific treatment for new type of directory structure  
     226  # Add specific treatment for new type of directory structure 
    227227  if [ ${new_struct} == yes ] ; then 
    228228 
     
    246246    cp -f ${j}/${F_CFG}  ${j}/${JobName}/. 
    247247    if [ -f ${F_CFG_ENS} ] ; then 
    248         cp -f ${j}/${F_CFG_ENS}  ${j}/${JobName}/. 
    249         SUBMIT_DIR_ENS=${j}/${JobName} 
     248      cp -f ${j}/${F_CFG_ENS}  ${j}/${JobName}/. 
     249      SUBMIT_DIR_ENS=${j}/${JobName} 
    250250    fi 
    251251    rm -f ${j}/${F_CFG} 
     
    255255    [[ ${x_v} = 'verbose' ]] && echo new j=$j 
    256256  fi 
    257   # end specific treatment for new type directory structure  
     257  # end specific treatment for new type directory structure 
    258258 
    259259  [[ -f ${j}'/'${n_f} ]] && { ins_job_Warning; } || \ 
     
    296296done 
    297297#- 
    298 # set default_project in libIGCM_sys_curie.ksh too.  
     298# set default_project in libIGCM_sys_curie.ksh too. 
    299299#- 
    300300if [ X"${x_t}" == "Xcurie" ] ; then 
    301301  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} 
    303303fi 
    304304#- 
    305305# Limited to hindcast/forecast and date restart Ensemble for the time being 
    306306if [ ${x_e} = 'true' ] ; then 
    307   #.. Read input data from ensemble.card ..  
     307  #.. Read input data from ensemble.card .. 
    308308  SUBMIT_DIR=${SUBMIT_DIR_ENS} 
    309309  RUN_DIR="${WORKDIR}/ENSEMBLE" 
     
    312312  IGCM_sys_Cd ${SUBMIT_DIR} 
    313313  IGCM_ensemble_Init 
    314    
     314 
    315315  if [[ ${ensemble_Ens_PARAMETRIC_active} = 'y' ]] ; then 
    316316    echo "WARNING: Parametric Ensemble is not implemented yet..." 
     
    329329    IGCM_sys_Rm -rf ${RUN_DIR} 
    330330  fi 
    331    
     331 
    332332  if [[ ${ensemble_Ens_PERTURB_active} = 'y' ]] ; then 
    333333    IGCM_sys_Cd ${SUBMIT_DIR} 
     
    339339    IGCM_sys_Cd ${SUBMIT_DIR} 
    340340    IGCM_ensemble_CastNonPeriodicStarts 
     341    # As it says 
     342    IGCM_sys_Cd ${SUBMIT_DIR} 
     343    IGCM_ensemble_CastMemberList 
    341344    # Done 
    342345    IGCM_sys_Cp ${RUN_DIR}/CreatedDir.txt ${SUBMIT_DIR} 
Note: See TracChangeset for help on using the changeset viewer.