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)!