- Timestamp:
- 04/23/09 15:07:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5/tags/IPSLCM5_backup/EXP00/COMP/opa9.driver
r581 r611 81 81 R_OUT_ICE_NWRITE=${R_OUT_ICE_O_D} ; 82 82 WF1=${factor}D ;; 83 *) 84 (( ORCA_NWRITE = 0 )) ;; 83 *) 84 (( ORCA_NWRITE = factor )) 85 PREFIX_NWRITE=${config_UserChoices_JobName}_CU${factor} ; 86 R_OUT_OCE_NWRITE=${R_OUT_OCE_O_I} ; 87 R_OUT_ICE_NWRITE=${R_OUT_ICE_O_I} ; 88 WF1=CU${factor} ;; 85 89 esac 86 90 … … 207 211 # Prefix use in opa9.card AND in lim2.card : 208 212 DATE_OPA=$( cat date.file | \ 209 sed "s/\ ${config_UserChoices_JobName}_[ 0-9]*[a-z]_\([0-9]*_[0-9]*\)_\ */\1/g" )213 sed "s/\ ${config_UserChoices_JobName}_[CU]*[0-9]*[a-z]*_\([0-9]*_[0-9]*\)_\ */\1/g" ) 210 214 MainPrefix=${config_UserChoices_JobName}_1d_${DATE_OPA} 211 215 SecondPrefix=${config_UserChoices_JobName}_5d_${DATE_OPA}
Note: See TracChangeset
for help on using the changeset viewer.