From 73c68a2fc7dce00e9e1a901e705d021e12f66a34 Mon Sep 17 00:00:00 2001 From: Eleanor Broadway Date: Thu, 12 Dec 2024 11:03:27 +0000 Subject: [PATCH] Updates build instructions for cprnc --- docs/research-software/cesm213_setup.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/research-software/cesm213_setup.md b/docs/research-software/cesm213_setup.md index 4e85562c0..86873df2e 100644 --- a/docs/research-software/cesm213_setup.md +++ b/docs/research-software/cesm213_setup.md @@ -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 + -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)!