Changeset 131


Ignore:
Timestamp:
08/22/07 18:23:30 (17 years ago)
Author:
mafoipsl
Message:

2 variables coming from config.card added : JobClass?, JobNumProcTot?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_job

    r108 r131  
    114114  } 
    115115 IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices JobName 
     116 IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices JobClass 
     117 IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices JobNumProcTot 
    116118 n_f='Job_'${config_UserChoices_JobName}; 
    117119 [[ -f ${j}'/'${n_f} ]] && { ins_job_Warning; continue; } 
    118120 print - "\nWorking with file ${F_CFG}\nin directory ${j}\nfor ${n_f}"; 
     121set -xv 
    119122 sed -e "/^${W_W} */ s///" \ 
    120123     -e "/^${W_P}/d"       \ 
    121124     -e "s%::modipsl::%${F_MOD}%" \ 
    122125     -e "s/::Jobname::/${config_UserChoices_JobName}/" \ 
     126     -e "s/::JobClass::/${config_UserChoices_JobClass}/" \ 
     127     -e "s/::JobNumProcTot::/${config_UserChoices_JobNumProcTot}/" \ 
    123128     ${F_JOB} > ${j}'/'${n_f} 
     129set - 
    124130done 
    125131#- 
Note: See TracChangeset for help on using the changeset viewer.