gridmarthe.fillna gridmarthe.fillna(ds, varname, value)[source] Replace real nan (np.nan) value in dataset[varname], edge case of gridmarthe.replace() Parameters: ds (xr.Dataset) – dataset of marthe variable(s) varname (str) – variable name value (float) – value to replace NaN with