Ignore:
Timestamp:
Oct 25, 2018, 5:23:18 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Modifications needed for VolMIP diagnostics for IPSLCM6.1.8
NL/LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90

    r3339 r3408  
    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, chemistry_couple
     112  LOGICAL :: ok_ade, ok_aie, ok_volcan, ok_alw, ok_cdnc, aerosol_couple, chemistry_couple
    113113  INTEGER :: flag_aerosol
    114114  INTEGER :: flag_aerosol_strat
     
    126126! Physics configuration
    127127!*******************************************************************************
    128   CALL conf_phys(  ok_journe, ok_mensuel, ok_instan, ok_hf, ok_LES,     &
    129                    callstats,                                           &
    130                    solarlong0,seuil_inversion,                          &
    131                    fact_cldcon, facttemps,ok_newmicro,iflag_radia,      &
    132                    iflag_cldcon,                                        &
    133                    iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs,            &
    134                    ok_ade, ok_aie, ok_alw, ok_cdnc, aerosol_couple,     &
    135                    chemistry_couple, flag_aerosol, flag_aerosol_strat,  &
    136                    new_aod, flag_bc_internal_mixture, bl95_b0, bl95_b1, &
    137                    read_climoz, alp_offset)
     128  CALL conf_phys(  ok_journe, ok_mensuel, ok_instan, ok_hf, ok_LES,       &
     129                   callstats,                                             &
     130                   solarlong0,seuil_inversion,                            &
     131                   fact_cldcon, facttemps,ok_newmicro,iflag_radia,        &
     132                   iflag_cldcon,                                          &
     133                   iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs,              &
     134                   ok_ade, ok_aie, ok_volcan, ok_alw, ok_cdnc,            &
     135                   aerosol_couple, chemistry_couple, flag_aerosol,        &
     136                   flag_aerosol_strat, new_aod, flag_bc_internal_mixture, &
     137                   bl95_b0, bl95_b1, read_climoz, alp_offset)
    138138  CALL phys_state_var_init(read_climoz)
    139139
Note: See TracChangeset for help on using the changeset viewer.