source: codes/icosagcm/branches/SATURN_DYNAMICO/TEST/DATAGENERIC/corrk_data/NH3_N2back/compile @ 224

Last change on this file since 224 was 224, checked in by ymipsl, 10 years ago
  • Property svn:executable set to *
File size: 209 bytes
Line 
1#!/bin/bash
2#gfortran -c -g -fbounds-check generate_kmatrix.F90 strlen.for
3
4gfortran -c generate_kmatrix_v2.F90 strlen.for
5gfortran -o generate_kmatrix_v2.exe generate_kmatrix_v2.o strlen.o
6
7rm -f *o
8rm -f *~
Note: See TracBrowser for help on using the repository browser.