Ignore:
Timestamp:
Feb 12, 2026, 12:32:15 PM (3 weeks ago)
Author:
jbclement
Message:

PEM:
Following r4065, some safeguards forgotten in "io_netcdf.F90" + 'tsurf' is not needed anymore in the "start1D.txt" + few forgotten small updates.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/config.F90

    r4065 r4068  
    7676! LOCAL VARIABLES
    7777! ---------------
    78 logical(k4) :: here, evol_orbit_l, evol_obl_l, evol_ecc_l, evol_lsp_l, do_soil_l, reg_thprop_dependp_l, do_sorption_l, hybrid_alt_coord_l
     78logical(k4) :: here, evol_orbit_l, evol_obl_l, evol_ecc_l, evol_lsp_l, do_soil_l, reg_thprop_dependp_l, do_sorption_l, hybrid
    7979logical(k4) :: icetable_equilibrium_l, icetable_dynamic_l, h2oice_flow_l, co2ice_flow_l, do_layering_l, impose_dust_ratio_l
    8080integer(di) :: output_rate_l
     
    204204
    205205! Read "run_PCM.def" parameters
    206 hybrid_alt_coord_l = .true. ! Default setting
    207 call get_hybrid(hybrid_alt_coord_l)
    208 call set_atmosphere_config(hybrid_alt_coord_l)
     206hybrid = .true. ! Default
     207call get_hybrid(hybrid)
     208call set_atmosphere_config(hybrid)
    209209
    210210! Check incompatibilities
Note: See TracChangeset for help on using the changeset viewer.