source: trunk/LMDZ.GENERIC/utilities/correlatedk_utilities/compile_corrk

Last change on this file was 1512, checked in by mturbet, 9 years ago

utilities directory cleaning

  • Property svn:executable set to *
File size: 342 bytes
Line 
1#!/bin/bash
2#gfortran -c -g -fbounds-check generate_kmatrix.F90 strlen.for
3
4gfortran -c generate_kmatrix.F90 co2_cont.for strlen.for
5gfortran -o generate_kmatrix.exe generate_kmatrix.o co2_cont.o strlen.o
6
7gfortran -c make_composition_gen.for strlen.for
8gfortran -o make_composition_gen.exe make_composition_gen.o strlen.o
9
10rm -f *o
11rm -f *~
Note: See TracBrowser for help on using the repository browser.