source: flexpart.git/create_tarball.sh @ 6ecb30a

10.4.1_peseiGFS_025bugfixes+enhancementsdevrelease-10release-10.4.1scaling-bugunivie
Last change on this file since 6ecb30a was 6d420c3, checked in by Ignacio Pisso <Ignacio.Pisso@…>, 7 years ago

add create_tarball.sh to dev branch for release of version 10.2

  • Property mode set to 100755
File size: 353 bytes
Line 
1#!/bin/bash
2
3version=10.2
4tarball_tmp=flexpart$version 
5
6mkdir $tarball_tmp
7mkdir $tarball_tmp/src
8cp src/*.f90 $tarball_tmp/src
9cp src/makefile $tarball_tmp/src
10cp src/makefile.gfs $tarball_tmp/src
11cp -r options $tarball_tmp
12
13mkdir $tarball_tmp/tests
14cp -r tests/NILU/test_1 $tarball_tmp/tests/
15
16#return
17
18tar -cvf flexpart$version.tar $tarball_tmp/*
19
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG