Ask Your Question
0

ERROR with NRPFHIS = 1

asked 2020-03-06 04:49:22 +0100

Hi,

I am new to this model, so sorry if I am asking something obvious.

I am trying to write history files, and I got this error when creating the first file:

ERROR in def_his/avg: Cannot create netCDF file: ./output/GOM1km_his.0000/.nc

WRT_HIS ERROR: Cannot synchronize/close history netCDF file.

The filename of the history output seems to be wrong. This error only happens when I set NRPFHIS to 1. The model runs OK with other NRPFHIS value (at least for 2 or -1). I attached my croco.in file here.

C:\fakepath\croco.in

Could anybody help me with this? Thank you!

btw, is there any way to turn off average output in .in file? Or is can only be turned off at compiling?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-03-13 05:00:31 +0100

Average output can be turned off by undefining the AVERAGES preprocessor option in cppdefs.h. For that you will need to recompile and run.

Regarding NRPFHIS, I have faced this problem before, but I usually save 2 outputs in 1 file (or 3, depending on the problem). So I prescribe NRPFHIS as either 2 or 3 and it works for me. For eg, if you set NWRT to 1000 and NRPFHIS to 2, it will save the outputs at the 1000th and 2000th timestep in a single file, 3000th and 4000th timestep into the next file, and so on.

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2020-03-06 04:49:22 +0100

Seen: 1,398 times

Last updated: Mar 13 '20