/[MITgcm]/MITgcm_contrib/netcdf_matlab_examples/modis-aqua/pre_process
ViewVC logotype

Contents of /MITgcm_contrib/netcdf_matlab_examples/modis-aqua/pre_process

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


Revision 1.1 - (show annotations) (download)
Fri Jun 18 19:31:11 2004 UTC (19 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
 o initial check-in

1 #! /usr/bin/env bash
2
3 for i in D1.sst.*.txt ; do
4 name=`echo $i | sed -e 's|D1.sst.|sst-|' | sed -e 's|.txt||'`
5 cat $i | awk '(NF>20)' | sed -e 's|no_data|-99.0|g' > $name
6 done

  ViewVC Help
Powered by ViewVC 1.1.22