Skip to content
Snippets Groups Projects
Commit 6608aab7 authored by PIANEZZE Joris's avatar PIANEZZE Joris Committed by RODIER Quentin
Browse files

Bugfix : MNH_REAL=4 -> change default value for ZLBDC3 from 1E40 to 1E30

parent b3d6856e
No related branches found
No related tags found
No related merge requests found
......@@ -802,7 +802,7 @@ ZZRCT(:,:,:) = MAX(ZZRCT(:,:,:), KRTMIN(2)/2.)
IF (PRESENT(PCRT)) THEN ! 2-moment schemes
!
! from lima_warm_coal.f90 (AUTO)
ZLBDC3(:,:,:) = 1E40
ZLBDC3(:,:,:) = 1E30
! ZLBDC3(:,:,:) = XMNH_HUGE
ZLBDC(:,:,:) = 1.E15
WHERE (ZZRCT(:,:,:) > KRTMIN(2) .AND. PCCT(:,:,:) > XCTMIN(2))
......
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