Changeset 1623 for trunk/libIGCM/ins_job


Ignore:
Timestamp:
01/24/24 16:39:14 (4 months ago)
Author:
nillod
Message:

Bug fix for ensemble tools introduce by new functionalities.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/ins_job

    r1617 r1623  
    660660  #.. Read input data from ensemble.card .. 
    661661  SUBMIT_DIR=${SUBMIT_DIR_ENS} 
    662   RUN_DIR="${CCCWORKDIR}/ENSEMBLE_TMP" 
     662  if [ X"${SYSTEM}" == "Xirene" ] ; then 
     663    RUN_DIR="${CCCWORKDIR}/ENSEMBLE_TMP" 
     664  elif [ X"${SYSTEM}" == "Xirene-amd" ] ; then 
     665    RUN_DIR="${CCCWORKDIR}/ENSEMBLE_TMP" 
     666  elif [ X"${SYSTEM}" == "Xjeanzay" ] ; then 
     667    RUN_DIR="${WORK}/ENSEMBLE_TMP" 
     668  else 
     669    RUN_DIR="${WORK}/ENSEMBLE_TMP" 
     670  fi 
    663671  # 
    664672  # Copy initial things around and define variables (hindcast/forecast case) 
     
    696704# 
    697705# Only do this if we are in a folder containing a config.card (conf_card=yes) 
    698 if [ ${conf_card} == yes ] ; then 
     706if ([ ${conf_card} == yes ] && [ ${x_e} != 'true' ] ); then 
    699707 
    700708    [[ ${new_struct} == yes ]] && prefix="$JobName/"   
Note: See TracChangeset for help on using the changeset viewer.