Parent Directory
|
Revision Log
|
Revision Graph
Base files needed for simple component build
1 | cnh | 1.1 | #!/bin/csh -f |
2 | # | ||
3 | # Script to build ESMF component libraries for MITgcm ocean 15L. | ||
4 | # | ||
5 | setenv BUILDROOT `pwd` | ||
6 | setenv COMP_PROF blackforest | ||
7 | cd run | ||
8 | if ( -f Makefile ) then | ||
9 | make Clean | ||
10 | endif | ||
11 | |||
12 | # ESMF component build. Creates an ESMF component that can be coupled through | ||
13 | # the ESMF superstructure layer. | ||
14 | cnh | 1.2 | ../../../tools/genmake2 -mods=../code -optfile=../../../tools/build_options/sp4 \ |
15 | -adoptfile=../../../tools/adjoint_options/adjoint_default -standarddirs=" " | ||
16 | cnh | 1.1 | make depend |
17 | make small_f | ||
18 | ln -s ../mytools/* . | ||
19 | ./mkmod.sh ocn |
ViewVC Help | |
Powered by ViewVC 1.1.22 |