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 3432 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/SBC/fldread.F90 – NEMO

Ignore:
Timestamp:
2012-07-11T13:22:58+02:00 (12 years ago)
Author:
trackstand2
Message:

Merge branch 'ksection_partition'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/SBC/fldread.F90

    r3211 r3432  
    826826      ! 
    827827      IF(  wrk_in_use(2, 1)  .OR.  iwrk_in_use(2,1) ) THEN 
    828          CALL ctl_stop('fld_weights: requested workspace arrays are unavailable')   ;   RETURN 
     828         CALL ctl_stop('fld_weight: requested workspace arrays are unavailable')   ;   RETURN 
    829829      ENDIF 
    830830      ! 
    831831      IF( nxt_wgt > tot_wgts ) THEN 
    832         CALL ctl_stop("fld_weights: weights array size exceeded, increase tot_wgts") 
     832        CALL ctl_stop("fld_weight: weights array size exceeded, increase tot_wgts") 
    833833      ENDIF 
    834834      ! 
     
    940940 
    941941      IF(  wrk_not_released(2, 1) .OR.    & 
    942           iwrk_not_released(2, 1)  )   CALL ctl_stop('fld_weights: failed to release workspace arrays') 
     942          iwrk_not_released(2, 1)  )   CALL ctl_stop('fld_weight: failed to release workspace arrays') 
    943943      ! 
    944944   END SUBROUTINE fld_weight 
Note: See TracChangeset for help on using the changeset viewer.