Skip to content

Commit

Permalink
fixed #191
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Oct 30, 2024
1 parent 63bde3f commit aa470e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
9 changes: 6 additions & 3 deletions ACDD_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,17 @@ cmor:
# use this to indicate the path used for new or modified tables
# these will be used in preference to the package tables
tables_path: ""
# ancillary files path
# when running model with payu ancil files are copied to work/<realm>/INPUT
# you can leave these empty if processing only atmos
# Ancil files are needed only for specific variables when
# grid information is not fully available from output
# you can usually leave these empty if processing only atmos
# ancillary files relative path to <appdir> or fullpath
ancils_path: "localdata/ancils"
grid_ocean: ""
grid_ice: ""
mask_ocean: ""
# to supply land area fraction if not available in output
land_frac: ""
# to supply tile area fraction if not available in output
tile_frac: ""
# defines Controlled Vocabularies and required attributes
# leave ACDD to follow NCI publishing requirements
Expand Down
15 changes: 10 additions & 5 deletions CMIP6_conf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
################################################################
# USER OPTIONS
# Settings to manage cmorisation and set tables/variables to process
# This config file is to produce files to submit to CMIP6 project
# It's more restrictive than ACDD_conf.yaml
cmor:
# If test true it will just run the setup but not launch the job automatically
test: false
Expand Down Expand Up @@ -62,14 +64,17 @@ cmor:
# as you should use official CMOR cmip6 tables for CMIP6 mode
# use this only if current package version is obsolete
tables_path: ""
# ancillary files path
# when running model with payu ancil files are copied to work/<realm>/INPUT
# you can leave these empty if processing only atmos
ancils_path: "data/ancils"
# Ancil files are needed only for specific variables when
# grid information is not fully available from output
# you can usually leave these empty if processing only atmos
# ancillary files relative path to <appdir> or fullpath
ancils_path: "localdata/ancils"
grid_ocean: ""
mask_ocean: ""
grid_ice: ""
mask_ocean: ""
# to supply land area fraction if not available in output
land_frac: ""
# to supply tile area fraction if not available in output
tile_frac: ""
history_data: ''
# DO NOT REMOVE OR ALTER this if you don't know what you're doing :-)
Expand Down

0 comments on commit aa470e8

Please sign in to comment.