--- MITgcm_contrib/ESMF/global_ocean.128x64x15/build.sh 2004/02/28 03:03:44 1.6 +++ MITgcm_contrib/ESMF/global_ocean.128x64x15/build.sh 2004/02/29 17:04:37 1.7 @@ -16,16 +16,36 @@ setenv APPEXE_PATH ${BUILDROOT}/app/exe # -# Build MITgcm ocean component core code -./build_mitgcm_org_ocn.sh +# Build MITgcm OCN computational code +##./build_mitgcm_org_ocn.sh +##cd ${BUILDROOT} + +# +# Build combined CAM stub computational and ESMF component interface layer +cd esmf_top/cam_stub +./comp1.sh cd ${BUILDROOT} -# Build ESMF component driver +# +# Build ESMF component interface layer for the MITgcm OCN ESMF component cd esmf_top/ocn_driver ./comp1.sh cd ${BUILDROOT} -# Build ocean only ESMF application +# +# Build combined CAM stub computational and ESMF component interface layer +cd esmf_top/mitgcm_ocn2cam +./comp1.sh +cd ${BUILDROOT} + +# +# Build the composition layer and executable for the ocean only ESMF application cd esmf_top/ocn_only_app ./comp2.sh cd ${BUILDROOT} + +# +# Build the composition layer and executable for the ocean+CAM ESMF application +cd esmf_top/cam_stub-mitgcm_ocn_app +./comp2.sh +cd ${BUILDROOT}