--- MITgcm_contrib/ESMF/global_ocean.128x64x15/build.sh 2004/03/28 15:46:20 1.9 +++ MITgcm_contrib/ESMF/global_ocean.128x64x15/build.sh 2004/03/30 03:48:34 1.12 @@ -4,7 +4,7 @@ # setenv BUILDROOT `pwd` #setenv COMP_PROF GFDL_HPCS -#setenv COMP_PROF blackforest +#setenv COMP_PROF blackforest_withcam setenv COMP_PROF faulks source mytools/comp_profile.BASE source mytools/comp_profile.${COMP_PROF} @@ -17,8 +17,10 @@ # # Build MITgcm OCN computational code -setenv pesizelist "1 2 4 8 16 32" -### setenv pesizelist "1 2 4 8 16 32" +setenv pesizelist_top "1 2 4 8 16 32" +setenv pesizelist_top "2" +foreach pe ( $pesizelist_top ) +setenv pesizelist $pe ./build_mitgcm_org_ocn.sh cd ${BUILDROOT} @@ -29,6 +31,12 @@ cd ${BUILDROOT} # +# Build internal component interface layer for the MITgcm OCN ESMF component +###cd esmf_top/ocn_internal_comp_interface +###./comp1.sh +###cd ${BUILDROOT} + +# # Build ESMF component interface layer for the MITgcm OCN ESMF component cd esmf_top/ocn_driver ./comp1.sh @@ -51,3 +59,4 @@ cd esmf_top/cam_stub-mitgcm_ocn_app ./comp2.sh cd ${BUILDROOT} +end