Ignore:
Timestamp:
May 25, 2012, 11:11:42 AM (13 years ago)
Author:
emillour
Message:

Generic GCM:

  • Significant update on how the number of scatterers is managed: Instead of having to manualy change 'nearkind' in radinc_h.F90, the number of scatterers must now be set when compiling, using makegcm "makegcm -s 1" for one scatterer or "makegcm -s 2" for two (e.g. dust and water ice), default behaviour (ie not specifying -s #) is -s 1 Modified phystd/radinc_h.F90 , added directory phystd/scatterers with script make_scatterers , and adapted makegcm* scripts.

EM

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/radinc_h.F90

    r543 r671  
    55#include "dimensions.h"
    66#include "bands.h"
     7#include"scatterers.h"
    78
    89!======================================================================
     
    5051!               can in princple be anything: currently it's H2O.
    5152!
    52 !     NAERKIND  The number of radiatively active aerosol types
    53 !
     53!     NAERKIND  The number of radiatively active species
     54!               (set in scatterers.h ; built when compiling with makegcm -s #)
    5455!     NSIZEMAX  The maximum number of aerosol particle sizes
    5556!
     
    6970      integer, parameter :: L_NSPECTV = NBvisible
    7071
    71       integer, parameter :: NAERKIND  = 2
     72!      integer, parameter :: NAERKIND  = 2 ! set in scatterers.h
    7273      real,    parameter :: L_TAUMAX  = 35
    7374
Note: See TracChangeset for help on using the changeset viewer.