Skip to content

Commit a8d73a0

Browse files
committed
Birgit final suggestions
1 parent 9aeafc4 commit a8d73a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_episodes/09-cmorization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ however, is beyond the scope of this tutorial.
462462
> > filename: 'GPP.ANN.CRUNCEPv6.monthly.*.nc'
463463
> >
464464
> > attributes:
465-
> > project_id: OBS
465+
> > project_id: OBS6
466466
> > dataset_id: FLUXCOM
467467
> > version: 'ANN-v1'
468468
> > tier: 3
@@ -508,11 +508,11 @@ naming convention for ESMValTool datasets. Let's have a look at the NetCDF file
508508
as it was written with the very basic CMORizer from above.
509509
510510
```bash
511-
ncdump -h OBS_FLUXCOM_reanaly_ANN-v1_Lmon_gpp_198001-198012.nc
511+
ncdump -h OBS6_FLUXCOM_reanaly_ANN-v1_Lmon_gpp_200001-200012.nc
512512
```
513513
514514
~~~
515-
netcdf OBS_FLUXCOM_reanaly_ANN-v1_Lmon_gpp_198001-198012 {
515+
netcdf OBS6_FLUXCOM_reanaly_ANN-v1_Lmon_gpp_200001-200012 {
516516
dimensions:
517517
time = 12 ;
518518
lat = 360 ;

0 commit comments

Comments
 (0)