diff --git a/README.md b/README.md index 411f9544065a4cad7d40e41947a3f75d7f1f6556..9638a170af4d6de5c2304cdbe447e151a8530565 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The OBSALL application is currently being developed as a set of scripts (written - (ii) standard plots for each location-area from satellite observations (with `produce_standard_plots_all_locations.sh` using `plot_quantiles_rankhist_amsua.py` and `sql` with `oadb_api`; see an example of such plot in **Figure 3a**), and - (iii) summary rank histograms for locations-areas from satellite observations (`summary_rank_histograms_all_locations.sh` using `rank_histogram_sumstats_locations.f95`, `plot_p_values_map_amsua.py`, `plot_rankhist_sum_all_locations.py` and `sql` with `odb_api`; see examples of such plots in **Figure 3b** and **Figure 3c**). - Note, needed input includes: list of locations-areas from satellite observations with geographical coordinates, modelled data over geographical locations-areas coordinates at sfc-, pl-, and o2d-levels, pre-computed quantiles as a function of time of year and rank histogram bootstrap mean square deviation (MSD) values. -- ![Semantic description of image](FIGSEXAMPLES/destine_obs_satellite_figs.jpg "Plots for brightness temperature /AMSU-A Channel 5/ for selected geographical location-area /a00/")* Plots for brightness temperature /AMSU-A Channel 5/ for selected geographical location-area /a00/ for period of 1 Jan - 31 Dec 2000: **Figure 3a** - Quantiles/ time series data and rank histogram for daily mean brightness temperature for location-area /a00/; **Figure 3b** - P-values for brightness temperature quantiles for locations-areas; **Figure 3c** - Rank histogram summary statistics for brightness temperature for locations-areas: normalized p-value frequencies and normalized quantile frequencies* +- ![Semantic description of image](FIGSEXAMPLES/destine_obs_satellite_figs.jpg "Plots for brightness temperature /AMSU-A Channel 5/ for selected geographical location-area /a00/")* Plots for brightness temperature /AMSU-A Channel 5/ for selected geographical location-area /a00/ for period of 1 Jan - 31 Dec 2016: **Figure 3a** - Quantiles/ time series data and rank histogram for daily mean brightness temperature for location-area /a00/; **Figure 3b** - P-values for brightness temperature quantiles for locations-areas; **Figure 3c** - Rank histogram summary statistics for brightness temperature for locations-areas: normalized p-value frequencies and normalized quantile frequencies* # Installation @@ -58,7 +58,7 @@ This will clone the "newbranch"-branch of the "obsall" repository. **Modules**: to set environment in order to run OBSALL application in LUMI: ``` -# Load modules for OBSALL Apps +# Load modules for OBSALL Apps (required for SYNOP, RADSOUND, and SATELLITE Parts) module use /project/project_465000454/devaraju/modules/LUMI/23.03/C module load LUMI/23.03 module load partition/C @@ -66,7 +66,14 @@ module load PrgEnv-gnu module load ecCodes/2.32.0-cpeCray-23.03.lua module load odb_api/0.18.1-cpeCray-23.03.lua module load python-climatedt/3.11.3-cpeCray-23.03.lua - +module load pyfdb/0.0.2-cpeCray-23.03.lua +module load cray-hdf5/1.12.2.3 +module load cray-netcdf/4.9.0.3 +module load rttov/13.2 +module load radsim/3.2 +module load fdb/5.11.94-cpeCray-23.03.lua +module load eckit/1.25.0-cpeCray-23.03.lua +module load metkit/1.11.0-cpeCray-23.03.lua ``` **Data request (sfc):** file `request.yml` is needed for extracting selected modeled data (example is for SYNOP Part, where only data at `sfc` is needed) diff --git a/SATELLITE/set_env.sh b/SATELLITE/set_env.sh index 6fe01415ebf967a1584cf89840c35c5e3fd815af..188f4f2417b3f0f29e068fc24f13a8fd285a7eb5 100755 --- a/SATELLITE/set_env.sh +++ b/SATELLITE/set_env.sh @@ -127,22 +127,22 @@ echo " Exporting needed environment variables (i.e., global variables accessible # Load modules etc. echo " Loading required modules ..." - module use /project/project_465000454/devaraju/modules/LUMI/23.03/C - module load LUMI/23.03 - module load partition/C - module load ecCodes/2.32.0-cpeCray-23.03 - module load pyfdb/0.0.2-cpeCray-23.03 - module load python-climatedt/3.11.3-cpeCray-23.03.lua - module load odb_api/0.18.1-cpeCray-23.03.lua - module load cray-hdf5/1.12.2.3 - module load cray-netcdf/4.9.0.3 - module load rttov/13.2 - module load radsim/3.2 - module load fdb/5.11.94-cpeCray-23.03 - module load eckit/1.25.0-cpeCray-23.03 - module load metkit/1.11.0-cpeCray-23.03 - module load python-climatedt/3.11.7-cpeCray-23.03 - module load PrgEnv-gnu + #module use /project/project_465000454/devaraju/modules/LUMI/23.03/C + #module load LUMI/23.03 + #module load partition/C + #module load ecCodes/2.32.0-cpeCray-23.03 + #module load pyfdb/0.0.2-cpeCray-23.03 + #module load python-climatedt/3.11.3-cpeCray-23.03.lua + #module load odb_api/0.18.1-cpeCray-23.03.lua + #module load cray-hdf5/1.12.2.3 + #module load cray-netcdf/4.9.0.3 + #module load rttov/13.2 + #module load radsim/3.2 + #module load fdb/5.11.94-cpeCray-23.03 + #module load eckit/1.25.0-cpeCray-23.03 + #module load metkit/1.11.0-cpeCray-23.03 + #module load python-climatedt/3.11.7-cpeCray-23.03 + #module load PrgEnv-gnu #### module load python-climatedt/3.11.3-cpeCray-23.03.lua ### older version #### clarify pyfdb & fdb modules loaded ??? fi diff --git a/SYNOP/main_synop.sh b/SYNOP/main_synop.sh index d6e112b42a12cbfb269b4964edf10ecf8e64cc48..fefa75b6696d9bfc556225c91fcf57ee1558e8cc 100755 --- a/SYNOP/main_synop.sh +++ b/SYNOP/main_synop.sh @@ -6,14 +6,15 @@ echo "Bash version ${BASH_VERSION}..." # 2023-08; 2023-09; ######################################################################## # -# NEEDED MODULES LOADED ... -#module use /project/project_465000454/devaraju/modules/LUMI/23.03/C -#module load LUMI/23.03 -#module load partition/C -#module load PrgEnv-gnu -#module load odb_api/0.18.1-cpeCray-23.03.lua -#module load python-climatedt/3.11.7-cpeCray-23.03.lua -#module list +# NEEDED MODULES LOADED ..... +# module use /project/project_465000454/devaraju/modules/LUMI/23.03/C +# module load LUMI/23.03 +# module load partition/C +# module load PrgEnv-gnu +# module load ecCodes/2.32.0-cpeCray-23.03.lua +# module load odb_api/0.18.1-cpeCray-23.03.lua +# module load python-climatedt/3.11.3-cpeCray-23.03.lua +# # NOTE: # these are part of /appl/AS/AUTOSUBMIT_DATA/expid/proj/workflow/lib/LUMI/config.sh #