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_2_2/NEMOTAM/OPATAM_SRC – NEMO

source: branches/TAM_V3_2_2/NEMOTAM/OPATAM_SRC/model_tam.F90 @ 2751

Last change on this file since 2751 was 2578, checked in by rblod, 13 years ago

first import of NEMOTAM 3.2.2

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