Skip to content
Snippets Groups Projects
Commit 8f5c0ef7 authored by VIE Benoit's avatar VIE Benoit Committed by RODIER Quentin
Browse files

correct test namelist choices : allow droplet activation with NMOD_CCN=0 if NMOM_C=1

parent 34ff8059
No related branches found
No related tags found
No related merge requests found
...@@ -721,7 +721,7 @@ IF(LLCHECK) THEN ...@@ -721,7 +721,7 @@ IF(LLCHECK) THEN
&" YOU HAVE TO FILL HINI_CCN ") &" YOU HAVE TO FILL HINI_CCN ")
END IF END IF
IF(LACTI .AND. NMOD_CCN == 0) THEN IF(LACTI .AND. NMOD_CCN == 0 .AND. NMOM_C >= 2) THEN
CALL PRINT_MSG(NVERB_FATAL, 'GEN', 'MODD_PARAM_LIMA', & CALL PRINT_MSG(NVERB_FATAL, 'GEN', 'MODD_PARAM_LIMA', &
&"ACTIVATION OF AEROSOL PARTICLES IS NOT " // & &"ACTIVATION OF AEROSOL PARTICLES IS NOT " // &
&"POSSIBLE IF NMOD_CCN HAS VALUE ZERO. YOU HAVE TO SET AN UPPER " // & &"POSSIBLE IF NMOD_CCN HAS VALUE ZERO. YOU HAVE TO SET AN UPPER " // &
......
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