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

source: branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/offline_oper.F90 @ 4094

Last change on this file since 4094 was 4030, checked in by djlea, 11 years ago

Initial version of the offline observation operator and the required (online) observation operator changes.

File size: 417 bytes
Line 
1PROGRAM offline_oper
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
11
12END PROGRAM offline_oper
13
Note: See TracBrowser for help on using the repository browser.