From 39e8235b336dc80ff0514c5b05e15f02f1ff5a0b Mon Sep 17 00:00:00 2001 From: Philippe Le Sager Date: Thu, 16 Jul 2026 16:29:05 +0200 Subject: [PATCH] Use TM5 implementation of seasalt emission scheme --- ifs-source/arpifs/m7/module/mo_ham.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifs-source/arpifs/m7/module/mo_ham.F90 b/ifs-source/arpifs/m7/module/mo_ham.F90 index 77165bdc..04ecaadd 100644 --- a/ifs-source/arpifs/m7/module/mo_ham.F90 +++ b/ifs-source/arpifs/m7/module/mo_ham.F90 @@ -163,7 +163,7 @@ MODULE mo_ham ! SST scheme. OIFS supports only the "Gong + SST" scheme from either TM5 ! implementation (nseasalt=0) or HAMM7 one (nseasalt=8), hardcoded ! here. - INTEGER :: nseasalt = 8 ! Sea Salt emission scheme: + INTEGER :: nseasalt = 0 ! Sea Salt emission scheme: #endif ! ! nseasalt = 1 Monahan (1986)