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 5812 – NEMO

Changeset 5812


Ignore:
Timestamp:
2015-10-20T14:42:55+02:00 (9 years ago)
Author:
jcastill
Message:

Version that will merge with branch dev_r5107_hadgem3_cplfld@5592 without problems, although the wrk_dealloc call in the routine sbc_cpl_rcv will not be at the end of the routine (this is only a cosmetic problem)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_ukv_mslp/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r5804 r5812  
    11261126      ENDIF 
    11271127      ! 
     1128      CALL wrk_dealloc( jpi,jpj, ztx, zty, zmsk, zemp, zqns, zqsr ) 
    11281129      ! 
    11291130      !                                                      ! ========================= ! 
     
    11411142      END IF 
    11421143 
    1143       CALL wrk_dealloc( jpi,jpj, ztx, zty, zmsk, zemp, zqns, zqsr, ztx2, zty2 ) 
    11441144      ! 
    11451145      IF( nn_timing == 1 )  CALL timing_stop('sbc_cpl_rcv') 
Note: See TracChangeset for help on using the changeset viewer.