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 3294 for trunk/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r2528 r3294  
    1717   USE daymod           ! calendar                         (day     routine) 
    1818 
    19    USE dtatem           ! ocean temperature data           (dta_tem routine) 
    20    USE dtasal           ! ocean salinity    data           (dta_sal routine) 
    2119   USE sbcmod           ! surface boundary condition       (sbc     routine) 
    2220   USE sbcrnf           ! surface boundary condition: runoff variables 
    2321   USE sbccpl           ! surface boundary condition: coupled formulation (call send at end of step) 
    2422   USE cpl_oasis3, ONLY : lk_cpl 
     23   USE sbctide          ! Tide initialisation 
    2524 
    2625   USE traqsr           ! solar radiation penetration      (tra_qsr routine) 
     
    4645   USE dynspg_oce       ! surface pressure gradient        (dyn_spg routine) 
    4746   USE dynspg           ! surface pressure gradient        (dyn_spg routine) 
     47   USE dynnept          ! simp. form of Neptune effect(dyn_nept_cor routine) 
     48 
    4849   USE dynnxt           ! time-stepping                    (dyn_nxt routine) 
    4950 
     
    5354   USE obcrad           ! open boundary cond. radiation    (obc_rad routine) 
    5455 
    55    USE bdy_par          ! unstructured open boundary data variables 
    56    USE bdydta           ! unstructured open boundary data  (bdy_dta routine) 
     56   USE bdy_par          ! for lk_bdy 
     57   USE bdydta           ! open boundary condition data     (bdy_dta routine) 
    5758 
    5859   USE sshwzv           ! vertical velocity and ssh        (ssh_wzv routine) 
     
    8182   USE trdvor           ! vorticity budget                 (trd_vor routine) 
    8283   USE diaptr           ! poleward transports              (dia_ptr routine) 
     84   USE diadct           ! sections transports              (dia_dct routine) 
    8385   USE diaar5           ! AR5 diagnosics                   (dia_ar5 routine) 
    8486   USE diahth           ! thermocline depth                (dia_hth routine) 
    8587   USE diafwb           ! freshwater budget                (dia_fwb routine) 
    8688   USE diahsb           ! heat, salt and volume budgets    (dia_hsb routine) 
     89   USE diaharm 
    8790   USE flo_oce          ! floats variables 
    8891   USE floats           ! floats computation               (flo_stp routine) 
     92 
     93   USE asminc           ! assimilation increments      (tra_asm_inc routine) 
     94   !                                                   (dyn_asm_inc routine) 
    8995 
    9096   USE stpctl           ! time stepping control            (stp_ctl routine) 
     
    9298   USE prtctl           ! Print control                    (prt_ctl routine) 
    9399 
    94    USE traswp           ! Swap arrays           (tra_swp, tra_unswp routine) 
     100   USE diaobs           ! Observation operator 
    95101 
    96    USE diaobs           ! Observation operator 
     102   USE timing           ! Timing             
    97103 
    98104#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.