Compatibility between the ORCA2_OFF_v5.0.0.tar.gz input files and the namelist_cfg for the ORCA2_OFF_TRC reference case

I downloaded ORCA2_OFF_v5.0.0.tar.gz from NEMO SETTE input files delivered through Jasmin . Then, when I use these files for the reference configuration ORCA2_OFF_TRC, ./nemo crash with these E R R O R s:
iom_varid, file: ./dyna_grid_W.nc, var: difvsolog not found
iom_varid, file: ./dyna_grid_T.nc, var: mldr10_1 not found
iom_varid, file: ./dyna_grid_T.nc, var: windsp not found
iom_varid, file: ./dyna_grid_T.nc, var: hdivtr not found
iom_varid, file: ./dyna_grid_T.nc, var: wfob not found

Could someone help me to understand this ones ?

Hello, I’m running into issues with this test case as well. Did you end up finding the appropriate forcing files somewhere?

If not, I can help you understand the issue a bit. In some cases, these variables exist in the forcing files but are named differently. If you cross reference the &namdta_dynsection of the namelist_cfg file for the ORCA2_OFF_PISCES and the ORCA2_OFF_TRC case, you can find the correct names. (Note: the ORCA2_OFF_PISCES example works pretty smoothly out of the box, so it’s a good place to start)

However, the forcing files for this reference case are missing variables for sn_div and sn_empb. If you switch your cpp keys from key_qco to key_linssh, then you don’t actually need these variables…

That said, I would like to run the case with key_qco. So if anyone can point me to a forcing set that has all the necessary variables, that would be amazing!