... | @@ -8,9 +8,9 @@ grep -oP 'vardesc\("\K[^"]+' cobalt_reg_diag.F90 |
... | @@ -8,9 +8,9 @@ grep -oP 'vardesc\("\K[^"]+' cobalt_reg_diag.F90 |
|
```
|
|
```
|
|
A tutorial for adding new diagnostics in COBALT is provided here (*add link*).
|
|
A tutorial for adding new diagnostics in COBALT is provided here (*add link*).
|
|
|
|
|
|
The "diagnostic table" controls which diagnostics are generated. The default ocean and sea ice diagnostics for CEFI's regional MOM6 simulations can be found *here*, while the default ocean biogeochemical diagnostics can be found [here](https://github.com/NOAA-GFDL/CEFI-regional-MOM6/blob/feature/diag_table_cleanup/xmls/NWA12/diag_tables/diag_table_CEFI_COBALT_default). The file begins by defining broad output categories across which the diagnostics will be organized (check the `output file section` [here](https://cefi-regional-mom6.readthedocs.io/en/latest/InputsOutputs.html#file-section) for more details).
|
|
The "diagnostic table" controls which diagnostics are generated. The default ocean and sea ice diagnostics for CEFI's regional MOM6 simulations can be found *here*, while the default ocean biogeochemical diagnostics can be found [here](https://github.com/NOAA-GFDL/CEFI-regional-MOM6/blob/feature/diag_table_cleanup/xmls/NWA12/diag_tables/diag_table_CEFI_COBALT_default). The file begins by defining broad output categories across which the diagnostics will be organized (check `output file section` [here](https://cefi-regional-mom6.readthedocs.io/en/latest/InputsOutputs.html#file-section) for more details).
|
|
|
|
|
|
Once the categories have been defined, each is filled with the desired diagnostics (check the `output field section` [here](https://cefi-regional-mom6.readthedocs.io/en/latest/InputsOutputs.html#field-section) for more details).
|
|
Once the categories have been defined, each is filled with the desired diagnostics (check `output field section` [here](https://cefi-regional-mom6.readthedocs.io/en/latest/InputsOutputs.html#field-section) for more details).
|
|
|
|
|
|
A notable aspect of the default CEFI diagnostic table is that it does not include 3D daily data. This is typical climate simulations designed to be run for hundreds of years of simulation.
|
|
A notable aspect of the default CEFI diagnostic table is that it does not include 3D daily data. This is typical climate simulations designed to be run for hundreds of years of simulation.
|
|
|
|
|
... | | ... | |