/[MITgcm]/MITgcm_contrib/heimbach/OpenAD/code_regress/cb2mGetHeaders.csh
ViewVC logotype

Annotation of /MITgcm_contrib/heimbach/OpenAD/code_regress/cb2mGetHeaders.csh

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


Revision 1.1 - (hide annotations) (download) (as text)
Tue Nov 20 15:20:57 2007 UTC (17 years, 8 months ago) by utke
Branch: MAIN
File MIME type: application/x-csh
adding regression test code

1 utke 1.1 #!/bin/csh -f
2     set file=${1:r}
3     set awkScript=${2}
4     awk -f ${awkScript} ${file}.h > ${file}.h_temp
5     echo ' USE '${file}'_mod' >> ${file}.h_temp
6     mv ${file}.h_temp ${file}_mod.h

  ViewVC Help
Powered by ViewVC 1.1.22