Skip to content

file_type ="NETCDF_NCCF" for gen_ens_prod? #1519

Locked Answered by georgemccabe
benjamin-cash asked this question in Configuration
Discussion options

You must be logged in to vote

Hi @benjamin-cash, you cannot specify the file type per field, but you can specify it for all ensemble input.
Moving file_type = NETCDF_NCCF; out of the field array so that it is on the same level as ens_thresh and vld_thresh should give you the results you are expecting.

ens = {
  ens_thresh = 1.0;
  vld_thresh = 1.0;
  file_type = NETCDF_NCCF;
  field = [{
    name = "tref";
    level = "(*,*,*)";
  }];
}

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
5 replies
@benjamin-cash
Comment options

@JohnHalleyGotway
Comment options

@benjamin-cash
Comment options

@JohnHalleyGotway
Comment options

@benjamin-cash
Comment options

Answer selected by georgemccabe
Comment options

You must be logged in to vote
4 replies
@benjamin-cash
Comment options

@JohnHalleyGotway
Comment options

@benjamin-cash
Comment options

@georgemccabe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment