CABLE-LSM / CABLE

Home to the CABLE land surface model and its documentation
https://cable.readthedocs.io/en/latest/
Other
12 stars 6 forks source link

Fix namelist incompatibility and some incompatibilities for GNU compiler in the new checks%range #344

Closed ccarouge closed 4 months ago

ccarouge commented 4 months ago

PR #287 has changed the type of the range%checks entry in the cable.nml namelist, but the corresponding change in the namelist with the source code was not implemented.

In addition, the code has introduced some IF statements on integer values that will not compile with GNU compiler. These should be replaced with appropriate LOGICAL expressions.

Additionally, some non-standard line split symbols where introduced (\ instead of &).

har917 commented 4 months ago

@ccarouge Apologies if over the top - could we also update the docs at line 130 of meteorological_forcing.md and line 159 in pft_params_nml.md just to avoid confusion in the long run