Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit aa470e8

Browse files
committed
fixed #191
1 parent 63bde3f commit aa470e8

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

ACDD_conf.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,17 @@ cmor:
7171
# use this to indicate the path used for new or modified tables
7272
# these will be used in preference to the package tables
7373
tables_path: ""
74-
# ancillary files path
75-
# when running model with payu ancil files are copied to work/<realm>/INPUT
76-
# you can leave these empty if processing only atmos
74+
# Ancil files are needed only for specific variables when
75+
# grid information is not fully available from output
76+
# you can usually leave these empty if processing only atmos
77+
# ancillary files relative path to <appdir> or fullpath
7778
ancils_path: "localdata/ancils"
7879
grid_ocean: ""
7980
grid_ice: ""
8081
mask_ocean: ""
82+
# to supply land area fraction if not available in output
8183
land_frac: ""
84+
# to supply tile area fraction if not available in output
8285
tile_frac: ""
8386
# defines Controlled Vocabularies and required attributes
8487
# leave ACDD to follow NCI publishing requirements

CMIP6_conf.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
################################################################
22
# USER OPTIONS
33
# Settings to manage cmorisation and set tables/variables to process
4+
# This config file is to produce files to submit to CMIP6 project
5+
# It's more restrictive than ACDD_conf.yaml
46
cmor:
57
# If test true it will just run the setup but not launch the job automatically
68
test: false
@@ -62,14 +64,17 @@ cmor:
6264
# as you should use official CMOR cmip6 tables for CMIP6 mode
6365
# use this only if current package version is obsolete
6466
tables_path: ""
65-
# ancillary files path
66-
# when running model with payu ancil files are copied to work/<realm>/INPUT
67-
# you can leave these empty if processing only atmos
68-
ancils_path: "data/ancils"
67+
# Ancil files are needed only for specific variables when
68+
# grid information is not fully available from output
69+
# you can usually leave these empty if processing only atmos
70+
# ancillary files relative path to <appdir> or fullpath
71+
ancils_path: "localdata/ancils"
6972
grid_ocean: ""
70-
mask_ocean: ""
7173
grid_ice: ""
74+
mask_ocean: ""
75+
# to supply land area fraction if not available in output
7276
land_frac: ""
77+
# to supply tile area fraction if not available in output
7378
tile_frac: ""
7479
history_data: ''
7580
# DO NOT REMOVE OR ALTER this if you don't know what you're doing :-)

0 commit comments

Comments
 (0)