/[MITgcm]/MITgcm_contrib/ESMF/interface_test/build.sh
ViewVC logotype

Annotation of /MITgcm_contrib/ESMF/interface_test/build.sh

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


Revision 1.8 - (hide annotations) (download) (as text)
Sat Feb 28 03:03:44 2004 UTC (21 years, 4 months ago) by cnh
Branch: MAIN
CVS Tags: adoption_1_0_pre_A, HEAD
Changes since 1.7: +2 -1 lines
File MIME type: application/x-sh
Note HPCS options file

1 cnh 1.1 #!/bin/csh -f
2     #
3 cnh 1.7 # Script to build ESMF driven stand alone MITgcm ocean 15L.
4 cnh 1.1 #
5     setenv BUILDROOT `pwd`
6 cnh 1.8 setenv COMP_PROF GFDL_HPCS
7 cnh 1.1 setenv COMP_PROF blackforest
8 cnh 1.8 setenv COMP_PROF faulks
9 cnh 1.5 source mytools/comp_profile.BASE
10     source mytools/comp_profile.${COMP_PROF}
11 cnh 1.3 setenv TCSH_PATH `which tcsh`
12 cnh 1.7 setenv APPLIB_PATH ${BUILDROOT}/app/lib
13     setenv APPF90MOD_PATH ${BUILDROOT}/app/f90mod
14     setenv APPOBJ_PATH ${BUILDROOT}/app/obj
15     setenv APPINC_PATH ${BUILDROOT}/app/inc
16     setenv APPEXE_PATH ${BUILDROOT}/app/exe
17 cnh 1.1
18 cnh 1.7 #
19     # Build MITgcm ocean component core code
20     ./build_mitgcm_org_ocn.sh
21     cd ${BUILDROOT}
22    
23     # Build ESMF component driver
24     cd esmf_top/ocn_driver
25     ./comp1.sh
26     cd ${BUILDROOT}
27 cnh 1.3
28 cnh 1.7 # Build ocean only ESMF application
29     cd esmf_top/ocn_only_app
30     ./comp2.sh
31     cd ${BUILDROOT}

  ViewVC Help
Powered by ViewVC 1.1.22