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 2636 for branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/LIM_SRC_3/limwri.F90 – NEMO

Ignore:
Timestamp:
2011-03-01T20:04:06+01:00 (13 years ago)
Author:
gm
Message:

dynamic mem: #785 ; move ctl_stop & warn in lib_mpp to avoid a circular dependency + ctl_stop improvment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/LIM_SRC_3/limwri.F90

    r2633 r2636  
    1515   USE phycst 
    1616   USE dom_oce 
    17    USE in_out_manager 
    1817   USE sbc_oce         ! Surface boundary condition: ocean fields 
    1918   USE sbc_ice         ! Surface boundary condition: ice fields 
    2019   USE dom_ice 
    2120   USE ice 
     21   USE limvar 
     22   USE in_out_manager 
    2223   USE lbclnk 
     24   USE lib_mpp         ! MPP library 
    2325   USE par_ice 
    24    USE limvar 
    2526 
    2627   IMPLICIT NONE 
     
    7071      !!  modif : 03/06/98 
    7172      !!------------------------------------------------------------------- 
    72       USE wrk_nemo, ONLY: wrk_not_released, wrk_in_use 
    73       USE wrk_nemo, ONLY: zfield => wrk_2d_1             ! 2D workspace 
    74       USE wrk_nemo, ONLY: wrk_3d_1, wrk_3D_2, wrk_3d_3   ! 3D workspace 
     73      USE wrk_nemo, ONLY:   wrk_not_released, wrk_in_use 
     74      USE wrk_nemo, ONLY:   zfield => wrk_2d_1             ! 2D workspace 
     75      USE wrk_nemo, ONLY:   wrk_3d_1, wrk_3D_2, wrk_3d_3   ! 3D workspace 
    7576      ! 
    7677      INTEGER, INTENT(in) ::   kindic   ! if kindic < 0 there has been an error somewhere 
Note: See TracChangeset for help on using the changeset viewer.