Skip to content
Snippets Groups Projects
Commit c2f318f2 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 09/02/2023: BLAZE: bugfix: write correct namelist NAM_FIRE + always...

Philippe 09/02/2023: BLAZE: bugfix: write correct namelist NAM_FIRE + always write it (necessary to start without problems)
parent 68eae452
No related branches found
No related tags found
No related merge requests found
...@@ -417,7 +417,7 @@ IF(LPASPOL) WRITE(UNIT=ILUSEG,NML=NAM_PASPOL) ...@@ -417,7 +417,7 @@ IF(LPASPOL) WRITE(UNIT=ILUSEG,NML=NAM_PASPOL)
#ifdef MNH_FOREFIRE #ifdef MNH_FOREFIRE
IF(LFOREFIRE) WRITE(UNIT=ILUSEG,NML=NAM_FOREFIRE) IF(LFOREFIRE) WRITE(UNIT=ILUSEG,NML=NAM_FOREFIRE)
#endif #endif
IF(LBLAZE) WRITE(UNIT=ILUSEG,NML=NAM_PASPOL) WRITE(UNIT=ILUSEG,NML=NAM_FIRE)
IF(LCONDSAMP) WRITE(UNIT=ILUSEG,NML=NAM_CONDSAMP) IF(LCONDSAMP) WRITE(UNIT=ILUSEG,NML=NAM_CONDSAMP)
IF(LORILAM.AND.LUSECHEM) WRITE(UNIT=ILUSEG,NML=NAM_CH_ORILAM) IF(LORILAM.AND.LUSECHEM) WRITE(UNIT=ILUSEG,NML=NAM_CH_ORILAM)
! !
......
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