--- MITgcm_contrib/ESMF/global_ocean.128x64x15/build.sh 2004/02/22 19:29:35 1.4 +++ MITgcm_contrib/ESMF/global_ocean.128x64x15/build.sh 2004/02/28 03:03:44 1.6 @@ -3,6 +3,7 @@ # Script to build ESMF driven stand alone MITgcm ocean 15L. # setenv BUILDROOT `pwd` +#setenv COMP_PROF GFDL_HPCS #setenv COMP_PROF blackforest setenv COMP_PROF faulks source mytools/comp_profile.BASE @@ -15,5 +16,16 @@ setenv APPEXE_PATH ${BUILDROOT}/app/exe # -# Build individual component core code +# Build MITgcm ocean component core code ./build_mitgcm_org_ocn.sh +cd ${BUILDROOT} + +# Build ESMF component driver +cd esmf_top/ocn_driver +./comp1.sh +cd ${BUILDROOT} + +# Build ocean only ESMF application +cd esmf_top/ocn_only_app +./comp2.sh +cd ${BUILDROOT}