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 2888 for branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/SBC – NEMO

Ignore:
Timestamp:
2011-10-06T11:26:33+02:00 (13 years ago)
Author:
davestorkey
Message:

Move changes into updated BDY module and restore old OBC code.
(Full merge to take place next year).

Location:
branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/SBC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/SBC/fldread.F90

    r2865 r2888  
    649649      !!                using a general mapping (for open boundaries) 
    650650      !!---------------------------------------------------------------------- 
    651 #if defined key_obc 
    652       USE obc_oce, ONLY:  dta_global         ! workspace to read in global data arrays 
     651#if defined key_bdy 
     652      USE bdy_oce, ONLY:  dta_global         ! workspace to read in global data arrays 
    653653#endif  
    654654 
     
    669669      !!--------------------------------------------------------------------- 
    670670             
    671 #if defined key_obc 
     671#if defined key_bdy 
    672672      dta_read => dta_global 
    673673#endif 
  • branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r2797 r2888  
    3838   USE sbcfwb           ! surface boundary condition: freshwater budget 
    3939   USE closea           ! closed sea 
    40    USE obc_par          ! for lk_obc 
    41    USE obcice_lim2      ! unstructured open boundary data  (obc_ice_lim_2 routine) 
     40   USE bdy_par          ! for lk_bdy 
     41   USE bdyice_lim2      ! unstructured open boundary data  (bdy_ice_lim_2 routine) 
    4242 
    4343   USE prtctl           ! Print control                    (prt_ctl routine) 
     
    253253         !                                                       
    254254      CASE(  2 )   ;       CALL sbc_ice_lim_2( kt, nsbc )            ! LIM-2 ice model 
    255          IF( lk_obc )      CALL obc_ice_lim_2( kt )                  ! OBC boundary condition 
     255         IF( lk_bdy )      CALL bdy_ice_lim_2( kt )                  ! BDY boundary condition 
    256256         !                                                      
    257257      CASE(  3 )   ;       CALL sbc_ice_lim  ( kt, nsbc )            ! LIM-3 ice model 
Note: See TracChangeset for help on using the changeset viewer.