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 10425 for NEMO/trunk/src/OCE/ASM – NEMO

Ignore:
Timestamp:
2018-12-19T22:54:16+01:00 (5 years ago)
Author:
smasson
Message:

trunk: merge back dev_r10164_HPC09_ESIWACE_PREP_MERGE@10424 into the trunk

Location:
NEMO/trunk/src/OCE/ASM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ASM/asmbkg.F90

    r10068 r10425  
    8585            ! 
    8686            !                                      ! Define the output file         
    87             CALL iom_open( c_asmbkg, inum, ldwrt = .TRUE., kiolib = jprstlib) 
     87            CALL iom_open( c_asmbkg, inum, ldwrt = .TRUE. ) 
    8888            ! 
    8989            IF( nitbkg_r == nit000 - 1 ) THEN      ! Treat special case when nitbkg = 0 
     
    123123            ! 
    124124            !                                      ! Define the output file         
    125             CALL iom_open( c_asmdin, inum, ldwrt = .TRUE., kiolib = jprstlib) 
     125            CALL iom_open( c_asmdin, inum, ldwrt = .TRUE. ) 
    126126            ! 
    127127            IF( nitdin_r == nit000 - 1 ) THEN      ! Treat special case when nitbkg = 0 
  • NEMO/trunk/src/OCE/ASM/asminc.F90

    r10355 r10425  
    421421                  END DO 
    422422               END DO 
    423                CALL lbc_lnk( zhdiv, 'T', 1. )   ! lateral boundary cond. (no sign change) 
     423               CALL lbc_lnk( 'asminc', zhdiv, 'T', 1. )   ! lateral boundary cond. (no sign change) 
    424424               ! 
    425425               DO jj = 2, jpjm1 
Note: See TracChangeset for help on using the changeset viewer.