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

Ignore:
Timestamp:
2010-10-12T16:33:06+02:00 (14 years ago)
Author:
smasson
Message:

update diurnal cycle from dev_r2174_DCY into DEV_r2106_LOCEAN2010

File:
1 edited

Legend:

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

    r2198 r2228  
    1919   USE sbc_oce          ! Surface boundary condition: ocean fields 
    2020   USE sbc_ice          ! Surface boundary condition: ice fields 
     21   USE sbcdcy           ! surface boundary condition: diurnal cycle 
    2122   USE sbcssm           ! surface boundary condition: sea-surface mean variables 
    2223   USE sbcana           ! surface boundary condition: analytical formulation 
     
    134135         &   CALL ctl_stop( 'sea-ice model requires a bulk formulation or coupled configuration' ) 
    135136       
     137      IF( ln_dm2dc )   nday_qsr = -1   ! initialisation flag 
     138 
    136139      IF( ln_dm2dc .AND. .NOT.( ln_flx .OR. ln_blk_core ) )   & 
    137140         &   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.