Skip to content
Snippets Groups Projects
Commit daa9c937 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 18/09/2017: prandtl.f90, use epsilon XMNH_TINY_12 for R*4

parent 75709e37
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ END MODULE MODI_PRANDTL
!! change of YCOMMENT
!! 2012-02 Y. Seity, add possibility to run with reversed
!! vertical levels
!! 2017-09 J.Escobar, use epsilon XMNH_TINY_12 for R*4
!! --------------------------------------------------------------------------
!
!* 0. DECLARATIONS
......@@ -366,7 +367,7 @@ END DO
!
DO JSV=1,ISV
ZW2=SIGN(1.,PREDS1(:,:,:,JSV))
PREDS1(:,:,:,JSV)= ZW2(:,:,:) * MAX(1.E-30, ZW2(:,:,:)*PREDS1(:,:,:,JSV))
PREDS1(:,:,:,JSV)= ZW2(:,:,:) * MAX(XMNH_TINY_12, ZW2(:,:,:)*PREDS1(:,:,:,JSV))
END DO
!
!---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment