Changeset 6203


Ignore:
Timestamp:
Apr 23, 2026, 8:19:02 PM (11 days ago)
Author:
lguez
Message:

Bug fix: do not use phys_state_var_mod

phys_tstep is not used in conf_phys_m since revision r5685. By not
using phys_state_var_mod, we remove a circular dependency
betweenconf_phys_m and phys_state_var_mod. The circular dependency
was introduced in revision 6187.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/conf_phys_m.f90

    r6202 r6203  
    108108    USE print_control_mod, ONLY: lunout
    109109    use config_ocean_skin_m, only: config_ocean_skin
    110     USE phys_state_var_mod, ONLY: phys_tstep
    111110    USE infotrac_phy, ONLY: type_trac
    112111    USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_STRATAER
Note: See TracChangeset for help on using the changeset viewer.