ROMS.jl different error launching .in with romsS vs romsG

Hi;

I have launched the lingurean example with romeS and with romsG and the questions are:

  1. Because it shows me different errors
  2. The solution to any of them to finish the example.
    Thank you
    Unai

romsS:
GET_STATE_NF90 - NLM: state initial conditions, 2019-01-02 00:00:00.00
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.


romsG:

GET_STATE_NF90 - NLM: state initial conditions, 2019-01-02 00:00:00.00

At line 145 of file check_multifile.f90
Fortran runtime error: Allocatable actual argument ‘frc’ is not allocated

ping @Alexander Barth

Can you check that you did all steps described in Tutorial · ROMS.jl ? In particular the step:

change Lm, Mm and N based on the dimensions of your grid (make sure to read the glossary for these variable in roms.in)

The Ligurian Sea test case is test in CI with GitHub action; so it should work.