/[MITgcm]/MITgcm_contrib/ESMF/global_ocean.128x64x15/esmf_top/cam_stub/comp1.sh
ViewVC logotype

Annotation of /MITgcm_contrib/ESMF/global_ocean.128x64x15/esmf_top/cam_stub/comp1.sh

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


Revision 1.1 - (hide annotations) (download) (as text)
Sun Feb 29 17:04:37 2004 UTC (21 years, 5 months ago) by cnh
Branch: MAIN
File MIME type: application/x-sh
Lots of component bits + builds 1_0_4 or 1_0_5

1 cnh 1.1 #!/bin/csh -fxv
2     #
3     set OPATH = ( ../../run/mmout )
4     set OINC = ( ../../run )
5    
6     source ${BUILDROOT}/mytools/comp_profile.BASE
7     source ${BUILDROOT}/mytools/comp_profile.${COMP_PROF}
8    
9     set includes = ( -I${OPATH} -I${APPF90MOD_PATH} -I${OINC} ${compinc} )
10     set libs = ( -L${OPATH} -L${APPLIB_PATH} ${complibs} -lesmf )
11    
12     $comp $compopts -c cam_stub_esmf_driver.F $includes $libs
13    
14     ${arcommand} ${aropts} libcam_stub_driver.a *.o
15    
16     cp *.a ${APPLIB_PATH}
17     cp *.mod ${APPF90MOD_PATH}
18     \rm *.a *.mod
19    

  ViewVC Help
Powered by ViewVC 1.1.22