Skip to content

Commit 971083e

Browse files
committed
Added a few hints in the documentation
1 parent 16a954f commit 971083e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/users_guide/1_create_grid_file.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The python script `mkscrip_rect.py` can create SCRIP files including the calcula
2727
It takes command line arguments like this:
2828

2929
```
30+
cd mkmapgrids/
3031
./mkscrip_rect.py --ifile EUR-regLonLat01deg_1204x548_grid_inclbrz_v2.nc --ofile EUR-regLonLat01deg_659792_grid_SCRIP.nc --oformat SCRIP
3132
```
3233

@@ -87,6 +88,7 @@ Check out https://zonda.ethz.ch/ for generating icosahedral input grids for `mks
8788
Then convert your ICON gridfile to the SCRIP format with the python script `mkscrip_icos.py`:
8889

8990
```
91+
cd mkmapgrids/
9092
./mkscrip_icos.py --ifile EUR-R13B05_199920_grid_inclbrz_v2.nc --ofile EUR-R13B05_199920_grid_SCRIP.nc
9193
```
9294

docs/users_guide/3_create_domain_file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ gfortran -o gen_domain src/gen_domain.F90 -mkl -I${INC_NETCDF} -lnetcdff -lnetcd
1212
If the Intel Math Kernel Library (MKL) is not available on your system, you can remove the `-mkl` flag without consequences for the output.
1313
After the compilation you can execute `gen_domain` with $MAPFILE being one of the mapping files created in the step before (in `mkmapdata/`) and $GRIDNAME being a string with the name of your grid, e.g. `EUR-R13B05` for the ~12-km icosahedral grid.
1414
The choice of $MAPFILE does not influence the lat- and longitude values in the domain file but can influence the land/sea mask.
15+
If you use the `EUR-R13B05` grid, you could set `MAPFILE="../mkmapdata/map_0.5x0.5_AVHRR_to_${GRIDNAME}_*_c${CDATE}.nc"`.
1516

1617
**Hint:** For better reproducibility, specify the absolute path of
1718
`$MAPFILE`. The absolute path to the file can be printed using

0 commit comments

Comments
 (0)