upwelling case READ_PHYPAR - Variable index not yet loaded, idStr

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
PINEISLANDER
Posts: 1
Joined: Mon Nov 02, 2020 7:06 pm
Location: NUIST

upwelling case READ_PHYPAR - Variable index not yet loaded, idStr

#1 Unread post by PINEISLANDER »

Hi , I am currently new to ROMS, compile is successful, but I got the error messgae when trying to run the default upwelling case,
I used the following command :
mpirun -np 4 romsM ./External/roms_upwelling.in > & log &

the error message is follows:
屏幕截图 2020-11-23 161441.png
Does anybody has same problems before? any suggestion might help, Thanks in advance.

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: upwelling case READ_PHYPAR - Variable index not yet loaded, idStr

#2 Unread post by kate »

You need to use a varinfo.dat file which is consistent with your ROMS version. idStr is in some varinfo.dat files:

Code: Select all

'strain'                                           ! Output
  'strain'
  'second-1'                                       ! [1/s] 
  'strain, scalar, series'
  'ocean_time'
  'idStr'
  'p3dvar'
  1.0d0 

Post Reply