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 6717 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/SBC – NEMO

Ignore:
Timestamp:
2016-06-17T12:00:46+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: numerous improvement in the user defined interface

Location:
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/SBC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r6595 r6717  
    4343   USE sbcisf         ! surface boundary condition: ice shelf 
    4444   USE sbcfwb         ! surface boundary condition: freshwater budget 
    45    USE closea         ! closed sea 
    4645   USE icbstp         ! Icebergs 
    4746   USE traqsr         ! active tracers: light penetration 
    4847   USE sbcwave        ! Wave module 
    4948   USE bdy_par        ! Require lk_bdy 
     49   USE usrdef_closea  ! closed sea 
    5050   ! 
    5151   USE prtctl         ! Print control                    (prt_ctl routine) 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/SBC/sbcrnf.F90

    r6140 r6717  
    2020   USE sbc_oce        ! surface boundary condition variables 
    2121   USE sbcisf         ! PM we could remove it I think 
    22    USE closea         ! closed seas 
    2322   USE eosbn2         ! Equation Of State 
     23   USE usrdef_closea  ! closed seas 
    2424   ! 
    2525   USE in_out_manager ! I/O manager 
Note: See TracChangeset for help on using the changeset viewer.