source: codes/icosagcm/branches/SATURN_DYNAMICO/ICOSAGCM/src/icosa_mod.f90 @ 221

Last change on this file since 221 was 221, checked in by ymipsl, 10 years ago

Creating temporary dynamico/lmdz/saturn branche

YM

File size: 416 bytes
Line 
1MODULE icosa
2
3  USE genmod
4!  USE ioipsl, ONLY : getin
5  USE getin_mod, ONLY : getin
6  USE grid_param
7  USE metric
8  USE domain_mod
9  USE dimensions
10  USE grid_param
11  USE geometry
12  USE spherical_geom_mod
13  USE vector
14  USE field_mod
15  USE write_field
16  USE transfert_mod
17  USE time_mod
18 
19  ! Variables defined by run.def
20
21  REAL(rstd) :: ncar_dz, ncar_p0, ncar_T0 ! read from run.def by disvert
22
23END MODULE icosa
Note: See TracBrowser for help on using the repository browser.