source: CPL/oasis3/trunk/src/mod/oasis3/src/mod_unit.F90 @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 1.3 KB
Line 
1MODULE mod_unit
2!
3! -- unit.h   23-08-95   Version 2.0   Author: Laurent Terray
4!    ******   20-06-97   Version 2.2   Mods: add nudum (S. Valcke)
5!             30-03-99   Version 2.3   Mods: add nulgn (S. Valcke)
6!             23-03-01   Version 2.5   Mods: add lncdfxxx (S. Valcke)
7!@
8!@  Contents : unit numbers
9!@  --------
10!@
11!@ -- nulin : logical unit for coupler input
12!@
13!@ -- nulou : logical unit for coupler output
14!@
15!@ -- nulgr : logical unit for gcm's grids
16!@
17!@ -- nulma : logical unit for gcm's masks
18!@
19!@ -- nulsa : logical unit for gcm's surfaces
20!@
21!@ -- nultr : trace file for CLIM and PVM messages
22!@
23!@ -- nulcc : file for ANAISM data
24!@
25!@ -- nulgg : file for ANAISG data
26!@
27!@ -- nulgn : file for NINENN weights and addresses
28!@
29!@ -- nulan : file for ANAIS(M-G) specific output
30!@
31!@ -- nulrd : file for reduced grid masks
32!@
33!@ -- nudum : dummy file signaling that SVIPC pools for exchange of
34!@            initial infos are OPENED
35!@
36! -------------------------------------------------------------------   
37!
38  USE mod_kinds_oasis
39  INTEGER(kind=ip_intwp_p) ::  nulin, nulou, nulgr, nulma, nulsu, nultr, nulcc 
40  INTEGER(kind=ip_intwp_p) ::  nulgg, nulan, nulrd, nudum, nulgn 
41!
42END MODULE mod_unit
43! -------------------------------------------------------------------   
44
45
46
47
48
49
50
51
52
53
54
Note: See TracBrowser for help on using the repository browser.