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 8962 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2017-12-08T16:15:25+01:00 (6 years ago)
Author:
clem
Message:

changes to improve test case SASBIPER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r8948 r8962  
    4747   USE iom            ! NetCDF library 
    4848   USE lib_mpp        ! distribued memory computing library 
    49    USE wrk_nemo       ! work arrays 
    5049   USE timing         ! Timing 
    5150   USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
     
    244243      INTEGER ::   jn          ! dummy loop index 
    245244      INTEGER ::   ios, inum   ! Local integer 
    246       REAL(wp), POINTER, DIMENSION(:,:) ::   zacs, zaos 
     245      REAL(wp), DIMENSION(jpi,jpj) ::   zacs, zaos 
    247246      !! 
    248247      NAMELIST/namsbc_cpl/  sn_snd_temp  , sn_snd_alb   , sn_snd_thick, sn_snd_crt   , sn_snd_co2  ,   &  
     
    258257      IF( nn_timing == 1 )   CALL timing_start('sbc_cpl_init') 
    259258      ! 
    260       CALL wrk_alloc( jpi,jpj,   zacs, zaos ) 
    261  
    262259      ! ================================ ! 
    263260      !      Namelist informations       ! 
     
    10281025      IF( ln_dm2dc .AND. ln_cpl ) ncpl_qsr_freq = 86400 / ncpl_qsr_freq 
    10291026 
    1030       CALL wrk_dealloc( jpi,jpj,   zacs, zaos ) 
    10311027      ! 
    10321028      IF( nn_timing == 1 )   CALL timing_stop('sbc_cpl_init') 
Note: See TracChangeset for help on using the changeset viewer.