> We could not make it work until we switched on salinity in obs.nml and set
> the salinity to 0. Lesson learned ERGOM has processes depending on
> salinity
> - right?
Hi Karsten,
yes, ERGOM needs the salinity to compute the oxygen saturation of sea
water, which depends on the salinity and temperature.
Best, ulf
Ulf Gräwe
Leibniz Institute for Baltic Sea Research Warnemuende
Dept. for Physical Oceanography and Instrumentation
Seestrasse 15
D-18119 Rostock-Warnemuende
Germany
Tel. : +49 (381) 5197-358
Fax : +49 (381) 5197-440
--
You received this message because you are subscribed to the Google Groups "FABM-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fabm-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
> We could not make it work until we switched on salinity in obs.nml and set
> the salinity to 0. Lesson learned ERGOM has processes depending on
> salinity
> - right?
Hi Karsten,
yes, ERGOM needs the salinity to compute the oxygen saturation of sea
water, which depends on the salinity and temperature.
Best, ulf
Ulf Gräwe
Leibniz Institute for Baltic Sea Research Warnemuende
Dept. for Physical Oceanography and Instrumentation
Seestrasse 15
D-18119 Rostock-Warnemuende
Germany
Tel. : +49 (381) 5197-358
Fax : +49 (381) 5197-440
--
You received this message because you are subscribed to the Google Groups "GOTM-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gotm-users+...@googlegroups.com.
Hi Gennadi,
That reminds me: if you pick a model name for your new ERGOM model (to go under iow, right?) and send me the latest code, I’ll get it into the FABM repository right away. We’ll leave the old ERGOM model the same (i.e., its name will stay “ergom”), but feel free to use any name you like for your own model.
Cheers
Jorn
Hi Karsten,
Can you take a look at gotm_fabm.nml? If you have salinity_relaxation_to_freshwater_flux=.true. in there, that would explain the problems; that caused division by zero if the whole column is free of salt. I’ve just fixed that in the gotm repository. After the fix (or after setting salinity_relaxation_to_freshwater_flux=.false.), I can use ERGOM without problems if salinity is 0, for both s_prof_method=0 and s_prof_method=1.
It might be an idea to remove salinity_relaxation_to_freshwater_flux from fabm/testcases/GOTM/gotm_fabm.nml, or to set it to .false. by default, since the resulting behaviour is more or less a hack that is not always wanted…
Cheers,
Jorn
Hi Jorn,
Thanks, that was it. We had salinity_relaxation_to_freshwater_flux=.true.
By setting this to .false. we can run ERGOM if salinity is 0 using both s_prof_method=0 and s_prof_method=1.
cheers
Dennis