READ_PHYPAR - could not find input file:

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
edwardrivera
Posts: 11
Joined: Wed Apr 24, 2013 11:08 am
Location: CariCOOS

READ_PHYPAR - could not find input file:

#1 Unread post by edwardrivera »

Hi
I am running a simulation of a part of the southern shore of Puerto Rico by performing an offline nesting from a Regional simulation (Puerto Rico). No matter what I do, I still getting the same error:

Output/Input Files:

Output Restart File: ocean_rst.nc
Output History File: ocean_his.nc
Output Stations File: ocean_sta.nc
Input Grid File: parguera_grd.nc
Input Nonlinear Initial File: parguera_ini.nc

READ_PHYPAR - could not find input file: ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@

Elapsed CPU time (seconds):


ROMS/TOMS - Output NetCDF summary for Grid 01:

ROMS/TOMS - I/O error ............... exit_flag: 4


My input files are the following(they are all located at the same directory):
1. parguera_ini.nc
2. parguera_grd.nc
3. parguera_bry.nc
4. parguera_blk.nc
5. parguera_wind.nc
6. parguera_tidal.nc

The parguera bulk file contains the following variables:
1. SST
2. swrad
3. swflux
4. shflux
5. sms_time

The header file is defined as follow:
#define SOLVE3D
#define MASKING
#define SPHERICAL
#define SPLINES
#define PROFILE
#define STATIONS
#define UV_ADV
#define UV_COR
#define UV_VIS2
#define UV_QDRAG
#define TS_U3HADVECTION
#define TS_C4VADVECTION
#define TS_DIF2
#define SALINITY
#define NONLIN_EOS
#define DJ_GRADPS
#define ANA_BSFLUX
#define ANA_BTFLUX
#define MIX_S_UV
#define MIX_GEO_TS
#define GLS_MIXING
#ifdef GLE_MIXING
# define N2S2_HORAVG
# define KANTHA_CLAYSON
#endif
#define SSH_TIDES
#define UV_TIDES
#define RAMP_TIDES

The files parguera_grd.nc and parguera_bry are made using the Matlab scripts form ROMS_src/matlab/boundary.
I would really appreciate it if someone could help me.

evridiki
Posts: 19
Joined: Mon Nov 05, 2012 2:39 pm
Location: National and Kapodistrian University of Athens

Re: READ_PHYPAR - could not find input file:

#2 Unread post by evridiki »

Hi,

In your header file you have #ifdef GLE_MIXING instead of #ifdef GLS_MIXING.
Make sure that you have the correct paths, names for all your input files and you might also take a look at:
/test/your_test/Build/read_phypar.f90 to see if you can find anything there.
Also make sure that you don't have any TAB characters in your .in file or NaN in your netcdf input files.

Hope that helps

Post Reply