I am trying to build the Initial conditions and forcing for ROMS using the pyroms module. But while trying to run the make_remap_weights_file.py script I am constantly getting this error:
Code: Select all
Assuming spherical is integer b'T' <class 'numpy.ma.core.MaskedArray'>
Load geographical grid from file
grid shape 40 20
grid shape 40 19
grid shape 39 20
At line 138 of file ./pyscrip.f90 (unit = 1)
Fortran runtime error: Bad FORM parameter in OPEN statement
From previous issues posted here, I got to know that it's better to use xesmf for remapping. But when I am trying to run make_remap_weights_file_ARCTIC_HYCOM_GLBy.py script, the process is getting killed.
I am new to ROMS, so any kind of help would be highly appreciated.