-
Notifications
You must be signed in to change notification settings - Fork 23
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
FATAL from PE 43: file/field /g/data/qw43/ct2143/Input/Wave_input/hs_fixed.nc/HS couldnt recognize axis atts in time_interp_external #255
Comments
The files require the attribute |
Thanks russfielder, access-om2_err.txt The full error file is attached herewith. In my experiment, I have changed three fortran files which are ocean_vert_gotm.F90, turbulence.F90 and production.F90 and recompiled the codes. Could you please identify the cause of the errors. |
I have another question which is: I have checked field_table file and found three extra files are need to run with bgc modules which are 'ocmip2_press_monthly_om2.nc', 'ocmip2_xkw_monthly_om2.nc', and 'ocmip2_fice_monthly_om1p5_bc.nc' I can't find these files in ACCESS-OM2 input directories mentioned in config.yaml file. Regards |
Hi everyone,
I have been trying to include surface wave turbulence in ACCESS-OM2 by forcing Significant wave height (HS) and Peak frequency (fp_peak) data. When I try to run, the model exited throwing this error:
'FATAL from PE 43: file/field /g/data/qw43/ct2143/Input/Wave_input/hs_fixed.nc/HS couldnt recognize axis atts in time_interp_external'
I can understand that some of input data attributes are not recognised by ACCESS-OM2. However, I change the input attributes using a reference file 'ocean_temp_salt.res.nc' from ACCESS-OM2. I am still unable to fix this issue.
Kindly help!
An overview of my input file is given below:
[ct2143@gadi-login-05 Wave_input]$ ncdump -h hs_fixed.nc
netcdf hs_fixed {
dimensions:
time = UNLIMITED ; // (2920 currently)
GRID_X_T = 1440 ;
GRID_Y_T = 1080 ;
variables:
double time(time) ;
time:long_name = "time" ;
time:units = "days since 2015-01-01 00:00:00" ;
time:cartesian_axis = "T" ;
time:calendar_type = "GREGORIAN" ;
time:calendar = "GREGORIAN" ;
double GRID_X_T(GRID_X_T) ;
GRID_X_T:standard_name = "longitude" ;
GRID_X_T:long_name = "longitude" ;
GRID_X_T:units = "degree_east" ;
GRID_X_T:axis = "X" ;
GRID_X_T:point_spacing = "even" ;
double GRID_Y_T(GRID_Y_T) ;
GRID_Y_T:standard_name = "latitude" ;
GRID_Y_T:long_name = "latitude" ;
GRID_Y_T:units = "degree_north" ;
GRID_Y_T:axis = "Y" ;
GRID_Y_T:point_spacing = "uneven" ;
short MAPSTA(GRID_Y_T, GRID_X_T) ;
MAPSTA:standard_name = "status map" ;
MAPSTA:long_name = "status map" ;
MAPSTA:units = "1" ;
short HS(time, GRID_Y_T, GRID_X_T) ;
HS:standard_name = "sea_surface_wave_significant_height" ;
HS:long_name = "significant height of wind and swell waves" ;
HS:units = "m" ;
HS:add_offset = 0.f ;
HS:scale_factor = 0.002f ;
HS:_FillValue = -32767s ;
HS:missing_value = -32767s ;
HS:globwave_name = "significant_wave_height" ;
The text was updated successfully, but these errors were encountered: