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.
Changeset 9788 for NEMO/trunk/src/TOP – NEMO

Changeset 9788 for NEMO/trunk/src/TOP


Ignore:
Timestamp:
2018-06-13T12:12:50+02:00 (6 years ago)
Author:
jchanut
Message:

Fixes top and agrif compilation issues, #1972

Location:
NEMO/trunk/src/TOP
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/P2Z/p2zexp.F90

    r9598 r9788  
    253253 
    254254   !!====================================================================== 
    255 END MODULE  p2zexp 
     255END MODULE p2zexp 
  • NEMO/trunk/src/TOP/PISCES/P2Z/p2zopt.F90

    r9598 r9788  
    201201 
    202202   !!====================================================================== 
    203 END MODULE  p2zopt 
     203END MODULE p2zopt 
  • NEMO/trunk/src/TOP/PISCES/P2Z/p2zsed.F90

    r9598 r9788  
    152152 
    153153   !!====================================================================== 
    154 END MODULE  p2zsed 
     154END MODULE p2zsed 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zche.F90

    r9598 r9788  
    831831 
    832832   !!====================================================================== 
    833 END MODULE  p4zche 
     833END MODULE p4zche 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zice.F90

    r9598 r9788  
    600600   END FUNCTION p5z_lim_alloc 
    601601   !!====================================================================== 
    602 END MODULE  p5zice 
     602END MODULE p5zice 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zmeso.F90

    r9598 r9788  
    427427 
    428428   !!====================================================================== 
    429 END MODULE  p5zmeso 
     429END MODULE p5zmeso 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zmicro.F90

    r9598 r9788  
    369369 
    370370   !!====================================================================== 
    371 END MODULE  p5zmicro 
     371END MODULE p5zmicro 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zmort.F90

    r9598 r9788  
    310310 
    311311   !!====================================================================== 
    312 END MODULE  p5zmort 
     312END MODULE p5zmort 
  • NEMO/trunk/src/TOP/PISCES/P4Z/p5zprod.F90

    r9598 r9788  
    618618   END FUNCTION p5z_prod_alloc 
    619619   !!====================================================================== 
    620 END MODULE  p5zprod 
     620END MODULE p5zprod 
  • NEMO/trunk/src/TOP/TRP/trcrad.F90

    r9598 r9788  
    1313   !!   trc_rad    : correction of negative concentrations 
    1414   !!---------------------------------------------------------------------- 
     15   USE par_trc             ! need jptra, number of passive tracers  
    1516   USE oce_trc             ! ocean dynamics and tracers variables 
    1617   USE trc                 ! ocean passive tracers variables 
  • NEMO/trunk/src/TOP/trcbc.F90

    r9598 r9788  
    3939   TYPE(FLD), SAVE, PUBLIC, ALLOCATABLE, DIMENSION(:)  :: sf_trccbc    ! structure of data input CBC (file informations, fields read) 
    4040   REAL(wp) , SAVE, PUBLIC, ALLOCATABLE, DIMENSION(:)  :: rf_trofac    ! multiplicative factor for OBCtracer values 
    41    TYPE(FLD), SAVE, PUBLIC, ALLOCATABLE, DIMENSION(:), TARGET  :: sf_trcobc    ! structure of data input OBC (file informations, fields read) 
     41   TYPE(FLD), SAVE, PUBLIC, ALLOCATABLE, DIMENSION(:)  :: sf_trcobc    ! structure of data input OBC (file informations, fields read) 
    4242   TYPE(MAP_POINTER), ALLOCATABLE, DIMENSION(:) :: nbmap_ptr   ! array of pointers to nbmap 
    4343 
Note: See TracChangeset for help on using the changeset viewer.