source: codes/icosagcm/trunk/src/icosa_mod.f90 @ 19

Last change on this file since 19 was 19, checked in by ymipsl, 12 years ago

Simplify the management of the module.

YM

File size: 262 bytes
Line 
1MODULE icosa
2
3  USE genmod
4  USE ioipsl, ONLY : getin
5  USE grid_param
6  USE metric
7  USE domain_mod
8  USE dimensions
9  USE grid_param
10  USE geometry
11  USE spherical_geom_mod
12  USE vector
13  USE field_mod
14  USE write_field
15  USE transfert_mod
16 
17END MODULE icosa
Note: See TracBrowser for help on using the repository browser.