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

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

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

revision 1.6 by cnh, Sat Feb 28 03:03:44 2004 UTC revision 1.10 by cnh, Mon Mar 29 16:18:09 2004 UTC
# Line 4  Line 4 
4  #  #
5  setenv BUILDROOT `pwd`  setenv BUILDROOT `pwd`
6  #setenv COMP_PROF  GFDL_HPCS  #setenv COMP_PROF  GFDL_HPCS
7  #setenv COMP_PROF  blackforest  setenv COMP_PROF  blackforest_withcam
8  setenv COMP_PROF  faulks  #setenv COMP_PROF  faulks
9  source mytools/comp_profile.BASE  source mytools/comp_profile.BASE
10  source mytools/comp_profile.${COMP_PROF}  source mytools/comp_profile.${COMP_PROF}
11  setenv TCSH_PATH  `which tcsh`  setenv TCSH_PATH  `which tcsh`
# Line 16  setenv APPINC_PATH    ${BUILDROOT}/app/i Line 16  setenv APPINC_PATH    ${BUILDROOT}/app/i
16  setenv APPEXE_PATH    ${BUILDROOT}/app/exe  setenv APPEXE_PATH    ${BUILDROOT}/app/exe
17    
18  #  #
19  # Build MITgcm ocean component core code  # Build MITgcm OCN computational code
20  ./build_mitgcm_org_ocn.sh  setenv pesizelist_top  "1 2 4 8 16 32"
21  cd ${BUILDROOT}  setenv pesizelist_top  "16"
22    foreach pe ( $pesizelist_top )
23    setenv pesizelist $pe
24    ###./build_mitgcm_org_ocn.sh
25    ###cd ${BUILDROOT}
26    
27    #
28    # Build combined CAM stub computational and ESMF component interface layer
29    ###cd esmf_top/cam_stub
30    ###./comp1.sh
31    ###cd ${BUILDROOT}
32    
33  # Build ESMF component driver  #
34    # Build internal component interface layer for the MITgcm OCN ESMF component
35    ###cd esmf_top/ocn_internal_comp_interface
36    ###./comp1.sh
37    ###cd ${BUILDROOT}
38    
39    #
40    # Build ESMF component interface layer for the MITgcm OCN ESMF component
41  cd esmf_top/ocn_driver  cd esmf_top/ocn_driver
42  ./comp1.sh  ./comp1.sh
43  cd ${BUILDROOT}  cd ${BUILDROOT}
44    
45  # Build ocean only ESMF application  #
46  cd esmf_top/ocn_only_app  # Build combined CAM stub computational and ESMF component interface layer
47  ./comp2.sh  ###cd esmf_top/mitgcm_ocn2cam
48  cd ${BUILDROOT}  ###./comp1.sh
49    ###cd ${BUILDROOT}
50    
51    #
52    # Build the composition layer and executable for the ocean only ESMF application
53    ###cd esmf_top/ocn_only_app
54    ###./comp2.sh
55    ###cd ${BUILDROOT}
56    
57    #
58    # Build the composition layer and executable for the ocean+CAM ESMF application
59    ###cd esmf_top/cam_stub-mitgcm_ocn_app
60    ###./comp2.sh
61    ###cd ${BUILDROOT}
62    end

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22