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.
xios_server.f90 in branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/EXTERNAL/XIOS/src – NEMO

source: branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/EXTERNAL/XIOS/src/xios_server.f90 @ 3410

Last change on this file since 3410 was 3408, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 140 bytes
Line 
1PROGRAM server_main
2  USE xios
3  IMPLICIT NONE
4  INCLUDE "mpif.h"
5  INTEGER :: ierr
6 
7    CALL xios_init_server
8
9  END PROGRAM server_main
Note: See TracBrowser for help on using the repository browser.