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 tags/nemo_v3_2/nemo_v3_2/CONFIG/ORCA2_OFF_PISCES – NEMO

source: tags/nemo_v3_2/nemo_v3_2/CONFIG/ORCA2_OFF_PISCES/AA_make @ 1878

Last change on this file since 1878 was 1878, checked in by flavoni, 14 years ago

initial test for nemogcm

File size: 181 bytes
Line 
1# $Header$
2all: ioipsl opa
3
4ioipsl:
5   (cd ../../modeles/IOIPSL/src; $(M_K) ;)
6
7
8opa:
9   (cd ../../modeles/NEMO/WORK;  $(M_K) ;)
10
11
12clean:
13   (cd ../../modeles/NEMO/WORK;  $(M_K) clean ;)
Note: See TracBrowser for help on using the repository browser.