Changeset 132


Ignore:
Timestamp:
May 25, 2011, 4:22:57 PM (14 years ago)
Author:
aslmd
Message:

mars: default naerkind=1 nsizemax=1 in dimradmars.h [so that GCM+meso+LES works out-of-the-box. this would change in the future when RAC physics would become the reference version]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mars/libf/phymars/dimradmars.h

    r131 r132  
    2727! (ex: naerkind=2 if you use one dust mode and active ice ...)
    2828      integer naerkind
    29 !      parameter (naerkind=1)
    30        parameter (naerkind=2)
     29       parameter (naerkind=1)
     30!      parameter (naerkind=2)
    3131!!!!!! CHANGE CHANGE nsizemax BELOW BELOW
    3232
     
    7777!   the radiative calculations.
    7878
    79       INTEGER, PARAMETER :: nsizemax = 60
    80 !      INTEGER, PARAMETER :: nsizemax = 1
     79!      INTEGER, PARAMETER :: nsizemax = 60
     80      INTEGER, PARAMETER :: nsizemax = 1
    8181
    8282! Various initialisation for LW radiative code
Note: See TracChangeset for help on using the changeset viewer.