source: codes/icosagcm/trunk/src/domain_param.f90 @ 12

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

dynamico tree creation

YM

File size: 142 bytes
Line 
1MODULE domain_param
2
3INTEGER, PARAMETER :: nsplit_i=1
4INTEGER, PARAMETER :: nsplit_j=1
5INTEGER, PARAMETER :: halo=2
6
7
8END MODULE domain_param
Note: See TracBrowser for help on using the repository browser.