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

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

Add new openMP parallelism based on distribution of domains on threads. There is no more limitation of number of threads by MPI process.

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.