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

Changeset 8530


Ignore:
Timestamp:
2017-09-15T17:40:46+02:00 (7 years ago)
Author:
cbricaud
Message:

fix ticket #1667 in trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk.F90

    r7753 r8530  
    219219         ALLOCATE( sf(ifpr)%fnow(jpi,jpj,1) ) 
    220220         IF( slf_i(ifpr)%ln_tint )   ALLOCATE( sf(ifpr)%fdta(jpi,jpj,1,2) ) 
     221 
     222           IF( slf_i(ifpr)%nfreqh .GT. 0._wp .AND. MOD( 3600._wp * slf_i(ifpr)%nfreqh , REAL(nn_fsbc, wp) * rdt) .NE. 0._wp  )   & 
     223            &  CALL ctl_warn( 'sbcmod time step rdt * nn_fsbc is NOT a submultiple of atmospheric forcing frequency' ) 
     224 
    221225      END DO 
    222226      !                                      !- fill the bulk structure with namelist informations 
Note: See TracChangeset for help on using the changeset viewer.