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 15245 for NEMO/branches/UKMO/NEMO_4.0.1_NGMS_couple_stage3 – NEMO

Ignore:
Timestamp:
2021-09-10T11:56:24+02:00 (3 years ago)
Author:
frrh
Message:

Fix bug in non oasis compilation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_NGMS_couple_stage3/src/OCE/SBC/cpl_oasis3.F90

    r15196 r15245  
    562562      CHARACTER(*), INTENT(in   ) ::  cd1 
    563563      INTEGER     , INTENT(  out) ::  k1,k2 
     564      LOGICAL     , INTENT(in   ) ::  l1 
    564565      k1 = -1 ; k2 = -1 
    565566      WRITE(numout,*) 'oasis_init_comp: Error you sould not be there...', cd1 
     
    569570      INTEGER     , INTENT(in   ) ::  k1 
    570571      CHARACTER(*), INTENT(in   ) ::  cd1,cd2      
    571       LOGICAL     , OPTIONAL,  INTENT(in   ) ::  l1 
    572572      WRITE(numout,*) 'oasis_abort: Error you sould not be there...', cd1, cd2 
    573573   END SUBROUTINE oasis_abort 
Note: See TracChangeset for help on using the changeset viewer.