262 | | nemo_cice_obsoper depends on fcm_make_nemo, fixed_ancillary, fixed_restarts, daily_fluxes, DAILY_OBSERVATIONS |
263 | | |
264 | | |
265 | | Inherits from NEMO_CICE: |
266 | | ROSE_TASK_APP = nemo_cice |
267 | | CYCLE_LENGTH = {{CYCLE_LENGTH}} #'P1D' |
268 | | |
269 | | Obsoper specific: |
270 | | ROSE_APP_OPT_CONF_KEYS = "obsoper" |
271 | | (Each KEY in this space delimited list switches on an optional configuration in an application. The configurations are applied in first-to-last order.) |
| 279 | nemo_cice_obsoper depends on `fcm_make_nemo`, `fixed_ancillary`, `fixed_restarts`, `daily_fluxes`, `DAILY_OBSERVATIONS`. |
| 280 | |
| 281 | In `suite.rc` the following environment variables are defined: |
| 282 | {{{ |
| 283 | ROSE_APP_OPT_CONF_KEYS = "obsoper" |
| 284 | INDIR_ALTBIAS=$ALTBIAS_DIR |
| 285 | INDIR_OBSERVATIONS=$OBSERVATIONS_DIR |
| 286 | OUTDIR_INNOVATIONS=$INNOVATIONS_DIR |
| 287 | OUTDIR_ASSIM_BACKGROUND=$ASSIM_BACKGROUND_DIR |
| 288 | }}} |
| 289 | |
| 290 | From the rose documentation on `ROSE_APP_OPT_CONF_KEYS`: |
| 291 | Each KEY in this space delimited list switches on an optional configuration in an application. The configurations are applied in first-to-last order. |