Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Minor fixes #1

Merged
merged 7 commits into from
Jul 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Small changes in README.rst
  • Loading branch information
clairemerker committed Jul 8, 2022
commit 4d3d8e1b90d5545ad6699a40b21102ba79cb3ce9
13 changes: 6 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,32 @@ Installation
Usage
-----

All work will happen in a dedicated working directory <wd>, e.g. ``/scratch/<user>/wd_fls_sat_verif``.
All work will happen in a dedicated working directory <wd>, e.g. ``$SCRATCH/wd_fls_sat_verif``.

To get detailed log-messages printed to screen use ``-v``, ``-vv`` or even ``-vvv``.


1. Prepare SAT input data: Retrieve with rubyscript

1. Create directory ``<wd>/sat``

2. In there, run: ``rbrun ~osm/bin/extract_satdata.rb -P LSCL -m c1e -p <start>..<end>,1h -v``
2. In there, run: ``rbrun ~osm/bin/extract_satdata.rb -P LSCL -m c1e -p <start>..<end>,1h -o $SCRATCH/wd_fls_sat_verif/sat/ -v``
- start: e.g. 202108302345
- end: e.g. 202112312345
- intervall: 1h, 3h
! The satellite files are available at :45 only!

3. Manually check whether files are available, if many files are missing, get in contact with Uli Hamann & Daniel Leuenberger

2. Prepare COSMO input data: Retrieve from archive, extract TQC

IMPORTANT! Expected model output format: /<exp_dir>/FCSTYY/YYMMDDHH_???/grib/c1effsurfHHH_000
IMPORTANT! Expected model output format: ``<exp_dir>/FCSTYY/YYMMDDHH_???/grib/c1effsurfHHH_000``

``conda activate fls_sat_verif``

``fls_sat_verif --wd <wd> --retrieve_cosmo --start YYMMDDHH --end YYMMDDHH --interval HH --exp <experiment_identifier>``

ADVICE! If you evaluate a long period, cut it into chunks of 3-5 days and send parallel jobs into the batchPP.


3. Calculate FLS fractions

Expand Down