New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
AA_make in branches/TAM_V3_0/CONFIG/ORCA2_TAM – NEMO

source: branches/TAM_V3_0/CONFIG/ORCA2_TAM/AA_make @ 1888

Last change on this file since 1888 was 1888, checked in by rblod, 14 years ago

Add a sample configuration for TAM

  • Property svn:executable set to *
File size: 193 bytes
Line 
1# $Header$
2all: ioipsl opatam
3
4ioipsl:
5   (cd ../../modeles/IOIPSL/src; $(M_K) ;)
6
7
8opatam:
9   (cd ../../modeles/NEMOTAM/WORK;  $(M_K) ;)
10
11
12clean:
13   (cd ../../modeles/NEMOTAM/WORK;  $(M_K) clean ;)
Note: See TracBrowser for help on using the repository browser.