Changeset 4767


Ignore:
Timestamp:
Dec 10, 2023, 10:37:07 PM (5 months ago)
Author:
lguez
Message:

Bug fix: do not assign to day_emit_roc

day_emit_roc is never allocated, nor used, in LMDZ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/StratAer/strataer_local_var_mod.F90

    r4764 r4767  
    192192    nErupt = 0 ! eruption number
    193193    injdur = 0 ! init injection duration
    194     day_emit_roc=0 ; ifreqroc=2 ; flh2o=0
    195194    nAerErupt = 1 ; nSpeciesErupt = 1
     195    ifreqroc=2 ; flh2o=0
    196196   
    197197    !============= Read params =============
Note: See TracChangeset for help on using the changeset viewer.