-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make_solo_mosaic error when getting value of variable from file #181
Comments
@camscmip6 is there any way you could share the |
The size of ocean_hgrid.nc file is about 186GB // global attributes: I'll try to share this file |
My guess is the size of the |
@camscmip6
Out of curiosity, is your work related to the NCAR MUSICA work? |
Hi All,
We are trying to use make_solo_mosaic to generate mosaic file for mom6 with extreme high resolution (i.e., 36000x27000 horizontal grid), but we got the following message when do this:
I check the make_solo_mosaic.c file, and it seems that the error occurs in this code segment:
The format of ocean_hgrid.nc is netcdf4.
I convert the ocean_hgrid file from netcdf4 to cdf5 using nccopy, and rerun make_solo_mosaic, the error message looks like this:
Is this error due to the NetCDF library or other reason?
Thank you!
The text was updated successfully, but these errors were encountered: