The global attributes are too long, and I want concise ones in the NETCDF files.
Thanks for your advises.
How can I write concise global attributes into netcdf files
Re: How can I write concise global attributes into netcdf fi
You are talking about the ROMS output files? They are set in def_info.F:
Code: Select all
! Define global attributes.
- arango
- Site Admin
- Posts: 1361
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: How can I write concise global attributes into netcdf fi
This is absurd. In never heard anything like it. The buffer for the global attributes is extremely smaaaaaaall compared with the data. Obviously, you need to read more about the NetCDF files and its unique format. You cannot remove the global attributes in any of the ROMS history file because the model will check out such attributes for consistency during restart.
This attributes gives the user the capability to reproduce the results if so desired latter on.
This attributes gives the user the capability to reproduce the results if so desired latter on.