Ignore:
Timestamp:
May 11, 2014, 2:37:58 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.MARS. Made number of scatterers a free dimension not in need to be prescribe at compiling time. Instead it must be set in callphys.def. See README for further information about this commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/surfacearea.F

    r1226 r1246  
    1       subroutine surfacearea(ngrid, nlay, ptimestep,
     1      subroutine surfacearea(ngrid, nlay, naerkind, ptimestep,
    22     $                       pplay, pzlay,
    33     $                       pt, pq, pdq, nq, rdust, rice, tau,
     
    2424!#include "tracer.h"
    2525!#include "dimradmars.h"
    26 ! naerkind is set in scatterers.h (built when compiling with makegcm -s #)
    27 #include"scatterers.h"
    2826#include "chimiedata.h"
    2927!#include "conc.h"
     
    3129! input
    3230
    33       integer,intent(in) :: ngrid, nlay
     31      integer,intent(in) :: ngrid, nlay, naerkind
    3432      integer,intent(in) :: nq               ! number of tracers
    3533      real,intent(in) :: ptimestep           ! physics time step (s)
Note: See TracChangeset for help on using the changeset viewer.