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.
"READ_PHYPAR - could not find input file: ocean_ini.nc" err
-
- 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
The code responsible is likely this chunk of globaldefs.h:
Ring any bells?
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
-
- 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
Yes it does !
Thanks a lot.
Thanks a lot.
Re: "READ_PHYPAR - could not find input file: ocean_ini.nc"
I have a similar problem, only it looks like this:
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?
With no file name after the colon!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:
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?
Re: "READ_PHYPAR - could not find input file: ocean_ini.nc"
Nevermind, solved.