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 3186 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/BDY – NEMO

Ignore:
Timestamp:
2011-11-27T09:16:19+01:00 (12 years ago)
Author:
smasson
Message:

dev_NEMO_MERGE_2011: replace the old wrk_nemo with the new wrk_nemo

Location:
branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/BDY
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90

    r3182 r3186  
    1919   !!    bdy_dta_init   : initialise arrays etc for reading of external data 
    2020   !!---------------------------------------------------------------------- 
    21    USE wrk_nemo_2      ! Memory Allocation 
     21   USE wrk_nemo        ! Memory Allocation 
    2222   USE timing          ! Timing 
    2323   USE oce             ! ocean dynamics and tracers 
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn.F90

    r3182 r3186  
    1818   !!   bdy_dyn3d_frs    : apply Flow Relaxation Scheme 
    1919   !!---------------------------------------------------------------------- 
    20    USE wrk_nemo_2      ! Memory Allocation 
     20   USE wrk_nemo        ! Memory Allocation 
    2121   USE timing          ! Timing 
    2222   USE oce             ! ocean dynamics and tracers  
Note: See TracChangeset for help on using the changeset viewer.