Headland test case hanging

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
m.hadfield
Posts: 521
Joined: Tue Jul 01, 2003 4:12 am
Location: NIWA

Headland test case hanging

#1 Unread post by m.hadfield »

When I run the test_head case here

https://www.myroms.org/svn/src/test/test_head/

it hangs indefinitely with the following output

Code: Select all

...
          T  Hout(idU3rs)    Write out total 3D u-radiation stress.
          T  Hout(idV3rs)    Write out total 3D v-radiation stress.
          T  Hout(idU3Sd)    Write out 3D u-momentum stokes velocity.
          T  Hout(idV3Sd)    Write out 3D v-momentum stokes velocity.
          T  Hout(idWamp)    Write out wave height.
          T  Hout(idWlen)    Write out wavelength.
          T  Hout(idWdir)    Write out wave direction.
          T
This occurs at the same place on a couple of different machines. The inlet test case (which also involves ROMS-SWAN coupling via MPI) runs fine on the same machines, apart from the blow-up issue.

Has anyone else encountered this problem?

User avatar
m.hadfield
Posts: 521
Joined: Tue Jul 01, 2003 4:12 am
Location: NIWA

Re: Headland test case hanging

#2 Unread post by m.hadfield »

Never mind. I killed one of the jobs with Ctrl-C, at which point it emitted some additional, more helpful output:

Code: Select all

 Output/Input Files:

             Output Restart File:  ocean_rst.nc
             Output History File:  ocean_his.nc
              Output Floats File:  ocean_flt.nc
        Physical parameters File:  ocean_test_head.in
                 Input Grid File:  Data/test_head_curv_grd.nc
    Input Nonlinear Initial File:  Data/test_head_ini.nc

 READ_PHYPAR - could not find input file:  floats.in

 Elapsed CPU time (seconds):

 ROMS/TOMS - Output NetCDF summary for Grid 01:

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

 ERROR: I/O related problem.
Buffering, eh?

OK, so now the questions are:
  • The FLOATS option is enabled in build.bash. Is this intentional?
  • If so, where can I get a floats input file?

jcwarner
Posts: 1173
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: Headland test case hanging

#3 Unread post by jcwarner »

I am not able to keep up with all the changes. I stopped doing the "monday update to see what still works" part of my life. maybe someone else can do this.

mmahone
Posts: 4
Joined: Fri Feb 11, 2011 2:26 pm
Location: AMEC

Re: Headland test case hanging

#4 Unread post by mmahone »

Hello: here the file floats.in I have been using in this test case. Can't remember how I got it, but it looks like the job has been through. Best,
Attachments
floats.in
(9.21 KiB) Downloaded 200 times

Post Reply