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.
model_tam.F90 in branches/TAM_V3_0/NEMOTAM/OPATAM_SRC – NEMO

source: branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/model_tam.F90 @ 1885

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

add TAM sources

File size: 164 bytes
Line 
1PROGRAM model_tam
2#if defined key_tam
3   USE nemotam
4   IMPLICIT NONE
5   CALL nemotam_main
6#else
7   WRITE(*,*)'Compile with -Dkey_tam'
8#endif
9END PROGRAM model_tam
Note: See TracBrowser for help on using the repository browser.