Changeset 12552
- Timestamp:
- 2020-03-13T15:51:19+01:00 (5 years ago)
- Location:
- NEMO/branches/2020/ticket2396/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/ticket2396/src/OCE/SBC/sbccpl.F90
r12489 r12552 1115 1115 IF( ln_dm2dc .AND. ncpl_qsr_freq /= 86400 ) & 1116 1116 & CALL ctl_stop( 'sbc_cpl_rcv: diurnal cycle reconstruction (ln_dm2dc) needs daily couping for solar radiation' ) 1117 ncpl_qsr_freq = 86400 / ncpl_qsr_freq ! used by top 1117 1118 IF( ncpl_qsr_freq /= 0) ncpl_qsr_freq = 86400 / ncpl_qsr_freq ! used by top 1119 1118 1120 ENDIF 1119 1121 ! -
NEMO/branches/2020/ticket2396/src/TOP/trcstp.F90
r12489 r12552 142 142 ! 143 143 ! Define logical parameter ton control dirunal cycle in TOP 144 l_trcdm2dc = ln_dm2dc .OR. ( ln_cpl .AND. ncpl_qsr_freq /= 1 ) 145 l_trcdm2dc = l_trcdm2dc .AND. .NOT. l_offline 144 l_trcdm2dc = ln_dm2dc .OR. ( ln_cpl .AND. ncpl_qsr_freq /= 1 .AND. ncpl_qsr_freq /= 0 ) 145 l_trcdm2dc = l_trcdm2dc .AND. .NOT. l_offline 146 ! 146 147 IF( l_trcdm2dc .AND. lwp ) CALL ctl_warn( 'Coupling with passive tracers and used of diurnal cycle.', & 147 148 & 'Computation of a daily mean shortwave for some biogeochemical models ' )
Note: See TracChangeset
for help on using the changeset viewer.