Changeset 1764 for trunk/LMDZ.TITAN/libf


Ignore:
Timestamp:
Aug 7, 2017, 4:38:48 PM (7 years ago)
Author:
jvatant
Message:

Fixed unitialized radius and qext in initracer

-> These arrays were printed and even tested in callsedim without being initialized !
-> Please stop handling uninitialized values !!!

Also updated README for modif from r1725

JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/initracer.F

    r1672 r1764  
    5454       alpha_lift(:)=0.
    5555       alpha_devil(:)=0.
     56       
     57       ! Added by JVO 2017 : these arrays are handled later
     58       ! -> initialization is the least we can do, please !!!
     59       radius(:)=0.
     60       qext(:)=0.
    5661
    5762! Initialization: get tracer names from the dynamics and check if we are
Note: See TracChangeset for help on using the changeset viewer.