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