Search found 5 matches

by lizengocean09
Thu Aug 01, 2019 11:36 pm
Forum: ROMS Discussion
Topic: Question about tidal forcing in the nesting application
Replies: 5
Views: 2985

Re: Question about tidal forcing in the nesting application

John Wilkin, Thanks a lot!

I am wondering whether I set the .h file correctly?

#define UV_ADV
#define UV_COR
#define DJ_GRADPS
#define NONLIN_EOS
#define SALINITY
#define SOLVE3D
#define MASKING

#define WEST_WALL

#define SOUTH_FSCHAPMAN
#define SOUTH_M2FLATHER
#define SOUTH_TRADITION
#define ...
by lizengocean09
Thu Aug 01, 2019 4:57 pm
Forum: ROMS Discussion
Topic: Question about tidal forcing in the nesting application
Replies: 5
Views: 2985

Re: Question about tidal forcing in the nesting application

John Wilkin, Thank you very much for your help!

I have checked the path of the tidal forcing file my_test_tides_a.nc. Indeed, it is in the correct drectory.

The tidal forcing is set in the my_test_nested_2g_ab.in file.
! Input tidal forcing file name.
TIDENAME == ../Data/my_test_tides_a.nc

I ...
by lizengocean09
Wed Jul 31, 2019 4:26 pm
Forum: ROMS Discussion
Topic: Question about tidal forcing in the nesting application
Replies: 5
Views: 2985

Question about tidal forcing in the nesting application

Dear all,
I used otps2frc_v5 in ROMS_TOOL to generate a tidal forcing file my_test_tides_a.nc. However, when I used this forcing file in a nesting application, some errors appeared. The error messages are as follows.

Found Error: ** Line: 8378 Source: ROMS/Modules/mod_netcdf.F, netcdf_open
NETCDF ...
by lizengocean09
Mon Jul 22, 2019 3:36 pm
Forum: ROMS Bugs
Topic: One possible nesting-related bug
Replies: 2
Views: 11834

One possible nesting-related bug

contact.m works well for creating the nesting grid in the Cartesian coordinate system. However, when I made a nesting grid in the spherical coordinate system, I found there may be one bug in contact.m. Apologies if this is correct as it is.

lines 721-723
FSr.Values = G(dg).angle(:); R.angle = FCr ...
by lizengocean09
Sat Apr 20, 2019 5:33 am
Forum: ROMS Installation
Topic: Problems when running the case of I4DVAR
Replies: 0
Views: 2175

Problems when running the case of I4DVAR

Hi, everyone. When I ran the case of I4dVAR with the command mpirun -np 4 ./oceanG ocean_wc13.in . I got the following errors:
/usr/local/netcdf/bin/hydra_pmi_proxy: error while loading shared libraries: libcr.so.0: cannot open shared object file: No such file or directory
HYD_pmcd_pmiserv_proxy ...