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} |
17 |
|
|
18 |
# |
# |
19 |
# Build MITgcm OCN computational code |
# Build MITgcm OCN computational code |
20 |
setenv pesizelist "1 2 4 8 16 32" |
setenv pesizelist_top "1 2 4 8 16 32" |
21 |
### setenv pesizelist "1 2 4 8 16 32" |
setenv pesizelist_top "2" |
22 |
|
foreach pe ( $pesizelist_top ) |
23 |
|
setenv pesizelist $pe |
24 |
./build_mitgcm_org_ocn.sh |
./build_mitgcm_org_ocn.sh |
25 |
cd ${BUILDROOT} |
cd ${BUILDROOT} |
26 |
|
|
31 |
cd ${BUILDROOT} |
cd ${BUILDROOT} |
32 |
|
|
33 |
# |
# |
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 |
# 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 |
59 |
cd esmf_top/cam_stub-mitgcm_ocn_app |
cd esmf_top/cam_stub-mitgcm_ocn_app |
60 |
./comp2.sh |
./comp2.sh |
61 |
cd ${BUILDROOT} |
cd ${BUILDROOT} |
62 |
|
end |