/[MITgcm]/MITgcm_contrib/test_scripts/cg01/cg01_lf95_data_fix
ViewVC logotype

Annotation of /MITgcm_contrib/test_scripts/cg01/cg01_lf95_data_fix

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


Revision 1.1 - (hide annotations) (download)
Fri Dec 5 03:48:29 2003 UTC (22 years ago) by edhill
Branch: MAIN
CVS Tags: HEAD
 o initial check-in and quick clean-up

1 edhill 1.1 #! /usr/bin/env bash
2    
3     data=`echo data data.* eedata`
4     for i in $data ; do
5     cat $i | sed -e 's|^ &$| /|g' > "tr_tmp_"$i
6     rm -f $i
7     mv -f "tr_tmp_"$i $i
8     done
9    
10     ./mitgcmuv > output.txt
11    

  ViewVC Help
Powered by ViewVC 1.1.22