3 |
# Script to build ESMF driven stand alone MITgcm ocean 15L. |
# Script to build ESMF driven stand alone MITgcm ocean 15L. |
4 |
# |
# |
5 |
setenv BUILDROOT `pwd` |
setenv BUILDROOT `pwd` |
6 |
|
#setenv COMP_PROF GFDL_HPCS |
7 |
#setenv COMP_PROF blackforest |
#setenv COMP_PROF blackforest |
8 |
setenv COMP_PROF faulks |
setenv COMP_PROF faulks |
9 |
source mytools/comp_profile.BASE |
source mytools/comp_profile.BASE |
16 |
setenv APPEXE_PATH ${BUILDROOT}/app/exe |
setenv APPEXE_PATH ${BUILDROOT}/app/exe |
17 |
|
|
18 |
# |
# |
19 |
# Build individual component core code |
# Build MITgcm ocean component core code |
20 |
./build_mitgcm_org_ocn.sh |
./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 |
|
|
28 |
|
# Build ocean only ESMF application |
29 |
|
cd esmf_top/ocn_only_app |
30 |
|
./comp2.sh |
31 |
|
cd ${BUILDROOT} |