New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Ticket Diff – NEMO

Changes between Initial Version and Version 1 of Ticket #2531


Ignore:
Timestamp:
2020-09-28T15:16:45+02:00 (4 years ago)
Author:
hadcv
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2531 – Description

    initial v1  
    1 The dummy (`cobstypes`) and actual (`cobstypesprof`, `cobstypessurf`) arguments of `obs_settypefiles` have inconsistent character length declarations. This was likely missed from [https://forge.ipsl.jussieu.fr/nemo/changeset/13216/NEMO/trunk/src/OCE/OBS/diaobs.F90 13216]. 
     1The dummy (`cobstypes`) and actual (`cobstypesprof`, `cobstypessurf`) arguments of `obs_settypefiles` have inconsistent character length declarations, which causes a segfault in GYRE. This was likely missed from [https://forge.ipsl.jussieu.fr/nemo/changeset/13216/NEMO/trunk/src/OCE/OBS/diaobs.F90 13216]. 
    22 
    33==== Fix