Ignore:
Timestamp:
Nov 20, 2013, 10:26:12 AM (11 years ago)
Author:
aslmd
Message:

LMDZ.MARS. a few remaining ngridmx in comments. MESOSCALE. prep work for no-longer-fixed ngridmx. for mesoscale+newphys runs please use r1045 of LMDZ.MARS because more recent versions will require adaptations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dimradmars_mod.F90

    r1047 r1112  
    77  ! Splitting of horizontal grid
    88  ! NDLO2 and ndomainsz for the splitting in the physics call
    9   ! WARNING:  One must have  1 < ndomainsz =< ngridmx
     9  ! WARNING:  One must have  1 < ndomainsz =< ngrid
    1010  integer,save :: NFLEV !=nlayermx   ! with splitting
    11   integer,save :: ndomainsz !=(ngridmx-1)/20 + 1
     11  integer,save :: ndomainsz !=(ngrid-1)/20 + 1
    1212  integer,save :: NDLON !=ndomainsz  ! with splitting
    1313  integer,save :: NDLO2 !=NDLON
Note: See TracChangeset for help on using the changeset viewer.