From 909dea8c58d7e787a661279b1b9e1152b530c586 Mon Sep 17 00:00:00 2001 From: Stefano Serafin <stefano.serafin@univie.ac.at> Date: Thu, 23 Mar 2023 15:56:56 +0000 Subject: [PATCH] WRF.md Fixed srvx1 config issue --- WRF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WRF.md b/WRF.md index 0a502fe..0b83e7a 100644 --- a/WRF.md +++ b/WRF.md @@ -276,7 +276,7 @@ This is actually a misleading error message. The problem has nothing to do with The configure script stores the model configuration to a file called `configure.wrf`. This is specific to the source code version, to the server where the source code is compiled, and to the software environment. If you a have a working `configure.wrf` file for a given source code/server/environment, back it up. -To solve the NETCDF4 error on srvx1, these changes to `configure.wrf` are needed: +To solve the NETCDF4 error on srvx1: first, run `configure` and interrupt the process (`Ctrl+C`) before it raises the NetCDF warning; so, `configure.wrf` will not be deleted. Then, make the following changes to the automatically-generated `configure.wrf`: ```sh (base) [serafin@srvx1 WRF]$ diff configure.wrf configure.wrf.dmpar 98c98 -- GitLab