I am planning to run the roms for Indian Ocean region with a resolution of 1/36 degrees. With great difficulties (as matlab fails to handle filesize of netCDF file).
Here are the dimensions of the file
I have also given HDF5 CPP flag in order to enable HDF5/netCDF4 formats that handle large filesdimensions:
one = 1 ;
s_rho = 40 ;
time = 1 ;
eta_rho = 2268 ;
xi_rho = 3241 ;
eta_u = 2268 ;
xi_u = 3240 ;
eta_v = 2267 ;
xi_v = 3241 ;
s_w = 41 ;
Just to give an idea, the file size of roms_ini.nc is 9.5 GB.
The program exists with following error.
I am using netcdf-4.1.3 for compiling the model with HDF5-1.8.9NLM: GET_STATE - Read state initial conditions, t = 0 00:00:00
(Grid 01, File: roms_ini.nc, Rec=0001, Index=1)
- free-surface
(Min = -4.11881377E-01 Max = 8.11087419E-01)
- vertically integrated u-momentum component
(Min = -4.07339808E-01 Max = 5.99377847E-01)
- vertically integrated v-momentum component
(Min = -7.66673929E-01 Max = 1.03701301E+00)
APPLICATION TERMINATED WITH THE EXIT STRING: Hangup (signal 1)
Hope to have some suggestion to resolve this issue.