/[MITgcm]/MITgcm_contrib/ESMF/global_ocean.128x64x15/build.sh
ViewVC logotype

Contents of /MITgcm_contrib/ESMF/global_ocean.128x64x15/build.sh

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Feb 16 15:39:22 2004 UTC (21 years, 5 months ago) by cnh
Branch: MAIN
Changes since 1.1: +0 -1 lines
File MIME type: application/x-sh
Tidying up

1 #!/bin/csh -f
2 #
3 # Script to build ESMF component libraries for MITgcm ocean 15L.
4 #
5 setenv BUILDROOT `pwd`
6 setenv COMP_PROF blackforest
7 cd run
8 if ( -f Makefile ) then
9 make Clean
10 endif
11
12 # ESMF component build. Creates an ESMF component that can be coupled through
13 # the ESMF superstructure layer.
14 ../../../tools/genmake2 -mods=../code -optfile=../../../tools/build_options/sp4
15 make depend
16 make small_f
17 ln -s ../mytools/* .
18 ./mkmod.sh ocn

  ViewVC Help
Powered by ViewVC 1.1.22