I'm trying to use nudging for my simulation. I used the CPP options TCLIMATOLOGY AND TCLM_NUDGING in my header file to activate nudging. I also created the climatology file and nudging coefficients file. Although I'm able to switch on Nudging for Temperature and Salinity, I get the following error while i use nudging for NO3 using the fennel module.
Code: Select all
INQUIRY - unable to assign file counter, Fcount = 0
while processing structure:
and variable; NO3
Found Error: 04 Line: 150 Source: ROMS/Utility/inquiry.F
Found Error: 04 Line: 130 Source: ROMS/Utility/get_3dfld.F
Found Error: 04 Line: 1067 Source: ROMS/Nonlinear/get_data.F
Found Error: 04 Line: 772 Source: ROMS/Nonlinear/initial.F
Found Error: 04 Line: 188 Source: ROMS/Drivers/nl_ocean.h
Code: Select all
LtracerCLM == T F F F F F F F F F F F
! Logical switches (TRUE/FALSE) to nudge the desired biological tracer
! climatology field. If not analytical climatology fields, users need to
! turn on the logical switches above to process the fields from the
! climatology NetCDF file that are needed for nudging; [NBT,Ngrids]
! values are expected. See glossary below for details.
LnudgeTCLM == T F F F F F F F F F F F
Any suggestions in this regard will be deeply appreciated