Skip to content

Commit

Permalink
Update cesm213_setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aturner-epcc authored Dec 19, 2024
1 parent 91af9e8 commit ca678ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/research-software/cesm213_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ To build, execute the following commands
```bash
module load CESM2/2.1.3
cd $CIMEROOT/tools/cprnc
cmake . -DNetCDF_Fortran_LIBRARIES=libnetcdff.so -DNetCDF_C_LIBRARIES=libnetcdf.so
../configure --macros-format=CMake --mpilib=mpi-serial
sed -i '/}}/d' .env_mach_specific.sh
source ./.env_mach_specific.sh
cmake .
make
```

Expand Down

0 comments on commit ca678ee

Please sign in to comment.