Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ifs-source/arpifs/m7/module/mo_ham.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading