This physical phenomena is modelled in ROMS by a salt flux, that is an increase in salt concentration at the surface of the model with the same free surface. The relevant code is triggered by the options BULK_FLUXES and EMINUSP:
Code: Select all
stflx(i,j,isalt)=cff*(evap(i,j)-rain(i,j))
This problem is probably well known. The program SELFE is using the same salt flux but SHYFEM is using the correct water flux.
What would be the difficulty of modifying the model so that the correct fluxes are taken into account? Is it a real problem for long term runs?