"READ_PHYPAR - could not find input file: ocean_ini.nc" err

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
thomas.roc
Posts: 34
Joined: Tue Oct 28, 2008 3:19 pm
Location: IT Power

"READ_PHYPAR - could not find input file: ocean_ini.nc" err

#1 Unread post by thomas.roc »

Hi everybody,

I am trying to run a very simple case (a simple channel with a rdrg2 local variation). My simulation is compiling without any trouble but when I am running the executable this message appears: "READ_PHYPAR - could not find input file: ocean_ini.nc"

I guess this is due to a consistency problem in my initial analytical-conditions and my boundary conditions because ROMS is asking me for ocean_ini.nc. However, according to the theory, I thought I closed the system.

Does anybody have a clue how to figure out what is missing ?

Cheers.

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

Re: "READ_PHYPAR - could not find input file: ocean_ini.nc" err

#2 Unread post by kate »

The code responsible is likely this chunk of globaldefs.h:

Code: Select all

#if  !defined ANA_INITIAL || \
    ( defined BIOLOGY     && !defined ANA_BIOLOGY)  || \
    ( defined T_PASSIVE   && !defined ANA_PASSIVE)  || \
    ( defined SEDIMENT    && !defined ANA_SEDIMENT) || \
    ( defined BBL_MODEL   && !defined ANA_SEDIMENT)
# define INI_FILE
#endif
Ring any bells?

thomas.roc
Posts: 34
Joined: Tue Oct 28, 2008 3:19 pm
Location: IT Power

Re: "READ_PHYPAR - could not find input file: ocean_ini.nc" err

#3 Unread post by thomas.roc »

Yes it does !

Thanks a lot.

lolhsson
Posts: 23
Joined: Wed Jun 02, 2010 9:07 pm
Location: UC Berkeley

Re: "READ_PHYPAR - could not find input file: ocean_ini.nc"

#4 Unread post by lolhsson »

I have a similar problem, only it looks like this:
Input Grid File: ocean_grd.nc
Input Nonlinear Initial File: ocean_ini.nc
Input Forcing File 01: swrad.ORG.2000.nc

READ_PHYPAR - could not find input file:
With no file name after the colon!

There are eight forcing files in all, one apiece for the various necessities of the bulk flux formulation, though I'm using option LONGWAVE rather than provide downward longwave as an input. Since it only gets as far as shortwave radiation, I'm guessing it's related to swrad.ORG.2000.nc but I'm not sure. Does anyone have any ideas what might be afoot?

lolhsson
Posts: 23
Joined: Wed Jun 02, 2010 9:07 pm
Location: UC Berkeley

Re: "READ_PHYPAR - could not find input file: ocean_ini.nc"

#5 Unread post by lolhsson »

Nevermind, solved.

Post Reply