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 10519 for NEMO/trunk/src/ICE/icestp.F90 – NEMO

Ignore:
Timestamp:
2019-01-15T18:41:40+01:00 (5 years ago)
Author:
clem
Message:

solve a compilation issue with agrif. It looks like agrif does not like 2 subroutines to have the same name eventhough they are not in the same module and they are not declared as public. I would like to say wtf but lets remain polite and say whats going on? Does agrif consider all the subroutines as public?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icestp.F90

    r10425 r10519  
    226226      !!---------------------------------------------------------------------- 
    227227      IF(lwp) WRITE(numout,*) 
    228       IF(lwp) WRITE(numout,*) 'ice_init: Arrays allocation & Initialization off all routines & init state'  
     228      IF(lwp) WRITE(numout,*) 'Sea Ice Model: SI3 (Sea Ice modelling Integrated Initiative)'  
     229      IF(lwp) WRITE(numout,*) '~~~~~~~~~~~~~' 
     230      IF(lwp) WRITE(numout,*) 
     231      IF(lwp) WRITE(numout,*) 'ice_init: Arrays allocation & Initialization of all routines & init state'  
    229232      IF(lwp) WRITE(numout,*) '~~~~~~~~' 
    230233      ! 
Note: See TracChangeset for help on using the changeset viewer.