Ignore:
Timestamp:
Apr 3, 2018 4:17:10 PM (6 years ago)
Author:
suehring
Message:

Calculate exner function at all height levels in USM In order to avoid segmentation faults in case radiation-interactions are switched-off, calculate exner function at all height levels in USM .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r2941 r2943  
    62786278               horz_entry = -HUGE(1._wp)
    62796279            ELSE
     6280write(9,*) "igitt", ig, ubound( nzterr ), ig > ubound( nzterr )
     6281flush(9)
    62806282               horz_entry = (nzterr(ig) - origin(1)) / lastdist
    62816283            ENDIF
Note: See TracChangeset for help on using the changeset viewer.