ooo.nml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. !----------------------------------------------------------------------
  2. ! namooo Offline obs_oper namelist
  3. !----------------------------------------------------------------------
  4. ! ooo_files specifies the files containing the model counterpart
  5. ! nn_ooo_idx specifies the index within the model file
  6. ! nn_ooo_freq specifies the number of timesteps between file reads
  7. &namooo
  8. ooo_files = 'fcst.0.nc'
  9. nn_ooo_idx = 1
  10. /
  11. !----------------------------------------------------------------------
  12. ! namcl4 Class 4 obs_oper namelist
  13. !----------------------------------------------------------------------
  14. ! cl4_date the verfication date of the class 4 file
  15. ! cl4_vars the name of the variable in the class 4 file
  16. ! cl4_sys the forecast system being used e.g. FOAM
  17. ! cl4_cfg the model configuration being used e.g. amm7
  18. ! cl4_vn the version number e.g. 12.0
  19. ! cl4_prefix prefix which denotes the output file
  20. ! cl4_contact email address of file creator
  21. ! cl4_inst institution related to the data within the file
  22. ! cl4_leadtime lead time axis of class 4 file
  23. ! cl4_fcst_idx output file forecast index
  24. ! cl4_fcst_len output file forecast dimension length
  25. ! cl4_match_len number of match types
  26. !
  27. &namcl4
  28. cl4_leadtime = 12
  29. cl4_fcst_idx = 1
  30. cl4_fcst_len = 1
  31. cl4_match_len = 1
  32. cl4_date = '20130101'
  33. cl4_vars = 'forecast'
  34. cl4_sys = 'FOAM'
  35. cl4_cfg = 'amm7'
  36. cl4_vn = '12.0'
  37. cl4_prefix = 'class4'
  38. cl4_contact = ''
  39. cl4_inst = 'UK Met Office'
  40. /