You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error occured in procedure P2D_MAPPING_AB !
Treated file = sosie_mapping_tn1v3-tn025v3.nc
Treated variable = metrics (masking)
--> aborting program
Netcdf message was :
NetCDF: Not a valid data type or _FillValue type mismatch
I am using ifort 19.0.5.281 20190815 and netCDF-cxx4 4.3.1.
Any suggestion?
UPDATE
Also running the provided examples namelist.example1_bilin and namelist.example3 leads to the same issue.
The text was updated successfully, but these errors were encountered:
Hello,
Mhhh then I suspect something could be wrong with the version of netCDF you are using... I mean, example1 should work no matter what...
Could you try compiling SOSIE with more debugging-friendly flags such as:
-traceback -fpe0 -CB
And see if we get more information in the error message?
Cheers, /laurent
Hi,
I have the exact same problem. One solution seems to use an older version of the netcdf libraries
Instead of using:
module load intel/2020a netCDF-Fortran/4.5.2-iimpi-2020a netCDF/4.7.4-iimpi-2020a
I now use:
module load netCDF-Fortran/4.4.4-intel-2018b intel/2018b netCDF/4.6.1-intel-2018b
And then it worked.
Thanks so much!
I had the same problems with intel/20.0.4.
Then I tried to re-compile sosie3 with different configuration:
intel/18.0.4 ; netcdf_c-4.3.2 ; netcdf_fortran-4.4.2
and it now works!
Hello,
I need to interpolate a dataset from native ORCA1 grid (namely CESM tn1v3 grid) to ORCA025 grid (namely CESM tn0.25v3 grid).
This is the input namelist:
Variable attributes from input file read:
I get the following error:
I am using ifort 19.0.5.281 20190815 and netCDF-cxx4 4.3.1.
Any suggestion?
UPDATE
Also running the provided examples namelist.example1_bilin and namelist.example3 leads to the same issue.
The text was updated successfully, but these errors were encountered: