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 5428 for branches/UKMO/2015_CO6_CO5_zenv_wr_direct_dwl_temp/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 – NEMO

Ignore:
Timestamp:
2015-06-16T06:25:15+02:00 (9 years ago)
Author:
deazer
Message:

Added incode changes to allow compoarisoin with CO5 after svn keywords removed.
Extracts, merges builds and runs as expected from working copy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/2015_CO6_CO5_zenv_wr_direct_dwl_temp/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r5418 r5428  
    2525   USE sbcrnf           ! surface boundary condition: runoff variables 
    2626   USE sbccpl           ! surface boundary condition: coupled formulation (call send at end of step) 
     27   USE sbcflx           ! surface boundary condition: Fluxes 
    2728   USE sbc_oce          ! surface boundary condition: ocean 
    2829   USE sbctide          ! Tide initialisation 
    2930 
    3031   USE traqsr           ! solar radiation penetration      (tra_qsr routine) 
     32   USE tradwl           ! POLCOMS style solar radiation    (tra_dwl routine)   
    3133   USE trasbc           ! surface boundary condition       (tra_sbc routine) 
    3234   USE trabbc           ! bottom boundary condition        (tra_bbc routine) 
     
    6163 
    6264   USE sshwzv           ! vertical velocity and ssh        (ssh_nxt routine) 
     65   USE inv_bar_vel_mod  ! Atmos press effect on vel  
    6366   !                                                       (ssh_swp routine) 
    6467   !                                                       (wzv     routine) 
Note: See TracChangeset for help on using the changeset viewer.