From 577ae9d034f6febac9809ec8222a7550a446039f Mon Sep 17 00:00:00 2001 From: mvdebolskiy <80036033+mvdebolskiy@users.noreply.github.com> Date: Tue, 7 May 2024 17:02:28 +0200 Subject: [PATCH 1/3] add group7 --- docs/data/local-data.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/data/local-data.rst b/docs/data/local-data.rst index f260aa8..a8d60b3 100644 --- a/docs/data/local-data.rst +++ b/docs/data/local-data.rst @@ -12,22 +12,28 @@ Mounted data directories: - ``~/shared-craas1-nn9989k-ns9560k/`` NorESM KeyClim and ForCes data. -- ``~/shared-craas1-geo4992/data/data_group4/`` Fire emissions from CAMS and MERRA2 + aerosol data from ``_ and ``_. - - ``~/shared-craas1-ns9989k-ns9600k/escience_course/`` Contains folders with the CloudSat Cloud Profiling Radar 2B-GEOPROF data and MERRA aerosol data from 2007-2010. - ``~/shared-craas1-ns9989k-geo4992/data/data_group3/**``: - - ``~/shared-craas1-ns9989k-geo4992/data/data_group3/NYA_radiation/`` Longwave and shortwave radiation observational data from Ny-Ålesund, 2006-2024. + - ``./NYA_radiation/`` Longwave and shortwave radiation observational data from Ny-Ålesund, 2006-2024. + + - ``./DMPS_ZEP/`` Aerosol size distribution observational data from Zeppelin Observatory, 2000-2020. - - ``~/shared-craas1-ns9989k-geo4992/data/data_group3/DMPS_ZEP/`` Aerosol size distribution observational data from Zeppelin Observatory, 2000-2020. + - ``./echam_salsa_zep/`` Model output from ECHAM-SALSA with nudged surface meteorology, collocated with Zeppelin observatory from 2011-2020. Aerosol, basic meteorology and radiation parameters. - - ``~/shared-craas1-ns9989k-geo4992/data/data_group3/echam_salsa_zep/`` Model output from ECHAM-SALSA with nudged surface meteorology, collocated with Zeppelin observatory from 2011-2020. Aerosol, basic meteorology and radiation parameters. +- ``~/shared-craas1-ns9989k-geo4992/data/data_group4/`` Fire emissions from CAMS and MERRA2 + aerosol data from ``_ and ``_. - ``~/scraas1-ns9989k-geo4992/data/data_group6/`` Hysplit(2018-2019), AMS, CCN and cloud radar derived cloud base Updraft data (warm non-precipitating clouds) from Zeppelin (Ny-Ålesund). - ``~/shared-craas1-ns9989k-geo4992/data/data_group6/`` Hysplit (2018-19), AMS, CCN and updraft data (cloud-radar derived) for Zappelin +- ``~/shared-craas1-ns9989k-geo4992/data/data_group7/``: + + - ``./3D_CloudFraction330m_200701-201512_night_CFMIP2_sat_3.1.2.nc`` GOCCP Cloud fraction + - ``./3D_CloudFraction_Phase330m_200701-201512_night_CFMIP2.5_sat_2.9.nc`` GOCCP Cloud fraction by phase + - ``./CERES_EBAF-TOA_Ed4.1_Subset_200701-201512_2.5x2.5.nc`` CERES EBAF + .. note:: The absolute paths for ``~/shared-craas1-ns9989k**`` are actually ``/mnt/craas1-ns9989k**``. A lot of python packages do not accept symbolic links, so please, use ``/mnt/**``. From 7634006da0d3cfdf2dc88d796ce3794a55df6038 Mon Sep 17 00:00:00 2001 From: Sara Marie Blichner Date: Tue, 7 May 2024 18:36:29 +0200 Subject: [PATCH 2/3] Update local-data.rst Updated group 1 data for cdnc --- docs/data/local-data.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/data/local-data.rst b/docs/data/local-data.rst index a8d60b3..60928f0 100644 --- a/docs/data/local-data.rst +++ b/docs/data/local-data.rst @@ -26,7 +26,8 @@ Mounted data directories: - ``~/scraas1-ns9989k-geo4992/data/data_group6/`` Hysplit(2018-2019), AMS, CCN and cloud radar derived cloud base Updraft data (warm non-precipitating clouds) from Zeppelin (Ny-Ålesund). -- ``~/shared-craas1-ns9989k-geo4992/data/data_group6/`` Hysplit (2018-19), AMS, CCN and updraft data (cloud-radar derived) for Zappelin +- ``~/shared-craas1-ns9989k-geo4992/data/data_group6/`` Hysplit (2018-19), AMS, CCN and updraft data (cloud-radar derived) for Zappelin. + - ``~/shared-craas1-ns9989k-geo4992/data/data_group7/``: @@ -34,6 +35,10 @@ Mounted data directories: - ``./3D_CloudFraction_Phase330m_200701-201512_night_CFMIP2.5_sat_2.9.nc`` GOCCP Cloud fraction by phase - ``./CERES_EBAF-TOA_Ed4.1_Subset_200701-201512_2.5x2.5.nc`` CERES EBAF +- ``~/shared-craas1-ns9989k-geo4992/data/data_group1/``: + - ``./data_group1/deposited2022/modis_cdnc_sampling_gridded/`` MODIS based dataset for cloud droplet number concentration from Gryspeerdt et al. (2022, https://amt.copernicus.org/articles/15/3875/2022/) + + .. note:: The absolute paths for ``~/shared-craas1-ns9989k**`` are actually ``/mnt/craas1-ns9989k**``. A lot of python packages do not accept symbolic links, so please, use ``/mnt/**``. From 6af9dd1ccf90e04525a40b4473c9341289cbc6bf Mon Sep 17 00:00:00 2001 From: mvdebolskiy <80036033+mvdebolskiy@users.noreply.github.com> Date: Tue, 7 May 2024 18:48:07 +0200 Subject: [PATCH 3/3] fix order --- docs/data/local-data.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/data/local-data.rst b/docs/data/local-data.rst index 60928f0..fda25b4 100644 --- a/docs/data/local-data.rst +++ b/docs/data/local-data.rst @@ -14,6 +14,10 @@ Mounted data directories: - ``~/shared-craas1-ns9989k-ns9600k/escience_course/`` Contains folders with the CloudSat Cloud Profiling Radar 2B-GEOPROF data and MERRA aerosol data from 2007-2010. +- ``~/shared-craas1-ns9989k-geo4992/data/data_group1/``: + + - ``./data_group1/deposited2022/modis_cdnc_sampling_gridded/`` MODIS based dataset for cloud droplet number concentration from Gryspeerdt et al. (2022, https://amt.copernicus.org/articles/15/3875/2022/) + - ``~/shared-craas1-ns9989k-geo4992/data/data_group3/**``: - ``./NYA_radiation/`` Longwave and shortwave radiation observational data from Ny-Ålesund, 2006-2024. @@ -35,9 +39,6 @@ Mounted data directories: - ``./3D_CloudFraction_Phase330m_200701-201512_night_CFMIP2.5_sat_2.9.nc`` GOCCP Cloud fraction by phase - ``./CERES_EBAF-TOA_Ed4.1_Subset_200701-201512_2.5x2.5.nc`` CERES EBAF -- ``~/shared-craas1-ns9989k-geo4992/data/data_group1/``: - - ``./data_group1/deposited2022/modis_cdnc_sampling_gridded/`` MODIS based dataset for cloud droplet number concentration from Gryspeerdt et al. (2022, https://amt.copernicus.org/articles/15/3875/2022/) - .. note::