Ignore:
Timestamp:
Nov 8, 2018, 10:39:16 PM (6 years ago)
Author:
oboucher
Message:

Externalizing a controlling parameter for activating aerosol radiative feedback
Need to pass the info all the way to recmwf_aero. Default is True as before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90

    r3338 r3412  
    113113  INTEGER :: flag_aerosol
    114114  INTEGER :: flag_aerosol_strat
     115  LOGICAL :: flag_aer_feedback
    115116  LOGICAL :: flag_bc_internal_mixture
    116117  LOGICAL :: new_aod
     
    133134                   iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs,            &
    134135                   ok_ade, ok_aie, ok_alw, ok_cdnc, aerosol_couple,     &
    135                    chemistry_couple, flag_aerosol, flag_aerosol_strat,  &
     136                   chemistry_couple, flag_aerosol, flag_aerosol_strat,  &
     137                   flag_aer_feedback,                                   &
    136138                   new_aod, flag_bc_internal_mixture, bl95_b0, bl95_b1, &
    137139                   read_climoz, alp_offset)
Note: See TracChangeset for help on using the changeset viewer.