- Timestamp:
- 08/02/12 15:24:58 (12 years ago)
- Location:
- TOOLS/PACK_IPSL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/PACK_IPSL/create_config_card.sh
r1839 r1840 52 52 DEM_log -3 PATH_SIMUL_FULL : ${PATH_SIMUL_FULL} 53 53 #PATH_SIMUL_SHORT=${PATH_SIMUL_FULL##${ROOT_DIR}} # Enleve le debut du path 54 PATH_SIMUL_SHORT=$(echo ${PATH_SIMUL_FULL} | sed 's%/ ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable/%%' )54 PATH_SIMUL_SHORT=$(echo ${PATH_SIMUL_FULL} | sed 's%/[^/]*/[^/]*/[^/]*/%%' ) 55 55 DEM_log -3 PATH_SIMUL_SHORT : ${PATH_SIMUL_SHORT} 56 56 -
TOOLS/PACK_IPSL/enlarge_my_files.sh
r1839 r1840 76 76 nbfile=0 77 77 for file in `cat $1` ; do 78 # ncdump -h ${file} | gawk '{if (match($0, /(byte|char|short|int|float|double) (.*)\(/, arr)) print arr[2] }' >> tmp_$$.txt 79 ncdump -h ${file} | grep -Ew "byte|char|short|int|float|double" | awk -F\( '{split($1,a," ") ; split($2,b,")") ; if (a[2] != b[1]) print a[2]}' >> tmp_$$.txt 78 ncdump -h ${file} | gawk '{if (match($0, /(byte|char|short|int|float|double) (.*)\(/, arr)) print arr[2] }' >> tmp_$$.txt 80 79 let nbfile=nbfile+1 81 80 done … … 188 187 extratar=1 189 188 # Copy to output_tar directory 190 echo "====> COPY to tar command because find other variables ($varstoexcludefiltered) than t_inst_*"191 echo "COPY to tar command because find other variables ($varstoexcludefiltered) than t_inst_*" >> $statusfile192 189 cp $set $PATH_SIMU/output_tar 193 190 fi -
TOOLS/PACK_IPSL/launch_ipsl_enlarge.sh
r1839 r1840 31 31 export EXE_DIR=${JOB_DIR} 32 32 33 export INPUT_DMF_DATA= /ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable34 export OUTPUT_STORE= /ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable/PSEUDO_STORE_ANNE35 export OUTPUT_WORK= /ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable/PSEUDO_WORK_ANNE36 33 export INPUT_DMF_DATA=${SCRATCHDIR}/PSEUDO_DMNFS 34 export OUTPUT_STORE=${SCRATCHDIR}/PSEUDO_DMNFS_STORE 35 export OUTPUT_WORK=${SCRATCHDIR}/PSEUDO_DMNFS_WORK 36 37 37 SCRIPT_NAME=$(basename ${0} ) 38 38
Note: See TracChangeset
for help on using the changeset viewer.