/[MITgcm]/MITgcm_contrib/jmc_script/extract_MON
ViewVC logotype

Diff of /MITgcm_contrib/jmc_script/extract_MON

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by jmc, Mon Nov 9 17:36:04 2020 UTC revision 1.2 by jmc, Fri Jan 8 16:43:58 2021 UTC
# Line 16  else Line 16  else
16   file=$1 ; output=$2 ;   file=$1 ; output=$2 ;
17   echo '  ==> extract lines with "MON" out off file='$file ' to '$output   echo '  ==> extract lines with "MON" out off file='$file ' to '$output
18  fi  fi
19    
20  #----------------------------------------------------------  #----------------------------------------------------------
21  touch $output $tmpfil  touch $output $tmpfil
22  sed -n '/%MON/p' $1 | sed 's/(PID\.TID 000.\.000.) //g' >> $tmpfil  sed -n '/%MON/p' $1 | sed 's/(PID\.TID 000.\.000.) //g' >> $tmpfil

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22