ICTP / RegCM

ICTP Regional Climate Model
https://www.ictp.it/esp/about
Other
57 stars 43 forks source link

fix: syntax for backward compiler compatibility #49

Closed DesmetQuentin closed 4 months ago

DesmetQuentin commented 4 months ago

I don't know if you care, but I happened to compile the model with the following "old" modules:

Currently Loaded Modulefiles:
  1) intel/14.0.1.106     2) intel_netcdf/4.4.5     3) intel_ompi/1.10.6

And it didn't make it for this single line.

mod_projections.F90(88): error #8259: The type bound procedure definition statement must contains only one binding name.   [CONEFAC]
      procedure , public :: rl00 , conefac
-----------------------------------^

It seemed safer to break it into two lines...