Changeset 1581 for LMDZ4


Ignore:
Timestamp:
Nov 7, 2011, 1:59:44 PM (12 years ago)
Author:
jghattas
Message:

Added option aer_type=mix3 : SO4 aerosols change annualy and the rest of the
aerosols stays constant preindustrial.

  1. Caubel, JG
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_AR5/libf/phylmd/readaerosol_interp.F90

    r1483 r1581  
    194194           filename='so4.run '
    195195           type='scenario'
     196        ELSE
     197           filename='aerosols'
     198           type='preind'
     199        END IF
     200     ELSE  IF (aer_type == 'mix3') THEN
     201        ! Special case using a mix of annual sulfate file and natrual aerosols
     202        IF (name_aero(id_aero) == 'SO4') THEN
     203           filename='so4.run '
     204           type='annuel'
    196205        ELSE
    197206           filename='aerosols'
Note: See TracChangeset for help on using the changeset viewer.