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 @ 4106

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

Applied naming convention to eliminate confusion with OFF_SRC, included relevant OPA_SRC files in OOO_SRC directory.

File size: 402 bytes
Line 
1PROGRAM nemo
2   USE ooomod
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 offline_obs_oper
11END PROGRAM nemo
12
Note: See TracBrowser for help on using the repository browser.