This repository was archived by the owner on Sep 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,17 @@ cmor:
71
71
# use this to indicate the path used for new or modified tables
72
72
# these will be used in preference to the package tables
73
73
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
77
78
ancils_path : " localdata/ancils"
78
79
grid_ocean : " "
79
80
grid_ice : " "
80
81
mask_ocean : " "
82
+ # to supply land area fraction if not available in output
81
83
land_frac : " "
84
+ # to supply tile area fraction if not available in output
82
85
tile_frac : " "
83
86
# defines Controlled Vocabularies and required attributes
84
87
# leave ACDD to follow NCI publishing requirements
Original file line number Diff line number Diff line change 1
1
# ###############################################################
2
2
# USER OPTIONS
3
3
# 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
4
6
cmor :
5
7
# If test true it will just run the setup but not launch the job automatically
6
8
test : false
@@ -62,14 +64,17 @@ cmor:
62
64
# as you should use official CMOR cmip6 tables for CMIP6 mode
63
65
# use this only if current package version is obsolete
64
66
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"
69
72
grid_ocean : " "
70
- mask_ocean : " "
71
73
grid_ice : " "
74
+ mask_ocean : " "
75
+ # to supply land area fraction if not available in output
72
76
land_frac : " "
77
+ # to supply tile area fraction if not available in output
73
78
tile_frac : " "
74
79
history_data : ' '
75
80
# DO NOT REMOVE OR ALTER this if you don't know what you're doing :-)
You can’t perform that action at this time.
0 commit comments