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 6004 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/SAS_SRC – NEMO

Ignore:
Timestamp:
2015-12-04T17:05:58+01:00 (9 years ago)
Author:
gm
Message:

#1613: vvl by default, step III: Merge with the trunk (free surface simplification) (see wiki)

Location:
branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/SAS_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/SAS_SRC/diawri.F90

    r5845 r6004  
    2626   USE dom_oce         ! ocean space and time domain 
    2727   USE zdf_oce         ! ocean vertical physics 
    28    USE sol_oce         ! solver variables 
    2928   USE sbc_oce         ! Surface boundary condition: ocean fields 
    3029   USE sbc_ice         ! Surface boundary condition: ice fields 
     
    105104      !! ** Method  :  use iom_put 
    106105      !!---------------------------------------------------------------------- 
    107       INTEGER, INTENT( in ) ::   kt      ! ocean time-step index 
     106      INTEGER, INTENT(in) ::   kt   ! ocean time-step index 
    108107      !!---------------------------------------------------------------------- 
    109108      !  
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/SAS_SRC/step.F90

    r5845 r6004  
    1616   USE oce              ! ocean dynamics and tracers variables 
    1717   USE dom_oce          ! ocean space and time domain variables  
    18    USE sbc_oce 
    19    USE sbccpl 
    2018   USE daymod           ! calendar                         (day     routine) 
     19   USE sbc_oce          ! surface boundary condition: fields 
    2120   USE sbcmod           ! surface boundary condition       (sbc     routine) 
    2221   USE sbcrnf           ! surface boundary condition: runoff variables 
     22   USE sbccpl           ! surface boundary condition: coupled interface 
    2323   USE eosbn2           ! equation of state                (eos_bn2 routine) 
    2424   USE diawri           ! Standard run outputs             (dia_wri routine) 
     
    2828#endif 
    2929   USE stpctl           ! time stepping control            (stp_ctl routine) 
    30    USE prtctl           ! Print control                    (prt_ctl routine) 
    3130   ! 
    3231   USE in_out_manager   ! I/O manager 
     32   USE prtctl           ! Print control                    (prt_ctl routine) 
     33   USE iom              ! 
     34   USE lbclnk           ! 
    3335   USE timing           ! Timing             
    34    USE iom              ! 
    35    USE lbclnk 
    3636#if defined key_iomput 
    3737   USE xios 
Note: See TracChangeset for help on using the changeset viewer.