I have set the following switches under the Logical switches (TRUE/FALSE) to activate writing of fields into HISTORY output file section to the following -
But after the run is complete, my roms_his.nc file doesn't have any of Hsbl, Hbbl, tke, or gls variables in it. Is there something else that I need to switch on / modify for the logical switch to work for them?Hout(idDano) == F ! rho density anomaly
Hout(idVvis) == F ! AKv vertical viscosity
Hout(idTdif) == F ! AKt vertical T-diffusion
Hout(idSdif) == F ! AKs vertical Salinity diffusion
Hout(idHsbl) == T ! Hsbl depth of surface boundary layer
Hout(idHbbl) == T ! Hbbl depth of bottom boundary layer
Hout(idMtke) == T ! tke turbulent kinetic energy
Hout(idMtls) == T ! gls turbulent length scale
Similarly, I tried switching off salinity but setting the following line to
But the output his.nc file still have salt. To me the logical switch doesn't seem to be working.Hout(idTvar) == T F ! temp, salt temperature and salinity
Any idea why so?
Additionally, is there somewhere I can find the definition of Hbbl that would be written into the output? Like how is Hbbl defined?
Cheers