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.
nemo.f90 in branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC – NEMO

source: branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/nemo.f90 @ 4101

Last change on this file since 4101 was 4101, checked in by andrewryan, 11 years ago

Renamed main program to overwrite nemo.f90 when building executable

File size: 400 bytes
Line 
1PROGRAM nemo
2   USE off_oper
3   IMPLICIT NONE
4   !!----------------------------------------------------------------------
5   !!                    ***  PROGRAM offline_obs_oper ***
6   !!
7   !! ** Purpose : To map model fields to the equivalent observation
8   !!              location.
9   !!----------------------------------------------------------------------
10   CALL off_obs_oper
11END PROGRAM nemo
12
Note: See TracBrowser for help on using the repository browser.