Skip to content

Commit 693eac9

Browse files
Update README.md
1 parent 17d13ab commit 693eac9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# MBCn
2+
3+
Initial version of the codebase containing the code used to execute MBCn for the purposes of [NPCP](https://github.com/AusClimateService/npcp).
4+
5+
Currently in the process of being adapted for more general ACS usage should the need arise.
6+
7+
# Usage
8+
9+
Running the MBCn requires 3 steps:
10+
1) A chunking and initial correction step (npcp_chunk.py, run using the chunk_job.pbs job script)
11+
2) Main MBCn correction (npcp_calc.py, run using the calc_job.pbs job script)
12+
3) Conversion to NetCDF (npcp_convert.py, run using the convert_job.pbs job script)
13+
14+
Steps 1 and 2 create intermediate Zarr files which should be stored in a temporary location such as a scratch directory.
15+

0 commit comments

Comments
 (0)