Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

MOM6 output in 16-bit integers

helber

Bob Helber
New Member
I'm trying to output T, S, u and v in 16-bit integers. I get the error:
"FATAL from PE 0: diag_manager_mod::register_diag_field: output_field u has pack >=4, range is REQUIRED in register_diag_field"
Makes sense that I need to put a range to pack the data using a scale and offset. But, where to I put the range. I tried:
"ocean_model_z","temp","temp","ave_data_%1yr_%3dy","all",.true.,"none",4,"-1.8 40."
But, that does not work.
I've got 3 hourly forcing and want to output data every three hours:
"ave_data_%1yr_%3dy" ,3,"hours",1,"days","Time",1,"days"
Daily files of float numbers are huge.
 
Top