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 utils/tools/DOMAINcfg/src – NEMO

source: utils/tools/DOMAINcfg/src/ioipsl.f90

Last change on this file was 14623, checked in by ldebreu, 3 years ago

AGFdomcfg: 1) Update DOMAINcfg to be compliant with the removal of halo cells 2) Update most of the LBC ... subroutines to a recent NEMO 4 version #2638

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