Skip to content

Commit

Permalink
Merge pull request #651 from eleanor-broadway/cesm2
Browse files Browse the repository at this point in the history
Updates build instructions for cprnc
  • Loading branch information
juanfrh authored Dec 12, 2024
2 parents 6500fea + 73c68a2 commit 4742d3e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/research-software/cesm213_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,11 @@ To build, execute the following commands
```bash
module load CESM2/2.1.3
cd $CIMEROOT/tools/cprnc
../configure --macros-format=Makefile --mpilib=mpi-serial
sed -i '/}}/d' .env_mach_specific.sh
source ./.env_mach_specific.sh
cmake . -DNetCDF_Fortran_LIBRARIES=libnetcdff.so -DNetCDF_C_LIBRARIES=libnetcdf.so
make
```

It is likely you will see a warning message of the form
<!-- It is likely you will see a warning message of the form
```
The following dependent module(s) are not currently loaded: cray-hdf5-parallel (required by: CESM2/2.1.3), cray-netcdf-hdf5parallel (required by: CESM2/2.1.3), cray-parallel-netcdf (required by: CESM2/2.1.3)
Expand All @@ -178,6 +176,6 @@ Then rerunning the command
```bash
source ./.env_mach_specific.sh && make
```
``` -->

Once this step has been completed, you are ready to run a [simple test case](cesm213_run.md).
You are now ready to run a [simple test case](cesm213_run.md)!

0 comments on commit 4742d3e

Please sign in to comment.