I am running ROMS with '
Code: Select all
#define BULK_FLUXES
Code: Select all
roms_narr_Jan2012.nc
Code: Select all
>> netcdf_load roms_narr_Jan2012.nc
>> whos
Name Size Bytes Class Attributes
Uwind 300x120x25 7200000 double
Vwind 300x120x25 7200000 double
lat 300x120 288000 double
lon 300x120 288000 double
wind_time 25x1 200 double
Code: Select all
GET_NGFLD - unable to find requested variable: u_west
in file: /nas/xyang44/coawst/Projects/test_indv_grd_full_run/roms_narr_Jan2012.nc
Code: Select all
BRYNAME == /nas/xyang44/coawst/Projects/test_indv_grd_full_run/coawst_bdy.nc
Code: Select all
>> netcdf_load coawst_bdy.nc
>> whos
Name Size Bytes Class Attributes
salt_east 120x30 14400 single
salt_south 300x30 36000 single
salt_time 1x1 8 double
temp_east 120x30 14400 single
temp_south 300x30 36000 single
temp_time 1x1 8 double
u_east 120x30 14400 single
u_south 299x30 35880 single
ubar_east 120x1 480 single
ubar_south 299x1 1196 single
v2d_time 1x1 8 double
v3d_time 1x1 8 double
v_east 119x30 14280 single
v_south 300x30 36000 single
vbar_east 119x1 476 single
vbar_south 300x1 1200 single
zeta_east 120x1 960 double
zeta_south 300x1 2400 double
zeta_time 1x1 8 double
Thanks,
Xiufeng