Changeset 4068 for trunk/LMDZ.COMMON/libf/evolution/config.F90
- Timestamp:
- Feb 12, 2026, 12:32:15 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/config.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/config.F90
r4065 r4068 76 76 ! LOCAL VARIABLES 77 77 ! --------------- 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_l78 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 79 79 logical(k4) :: icetable_equilibrium_l, icetable_dynamic_l, h2oice_flow_l, co2ice_flow_l, do_layering_l, impose_dust_ratio_l 80 80 integer(di) :: output_rate_l … … 204 204 205 205 ! Read "run_PCM.def" parameters 206 hybrid _alt_coord_l = .true. ! Default setting207 call get_hybrid(hybrid _alt_coord_l)208 call set_atmosphere_config(hybrid _alt_coord_l)206 hybrid = .true. ! Default 207 call get_hybrid(hybrid) 208 call set_atmosphere_config(hybrid) 209 209 210 210 ! Check incompatibilities
Note: See TracChangeset
for help on using the changeset viewer.
