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

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

improvment of the output and CF conformity

YM

File size: 385 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  USE time_mod
17 
18  ! Variables defined by run.def
19
20  REAL(rstd) :: ncar_dz, ncar_p0, ncar_T0 ! read from run.def by disvert
21
22END MODULE icosa
Note: See TracBrowser for help on using the repository browser.