Nudging related queries

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
sun_92
Posts: 27
Joined: Sat Apr 07, 2018 12:59 am
Location: INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR

Nudging related queries

#1 Unread post by sun_92 »

Dear all
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
Also I have used the following settings in my biofennel.in

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
I have also added NO3__NudgeCoef to my NUDNAME.

Any suggestions in this regard will be deeply appreciated

Post Reply