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 14071 – NEMO

Changeset 14071


Ignore:
Timestamp:
2020-12-04T08:43:44+01:00 (3 years ago)
Author:
laurent
Message:

Catch up with trunk at r14070

Location:
NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/src/OCE/IOM/iom.F90

    r14065 r14071  
    23312331      CASE ('U')        ;   icnr =  0   ;   jcnr = -1 
    23322332      CASE ('V')        ;   icnr = -1   ;   jcnr =  0 
     2333      CASE ('F')        ;   icnr =  0   ;   jcnr =  0 
    23332334      END SELECT 
    23342335      ! 
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/src/SAS/sbcssm.F90

    r14063 r14071  
    230230         ln_closea = .false. 
    231231      ENDIF 
    232       IF( ln_icebergs .AND. ln_M2016 ) THEN 
    233          IF( lwp ) WRITE(numout,*) '         ==>>>   ln_iceberg and ln_M2016 not compatible with SAS (need 3d data)' 
    234          CALL ctl_stop('ln_iceberg and ln_M2016 not compatible with SAS (need 3d data)') 
    235       END IF 
    236232      ! 
    237233      IF( l_sasread ) THEN                       ! store namelist information in an array 
Note: See TracChangeset for help on using the changeset viewer.