Thanks, the above instructions worked.
I'm now trying to solve a different issue:
I would like to perform some experiments with a modified q-flux forcing file (where I have added some variability in the q-flux over the year). I am working with the the following q-flux file: pop_frc.b.e11.B1850LENS.f09_g16.pi_control.002.20190923.nc, which runs without error.
However when I run the model with a modified version of the above file, I encounter the following error when the CICE model is being initialized:
Warning: Departure points out of bounds in remap
my_task, i, j = 0 9 7
dpx, dpy = 5.072942220258205E+028 -7.018545912672618E+030
HTN(i,j), HTN(i+1,j) = 29661.2715820699 29661.2715820699
HTE(i,j), HTE(i,j+1) = 59395.4550164216 59395.4550164216
istep1, my_task, iblk = 1664403 0 1
Global block: 1
Global i and j: 8 6
remap transport: bad departure points
ERROR: remap transport: bad departure points
I've read elsewhere that this error is typically suggestive of a CFL violation, however, the error is occurring at initialization and makes me wonder if it is an error in my forcing file. But I'm not exactly sure. Does anyone know what this error might suggest?
I can provide more information about the modifications I am adding to the forcing file if needed. In one experiment, I added very small variations (a maximum magnitude of 4 W/m2), so I was surprised to see that the model was unable to run. I should also mention that the format of the file is (from what I can tell) identical to the format of pop_frc.b.e11.B1850LENS.f09_g16.pi_control.002.20190923.nc.