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 |
|
setenv pesizelist "1 2 4 8 16 32" |
21 |
|
### setenv pesizelist "1 2 4 8 16 32" |
22 |
./build_mitgcm_org_ocn.sh |
./build_mitgcm_org_ocn.sh |
23 |
cd ${BUILDROOT} |
cd ${BUILDROOT} |
24 |
|
|
25 |
# Build ESMF component driver |
# |
26 |
|
# Build combined CAM stub computational and ESMF component interface layer |
27 |
|
cd esmf_top/cam_stub |
28 |
|
./comp1.sh |
29 |
|
cd ${BUILDROOT} |
30 |
|
|
31 |
|
# |
32 |
|
# Build ESMF component interface layer for the MITgcm OCN ESMF component |
33 |
cd esmf_top/ocn_driver |
cd esmf_top/ocn_driver |
34 |
./comp1.sh |
./comp1.sh |
35 |
cd ${BUILDROOT} |
cd ${BUILDROOT} |
36 |
|
|
37 |
# Build ocean only ESMF application |
# |
38 |
|
# Build combined CAM stub computational and ESMF component interface layer |
39 |
|
cd esmf_top/mitgcm_ocn2cam |
40 |
|
./comp1.sh |
41 |
|
cd ${BUILDROOT} |
42 |
|
|
43 |
|
# |
44 |
|
# Build the composition layer and executable for the ocean only ESMF application |
45 |
cd esmf_top/ocn_only_app |
cd esmf_top/ocn_only_app |
46 |
./comp2.sh |
./comp2.sh |
47 |
cd ${BUILDROOT} |
cd ${BUILDROOT} |
48 |
|
|
49 |
|
# |
50 |
|
# Build the composition layer and executable for the ocean+CAM ESMF application |
51 |
|
cd esmf_top/cam_stub-mitgcm_ocn_app |
52 |
|
./comp2.sh |
53 |
|
cd ${BUILDROOT} |