- Timestamp:
- 08/02/12 15:17:21 (12 years ago)
- Location:
- TOOLS/PACK_IPSL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/PACK_IPSL/create_config_card.sh
r1834 r1839 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%/ [^/]*/[^/]*/[^/]*/%%' )54 PATH_SIMUL_SHORT=$(echo ${PATH_SIMUL_FULL} | sed 's%/ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable/%%' ) 55 55 DEM_log -3 PATH_SIMUL_SHORT : ${PATH_SIMUL_SHORT} 56 56 -
TOOLS/PACK_IPSL/enlarge_my_files.sh
r1824 r1839 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 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 79 80 let nbfile=nbfile+1 80 81 done … … 187 188 extratar=1 188 189 # 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_*" >> $statusfile 189 192 cp $set $PATH_SIMU/output_tar 190 193 fi -
TOOLS/PACK_IPSL/launch_ipsl_enlarge.sh
r1822 r1839 31 31 export EXE_DIR=${JOB_DIR} 32 32 33 export INPUT_DMF_DATA= ${SCRATCHDIR}/PSEUDO_DMNFS34 export OUTPUT_STORE= ${SCRATCHDIR}/PSEUDO_DMNFS_STORE35 export OUTPUT_WORK= ${SCRATCHDIR}/PSEUDO_DMNFS_WORK36 33 export INPUT_DMF_DATA=/ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable 34 export OUTPUT_STORE=/ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable/PSEUDO_STORE_ANNE 35 export OUTPUT_WORK=/ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable/PSEUDO_WORK_ANNE 36 37 37 SCRIPT_NAME=$(basename ${0} ) 38 38
Note: See TracChangeset
for help on using the changeset viewer.