Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed intent for G in tidal_forcing_init()
- The recent introduction of pass_var() calls on some fields in tidal_forcing_init() should have caused compile-time errors because pass_var() requires the G%Domain argument to be intent(inout). - Very worryingly, none of the compilers on c3 complained. Nor did gnu complain on the "trusty" image but I happened to still be using the older "precise" image for testing my scripts and the compiler there caught the mistake.
- Loading branch information