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 2216 for branches/dev_r2174_DCY/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2010-10-12T13:36:25+02:00 (14 years ago)
Author:
smasson
Message:

diurnal cycle in coupled mode in dev_r2174_DCY, see ticket:730

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r2174_DCY/NEMO/OPA_SRC/SBC/sbcmod.F90

    r2188 r2216  
    1818   USE sbc_oce          ! Surface boundary condition: ocean fields 
    1919   USE sbc_ice          ! Surface boundary condition: ice fields 
     20   USE sbcdcy           ! surface boundary condition: diurnal cycle 
    2021   USE sbcssm           ! surface boundary condition: sea-surface mean variables 
    2122   USE sbcana           ! surface boundary condition: analytical formulation 
     
    133134         &   CALL ctl_stop( 'sea-ice model requires a bulk formulation or coupled configuration' ) 
    134135       
     136      IF( ln_dm2dc )   nday_qsr = -1   ! initialisation flag 
     137 
    135138      IF( ln_dm2dc .AND. .NOT.( ln_flx .OR. ln_blk_core ) )   & 
    136139         &   CALL ctl_stop( 'diurnal cycle into qsr field from daily values requires a flux or core-bulk formulation' ) 
Note: See TracChangeset for help on using the changeset viewer.