I get stuck too...

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
kate
Posts: 4091
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

I get stuck too...

#1 Unread post by kate »

So, running in parallel, optimized, I get:

Code: Select all

   STEP   Day HH:MM:SS  KINETIC_ENRG   POTEN_ENRG    TOTAL_ENRG    NET_VOLUME
      0 21187 00:00:00  2.418179E-04  2.245258E+04  2.245258E+04  5.290993E+16

 NETCDF_PUT_FVAR_1D - error while inquiring ID for variable:  ocean_time                        in input file:  nep5_sta.nc
                      call from:  wrt_station.F
So I recompile for the debugger and run it there. I instead get:

Code: Select all

   STEP   Day HH:MM:SS  KINETIC_ENRG   POTEN_ENRG    TOTAL_ENRG    NET_VOLUME

      0 21187 00:00:00  2.418179E-04  2.245258E+04  2.245258E+04  5.290993E+16
      DEF_HIS   - creating history file: nep5_his_00001.nc
      WRT_HIS   - wrote history  fields (Index=1,1) into time record = 0000001
      DEF_AVG   - creating average file: nep5_avg_00001.nc
      DEF_STATION - creating stations file: nep5_sta.nc
      DEF_FLOATS  - creating floats file: nep5_flt.nc
I'm really puzzled - it was working a few months ago.

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

Re: I get stuck too...

#2 Unread post by kate »

OK, so I figured that one out, partly anyway. I was asking for only two timesteps in the first run which allowed ROMS to shortcut on creating some of the output files. Looks like it took a few too many shortcuts...

Next:

Code: Select all

    103 21187 05:43:20  6.115898E-03  2.245612E+04  2.245613E+04  5.290977E+16
 DIAG speed trouble  25.566703570606265
 Blowing-up: Saving latest model state into  RESTART file
      WRT_RST   - wrote re-start fields (Index=2,2) into time record = 0000001

Post Reply