/[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.4 - (show annotations) (download) (as text)
Sun Feb 22 19:29:35 2004 UTC (21 years, 4 months ago) by cnh
Branch: MAIN
Changes since 1.3: +11 -24 lines
File MIME type: application/x-sh
Trying out multi-layered build

1 #!/bin/csh -f
2 #
3 # Script to build ESMF driven stand alone MITgcm ocean 15L.
4 #
5 setenv BUILDROOT `pwd`
6 #setenv COMP_PROF blackforest
7 setenv COMP_PROF faulks
8 source mytools/comp_profile.BASE
9 source mytools/comp_profile.${COMP_PROF}
10 setenv TCSH_PATH `which tcsh`
11 setenv APPLIB_PATH ${BUILDROOT}/app/lib
12 setenv APPF90MOD_PATH ${BUILDROOT}/app/f90mod
13 setenv APPOBJ_PATH ${BUILDROOT}/app/obj
14 setenv APPINC_PATH ${BUILDROOT}/app/inc
15 setenv APPEXE_PATH ${BUILDROOT}/app/exe
16
17 #
18 # Build individual component core code
19 ./build_mitgcm_org_ocn.sh

  ViewVC Help
Powered by ViewVC 1.1.22