Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

SST fill_missing value

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

bartbrashers

New member
Is there a good reason I should keep the SST fill_missing value set to zero in METGRID.TBL? If I did the following, would it cause problems?

Code:
========================================
name=SST
        interp_option=sixteen_pt+four_pt
        fill_missing=-1.E30
        missing_value=-1.E30
        flag_in_output=FLAG_SST
========================================

I'm just annoyed that every time I use ncview to look at SST, the range defaults to something like [0, 300], but the values are only in the range closer to [273, 300]. I have to manually reset the range to see any variations.

Bart
 
Bart,
I don't think there should be any problem with changing it the way you've indicated.
 
Top