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/OPA_SRC/SBC/sbcdcy.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/OPA_SRC/SBC/sbcdcy.F90

    r2625 r2636  
    1010 
    1111   !!---------------------------------------------------------------------- 
    12    !!  sbc_dcy : compute solar flux at kt from daily mean, taking  
    13    !!            diurnal cycle into account 
     12   !!  sbc_dcy : solar flux at kt from daily mean, taking diurnal cycle into account 
    1413   !!---------------------------------------------------------------------- 
    1514   USE oce              ! ocean dynamics and tracers 
     
    3332   !! NEMO/OPA 3.3 , NEMO-consortium (2010)  
    3433   !! $Id$  
    35    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     34   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3635   !!---------------------------------------------------------------------- 
    3736CONTAINS 
     
    4140         !!                ***  FUNCTION sbc_dcy_alloc  *** 
    4241         !!---------------------------------------------------------------------- 
    43          ! 
    4442         ALLOCATE( raa (jpi,jpj) , rbb  (jpi,jpj) , rcc  (jpi,jpj) , rab  (jpi,jpj) ,     & 
    4543            &      rtmd(jpi,jpj) , rdawn(jpi,jpj) , rdusk(jpi,jpj) , rscal(jpi,jpj) , STAT=sbc_dcy_alloc ) 
     
    4745         IF( lk_mpp             )   CALL mpp_sum ( sbc_dcy_alloc ) 
    4846         IF( sbc_dcy_alloc /= 0 )   CALL ctl_warn('sbc_dcy_alloc: failed to allocate arrays') 
    49          ! 
    5047      END FUNCTION sbc_dcy_alloc 
    5148 
Note: See TracChangeset for help on using the changeset viewer.