- Timestamp:
- 05/28/08 14:34:29 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/ins_job
r293 r331 114 114 } 115 115 # We keep explicitly JobName because it is not optionnal. 116 RESOL=this_is_a_test_string 116 117 IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices JobName 118 if [ ! X$( echo ${config_UserChoices_JobName} | grep ${RESOL} ) = X ] ; then 119 TRUERESOL=$( find ../ -name ".resol" -exec cat {} \; ) 120 config_UserChoices_JobName=$( echo ${config_UserChoices_JobName} | sed -e "s/${RESOL}/${TRUERESOL}/" ) 121 IGCM_card_WriteOption ${j}'/'${F_CFG} UserChoices JobName ${config_UserChoices_JobName} 122 fi 123 117 124 # Other options are not always needed 118 125 IGCM_card_DefineArrayFromSection ${j}'/'${F_CFG} UserChoices
Note: See TracChangeset
for help on using the changeset viewer.