Changeset 6204


Ignore:
Timestamp:
Apr 23, 2026, 10:38:28 PM (10 days ago)
Author:
lguez
Message:

Bug fix: remove argument read_climoz

The bug comes from revision r6187.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.f90

    r6034 r6204  
    258258      integer :: nsrf
    259259      integer jcode
    260       INTEGER read_climoz
    261260!
    262261      integer :: it_end ! iteration number of the last call
     
    636635!   No ozone climatology need be read in this pre-initialization
    637636!          (phys_state_var_init is called again in physiq)
    638       read_climoz = 0
    639637      nsw=6          ! EV et LF: sinon, falb_dir et falb_dif ne peuvent etre alloues
    640638
    641639
    642       call phys_state_var_init(read_climoz)
     640      call phys_state_var_init
    643641
    644642      if (ngrid.ne.klon) then
Note: See TracChangeset for help on using the changeset viewer.