Ignore:
Timestamp:
May 29, 2023, 12:41:48 PM (2 years ago)
Author:
emillour
Message:

Generic PCM:
Make number of scatterers fully dynamic (i.e. set in callphys.def
and no longer by compilation option "-s #").
One should now specify
naerkind = #
in callphys.def (default is 0).
EM

Location:
trunk/LMDZ.GENERIC/deftank
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/callphys.GJ581d

    r1784 r2972  
    9797## Tracer and aerosol options
    9898## ~~~~~~~~~~~~~~~~~~~~~~~~~~
     99# Number of radiatively active aerosols
     100naerkind=1
    99101# Radiatively active CO2 aerosol?
    100102aeroco2       = .true.
  • trunk/LMDZ.GENERIC/deftank/callphys.earlymars

    r1784 r2972  
    7575sedimentation = .false.
    7676
     77
    7778## Other physics options
    7879## ~~~~~~~~~~~~~~~~~~~~~
     
    9293## Tracer and aerosol options
    9394## ~~~~~~~~~~~~~~~~~~~~~~~~~~
     95# Number of radiatively active aerosols
     96naerkind=2
    9497# Radiatively active CO2 aerosol?
    9598aeroco2       = .true.
  • trunk/LMDZ.GENERIC/deftank/callphys.earth

    r1784 r2972  
    9191## Tracer and aerosol options
    9292## ~~~~~~~~~~~~~~~~~~~~~~~~~~
     93# Number of radiatively active aerosols
     94naerkind=1
    9395# Radiatively active CO2 aerosol?
    9496aeroco2       = .false.
  • trunk/LMDZ.GENERIC/deftank/callphys.kcm1d

    r1784 r2972  
    6464## Tracer and aerosol options
    6565## ~~~~~~~~~~~~~~~~~~~~~~~~~~
     66# Number of radiatively active aerosols
     67naerkind=0
    6668# Fixed aerosol distributions?
    6769aerofixed     = .true.
Note: See TracChangeset for help on using the changeset viewer.