There ice variables do not write to file do to miss matches in the variables names and grid they should be on.
Error:
ncpop.write_data_to_file(f_out, v, tmp_var)
File "/home/users/benbar/pyBDY/src/pybdy/nemo_bdy_ncpop.py", line 70, in write_data_to_file
ncid.variables[variable_name][:, :, :] = data[:, :, :]
KeyError: 'ice1'
There ice variables do not write to file do to miss matches in the variables names and grid they should be on.
Error:
ncpop.write_data_to_file(f_out, v, tmp_var)
File "/home/users/benbar/pyBDY/src/pybdy/nemo_bdy_ncpop.py", line 70, in write_data_to_file
ncid.variables[variable_name][:, :, :] = data[:, :, :]
KeyError: 'ice1'