Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki7pb authored May 11, 2022
1 parent e9b05ac commit 31bcde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Set the wrf-suews environment by typing `conda env create --file=wrf_suews.yml`
4. Then you need compile the code: `./compile em_real >& log.compile`. For this, you can submit the [job file](./jasmin-config/sb-compile.sh) by `sbatch sb-compile.sh` in the compilation folder (specified by `path_working` in [automate_main.py](./coupling-automator/automate_main.py)).


5. After compilation of the code, you need to transfer all the `wrfinput_d0*` files generated with WSPS to the location of main run (usually `./test/em_real` OR `./run`) (Remember to drop the .suews from the filenames). Also include the boundary condition `wrfbdy_d01` file in the run directory.
5. After compilation of the code, you need to transfer all the `wrfinput_d0*` files generated with WSPS to the location of main run (usually `./test/em_real` OR `./run`) (rename the files to the original names by removing .suews from the filenames). Also include the boundary condition `wrfbdy_d01` file in the run directory.

6. You also need to copy `namelist.suews` to the same location.

Expand Down

0 comments on commit 31bcde9

Please sign in to comment.