Ignore:
Timestamp:
May 13, 2025, 5:15:34 PM (2 months ago)
Author:
lebasn
Message:

StratAer?: bugfix wrong dimension allocate for extinction outputs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_local_var_mod.F90

    r5622 r5649  
    12861286      ALLOCATE (tau_strat_1020(klon,klev))
    12871287      ALLOCATE (tau_strat_10um(klon,klev))
    1288       ALLOCATE (tausum_strat(klon,3))
     1288      ALLOCATE (tausum_strat(klon,6))
    12891289      ALLOCATE (budg_dep_dry_ocs(klon))
    12901290      ALLOCATE (budg_dep_wet_ocs(klon))
Note: See TracChangeset for help on using the changeset viewer.