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.
ioipsl.f90 in branches/UKMO/dev_r5107_test_branch/NEMOGCM/EXTERNAL/IOIPSL/src – NEMO

source: branches/UKMO/dev_r5107_test_branch/NEMOGCM/EXTERNAL/IOIPSL/src/ioipsl.f90 @ 5274

Last change on this file since 5274 was 5274, checked in by davestorkey, 9 years ago

UKMO test branch: Remove keyword updating.

File size: 332 bytes
Line 
1MODULE ioipsl
2!
3!$Id: ioipsl.f90 2281 2010-10-15 14:21:13Z smasson $
4!-
5! This software is governed by the CeCILL license
6! See IOIPSL/IOIPSL_License_CeCILL.txt
7!
8  USE errioipsl 
9  USE stringop
10  USE mathelp   
11  USE getincom
12  USE calendar   
13  USE fliocom   
14  USE flincom   
15  USE histcom   
16  USE restcom
17END MODULE ioipsl
Note: See TracBrowser for help on using the repository browser.