Fixing dcmip41 CI job by disabling ERA5 related file definitions by default
Showing
-
-
Developer
@thomas.dubos @yann.meurdesoif In the XIOS, should an enabled file (
enabled="true"
) defined in a disabled file group (enabled="false"
) still be required by the XIOS? This is the case when running e.g. DCMPI41 test (no nudging) with the new XML XIOS definitions which include now the nudging-related definitions (inherited from the LAM branch). Hence, I made the above quick solution (all nudging-related files are now disabled in the XIOS XML files by default, and turn on programmatically only when the nudging is on).
-