history writing

Bug reports, work arounds and fixes

Moderators: arango, robertson

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

history writing

#1 Unread post by kate »

When you run ROMS for the first chunk of a simulation, there's a check for writing history files. It only creates the initial history file if NHIS is less than the number of timesteps required. No problem.

Now I want to restart and I get:

Code: Select all

      DEF_HIS   - inquiring history file, Grid 01: nwgoa_his_0001.nc

 NETCDF_OPEN - unable to open existing NetCDF file:
               nwgoa_his_0001.nc
               call from:  def_his.F
I have LDEFOUT set to F on restart, necessary if I ever turn on FLOATS and want them to restart from where they left off.

I usually just #define NO_HIS but I was doing some debugging.

Post Reply