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 6013 for branches – NEMO

Changeset 6013 for branches


Ignore:
Timestamp:
2015-12-07T17:01:30+01:00 (8 years ago)
Author:
timgraham
Message:

bug fixes for sette

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/DIU/step_diu.F90

    r6011 r6013  
    66   !! History :  3.7  ! 2015-11  (J. While)  Original code 
    77 
    8    USE step_oce         ! time stepping definition modules 
     8   USE diurnal_bulk    ! diurnal SST bulk routines  (diurnal_sst_takaya routine)  
     9   USE cool_skin       ! diurnal cool skin correction (diurnal_sst_coolskin routine)    
    910   USE iom 
    10  
     11   USE sbc_oce 
     12   USE sbcmod           ! surface boundary condition       (sbc     routine) 
     13   USE diaobs           ! Observation operator 
     14   USE oce 
     15   USE daymod 
     16   USE restart          ! ocean restart                    (rst_wri routine) 
     17   USE timing           ! Timing 
     18    
    1119   IMPLICIT NONE 
    1220   PRIVATE 
    13     
     21 
    1422   PUBLIC   stp_diurnal   ! called by nemogcm.F90 or step.F90 
    1523 
Note: See TracChangeset for help on using the changeset viewer.