I am a new user to ROMS and trying to follow the work of my predecessor, and he uses nudging for our simulation.
I used the CPP options TCLIMATOLOGY AND TCLM_NUDGING in my header file to activate nudging, and turn on Lm3CLM, LtracerCLM, LnudgeM3CLM and LnudgeTCLM in my ocean.in file.
Code: Select all
Lm3CLM == T ! 3D momentum
LtracerCLM == T T ! temperature, salinity, inert
LnudgeM3CLM == T ! 3D momentum
LnudgeTCLM == T T ! temperature, salinity, inert
But the log shows that below
Code: Select all
READ_PHYPAR - could not find input file: ocean_nud.nc
But from the forum, I learned that it seems to require this climatology nudging coefficients file ocean_nud.nc for nudging.
So I want to know Is there a possibility to uses nugding without ocean_nud.nc ?