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

source: branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/model_hlt.F90 @ 2587

Last change on this file since 2587 was 2587, checked in by vidard, 13 years ago

refer to ticket #798

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