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

Changeset 15535


Ignore:
Timestamp:
2021-11-25T10:30:37+01:00 (2 years ago)
Author:
jcastill
Message:

Changes as proposed in the ticket description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/v15531_wave_radiation_diurnal_cycle/src/OCE/SBC/sbccpl.F90

    r15004 r15535  
    11951195      !   cannot be done in the init phase when we use agrif as cpl_freq requires that oasis_enddef is done 
    11961196         ncpl_qsr_freq = cpl_freq( 'O_QsrOce' ) + cpl_freq( 'O_QsrMix' ) + cpl_freq( 'I_QsrOce' ) + cpl_freq( 'I_QsrMix' ) 
    1197          IF( ln_dm2dc .AND. ncpl_qsr_freq /= 86400 )   & 
     1197         IF( ln_dm2dc .AND. ln_cpl .AND. ncpl_qsr_freq /= 86400 )   & 
    11981198            &   CALL ctl_stop( 'sbc_cpl_rcv: diurnal cycle reconstruction (ln_dm2dc) needs daily couping for solar radiation' ) 
    11991199 
Note: See TracChangeset for help on using the changeset viewer.