Changeset 1112 for trunk/LMDZ.MARS/libf/phymars/dimradmars_mod.F90
- Timestamp:
- Nov 20, 2013, 10:26:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dimradmars_mod.F90
r1047 r1112 7 7 ! Splitting of horizontal grid 8 8 ! NDLO2 and ndomainsz for the splitting in the physics call 9 ! WARNING: One must have 1 < ndomainsz =< ngrid mx9 ! WARNING: One must have 1 < ndomainsz =< ngrid 10 10 integer,save :: NFLEV !=nlayermx ! with splitting 11 integer,save :: ndomainsz !=(ngrid mx-1)/20 + 111 integer,save :: ndomainsz !=(ngrid-1)/20 + 1 12 12 integer,save :: NDLON !=ndomainsz ! with splitting 13 13 integer,save :: NDLO2 !=NDLON
Note: See TracChangeset
for help on using the changeset viewer.