Invalid input parameter, lmd_Jwt = 0

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
dhyiocas
Posts: 1
Joined: Thu Sep 18, 2025 10:45 am
Location: iocas

Invalid input parameter, lmd_Jwt = 0

#1 Unread post by dhyiocas »

READ_PHYPAR - Invalid input parameter, lmd_Jwt = 0 It must between one and nine.
Found Error: 5 Line: 147 Source: ROMS/Utility/inp_par.F
Found Error: 5 Line: 139 Source: ROMS/Drivers/nl_roms.h, ROMS_initialize

In my .in file, I have already set lmd_Jwt == 5. Why does it still keep giving an error? I would sincerely appreciate guidance from the experts.

User avatar
wilkin
Posts: 942
Joined: Mon Apr 28, 2003 5:44 pm
Location: Rutgers University
Contact:

Re: Invalid input parameter, lmd_Jwt = 0

#2 Unread post by wilkin »

In roms.in the parameter you need to set between 1 and 9 is WTYPE, not lmd_Jwt (there is no option for that parameter name)

Code: Select all

! Various parameters.

       WTYPE == 1
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

Post Reply