diff --git a/docs/assets/model_evaluation/logo_nci_data_catalogs.png b/docs/assets/model_evaluation/logo_nci_data_catalogs.png index 5678b062b..b3f263970 100644 Binary files a/docs/assets/model_evaluation/logo_nci_data_catalogs.png and b/docs/assets/model_evaluation/logo_nci_data_catalogs.png differ diff --git a/docs/assets/model_evaluation/obs_data_ct11.png b/docs/assets/model_evaluation/obs_data_ct11.png new file mode 100644 index 000000000..47cdda87a Binary files /dev/null and b/docs/assets/model_evaluation/obs_data_ct11.png differ diff --git a/docs/community_resources/index.md b/docs/community_resources/index.md index 455a83c64..d4ecb1f07 100644 --- a/docs/community_resources/index.md +++ b/docs/community_resources/index.md @@ -11,13 +11,13 @@ In this area of the Hive, we collect content that is not currated by us, but may
Working Groups
- +
Events
Events
- +
Model Evaluation Links
diff --git a/docs/index.md b/docs/index.md index 11d36c084..f10551921 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,7 +47,7 @@ hide:
Model Evaluation
-
Model Evaluation
+
Data and Model Evaluation
diff --git a/docs/model_evaluation/model_evaluation_observational_catalogs.md b/docs/model_evaluation/model_evaluation_observational_catalogs.md index a091ef389..51ab383f2 100644 --- a/docs/model_evaluation/model_evaluation_observational_catalogs.md +++ b/docs/model_evaluation/model_evaluation_observational_catalogs.md @@ -1,6 +1,6 @@ # Observational Data Catalogue -We are working in cooperation with NCI to currate observational data collections for you that are being hosted by NCI. ACCESS-NRI and NCI are actively currating the data collections and we are working on including new data collections. +ACCESS-NRI and NCI as the data host are currating data collections on the NCI storage and we are working on including new, currated data collections. You can search the available data collections on the NCI Data Collections website: @@ -9,14 +9,14 @@ You can search the available data collections on the NCI Data Collections websit
NCI Data Collections
-
NCI Data Collections
+
Search for data here
- +
+ +Below you can see a screenshot of an example catalogue (NCI project `ct11`) of ACCESS-NRI Replicated Datasets for Climate Model Evaluation (you can find this particular entry by searching `ACCESS-NRI`): + +
+ Edited Screenshot of NCI Data Catalogue for ACCESS-NRI replicated data
\ No newline at end of file diff --git a/docs/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_esmvaltool.md b/docs/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_esmvaltool.md index 5823d465d..1f13d1aa1 100644 --- a/docs/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_esmvaltool.md +++ b/docs/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_esmvaltool.md @@ -33,7 +33,7 @@ Our plan is to routinely run benchmarks and comparisons of the ACCESS models CMI NCI Projects requires to run the set of ESMValTool recipes: -- xp65, kj13, fs38, oi10, rr3, al33, rt52, zz93, qv56 +- xp65, ct11, fs38, oi10, rr3, al33, rt52, zz93, qv56 #### Load the `access-med` conda environment diff --git a/docs/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_ilamb.md b/docs/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_ilamb.md index cc5292951..6f178c697 100644 --- a/docs/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_ilamb.md +++ b/docs/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_ilamb.md @@ -56,12 +56,12 @@ You can of course change the path of the directory, but will need to take this i ### 1.2 ILAMB_ROOT/DATA -An extensive colletion of DATA is provided in the `kj13` project. You need to have [joined the project on NCI](https://my.nci.org.au/mancini/project-search) to get access to this data. +An extensive colletion of DATA is provided in the `ct11` project. You need to have [joined the project on NCI](https://my.nci.org.au/mancini/project-search) to get access to this data. To create a symbolic link to this data, use the bash command ``` -ln -s /g/data/kj13/datasets/ilamb/DATA/* $ILAMB_ROOT/DATA/ -ln -s /g/data/kj13/datasets/iomb/DATA/* $ILAMB_ROOT/DATA/ +ln -s /g/data/ct11/access-nri/replicas/ILAMB/* $ILAMB_ROOT/DATA/ +ln -s /g/data/ct11/access-nri/replicas/IOMB/* $ILAMB_ROOT/DATA/ ``` Note that the directory `WOA2018` is an overlapping catalogue (you can ignore the warning that a link already exists). For more information on the data sets, please visit the the `ilamb` [dataset website](https://www.ilamb.org/datasets.html). @@ -221,7 +221,7 @@ The following default PBS file, let's call it `ilamb_test.sh` can help you to se #PBS -l mem=32GB #PBS -l jobfs=10GB #PBS -l walltime=00:10:00 -#PBS -l storage=gdata/xp65+gdata/kj13+gdata/fs38 +#PBS -l storage=gdata/xp65+gdata/ct11+gdata/fs38 #PBS -l wd module use /g/data/xp65/public/modules @@ -233,7 +233,7 @@ export CARTOPY_DATA_DIR=/g/data/xp65/public/apps/cartopy-data ilamb-run --config cmip.cfg --model_setup $PWD/modelroute.txt --regions global ``` -If you are not familiar with PBS jobs on NCI, you could find the guide [here](https://opus.nci.org.au/display/Help/4.+PBS+Jobs). In brief: this PBS script (which you can submit via the bash command `qsub ilamb_test.sh`), will submit a job to Gadi with the job name (`#PBS -N`) *default_ilamb* under project (`#PBS -P`) `tm70` with a normal queue (`#PBS -q normalbw`), for 1 CPU (`#PBS -l ncpus=1`) with 32 GB RAM (`#PBS -l mem=32GB`), with an walltime of 10 hours (`#PBS -l walltime=00:10:00`) and access to 10 GB local disk space (`#PBS -l jobfs=10GB`) as well as data storage access to projects `xp65`, `kj13`, and `fs38` (again, note that you have to be [member of both projects on NCI](https://my.nci.org.au/mancini/project-search). Upon starting the job, it will change into to the working directory that you started the job from (`#PBS -l wd`) and load the access-med conda environment. Finally, it will export the $ILAMB_ROOT as well as $ARTOPY_DATA_DIR paths and start an `ilamb-run`. +If you are not familiar with PBS jobs on NCI, you could find the guide [here](https://opus.nci.org.au/display/Help/4.+PBS+Jobs). In brief: this PBS script (which you can submit via the bash command `qsub ilamb_test.sh`), will submit a job to Gadi with the job name (`#PBS -N`) *default_ilamb* under project (`#PBS -P`) `tm70` with a normal queue (`#PBS -q normalbw`), for 1 CPU (`#PBS -l ncpus=1`) with 32 GB RAM (`#PBS -l mem=32GB`), with an walltime of 10 hours (`#PBS -l walltime=00:10:00`) and access to 10 GB local disk space (`#PBS -l jobfs=10GB`) as well as data storage access to projects `xp65`, `ct11`, and `fs38` (again, note that you have to be [member of both projects on NCI](https://my.nci.org.au/mancini/project-search). Upon starting the job, it will change into to the working directory that you started the job from (`#PBS -l wd`) and load the access-med conda environment. Finally, it will export the $ILAMB_ROOT as well as $ARTOPY_DATA_DIR paths and start an `ilamb-run`. In our example, we actually run the `cmip.cfg` file from the `ilamb` [config file github repository](https://github.com/rubisco-sfa/ILAMB/blob/master/src/ILAMB/data/) for files spec