5 |
setenv BUILDROOT `pwd` |
setenv BUILDROOT `pwd` |
6 |
setenv COMP_PROF blackforest |
setenv COMP_PROF blackforest |
7 |
setenv COMP_PROF faulks |
setenv COMP_PROF faulks |
8 |
|
|
9 |
|
source mytools/comp_profile.BASE |
10 |
|
source mytools/comp_profile.${COMP_PROF} |
11 |
setenv TCSH_PATH `which tcsh` |
setenv TCSH_PATH `which tcsh` |
12 |
cd run |
cd run |
13 |
if ( -f Makefile ) then |
if ( -f Makefile ) then |
16 |
|
|
17 |
# ESMF component build. Creates an ESMF component that can be coupled through |
# ESMF component build. Creates an ESMF component that can be coupled through |
18 |
# the ESMF superstructure layer. |
# the ESMF superstructure layer. |
19 |
../../../tools/genmake2 -mods=../code \ |
${gm2command} ${gm2mods} ${gm2optfile} ${gm2adoptfile} ${gm2standarddirs} |
|
-optfile=../../../tools/build_options/sp4 \ |
|
|
-adoptfile=../../../tools/adjoint_options/adjoint_default \ |
|
|
-standarddirs=" " |
|
20 |
make depend |
make depend |
21 |
make small_f |
make small_f |
22 |
|
|