Ignore:
Timestamp:
May 31, 2018, 5:10:35 PM (6 years ago)
Author:
acozic
Message:

Add a flag chemistry_couple to give the choice between use O3 read in offline files or O3 calcul by Inca model

File:
1 edited

Legend:

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

    r2899 r3338  
    110110  INTEGER :: iflag_radia, iflag_cldcon, iflag_ratqs
    111111  REAL    :: ratqsbas, ratqshaut, tau_ratqs
    112   LOGICAL :: ok_ade, ok_aie, ok_alw, ok_cdnc, aerosol_couple
     112  LOGICAL :: ok_ade, ok_aie, ok_alw, ok_cdnc, aerosol_couple, chemistry_couple
    113113  INTEGER :: flag_aerosol
    114114  INTEGER :: flag_aerosol_strat
     
    133133                   iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs,            &
    134134                   ok_ade, ok_aie, ok_alw, ok_cdnc, aerosol_couple,     &
    135                    flag_aerosol, flag_aerosol_strat, new_aod,           &
    136                    flag_bc_internal_mixture, bl95_b0, bl95_b1,          &
    137                    read_climoz,                                         &
    138                    alp_offset)
     135                   chemistry_couple, flag_aerosol, flag_aerosol_strat,  &
     136                   new_aod, flag_bc_internal_mixture, bl95_b0, bl95_b1, &
     137                   read_climoz, alp_offset)
    139138  CALL phys_state_var_init(read_climoz)
    140139
Note: See TracChangeset for help on using the changeset viewer.