Changeset 6186


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

Initialize read_climoz in its declaration

So that it has its default value even if conf_phys has not been
called. This will happen in program scm when we remove argument
read_climoz of phys_state_var_init.

File:
1 edited

Legend:

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

    r6179 r6186  
    5454    !$OMP THREADPRIVATE(alp_offset)
    5555
    56     INTEGER, SAVE, protected:: read_climoz ! read ozone climatology
     56    INTEGER, SAVE, protected:: read_climoz = 0 ! read ozone climatology
    5757    !     Allowed values are 0, 1 and 2
    5858    !     0: do not read an ozone climatology
     
    11381138    CALL getin_p('ecrit_LES', ecrit_LES)
    11391139    !
    1140     read_climoz = 0 ! default value
    11411140    CALL getin_p('read_climoz', read_climoz)
    11421141
Note: See TracChangeset for help on using the changeset viewer.