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 2692 for branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/OPA_SRC/TRA/eosbn2.F90 – NEMO

Ignore:
Timestamp:
2011-03-15T18:59:27+01:00 (13 years ago)
Author:
rblod
Message:

Correct wrk_released for eos_2d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/OPA_SRC/TRA/eosbn2.F90

    r2690 r2692  
    457457      IF(ln_ctl)   CALL prt_ctl( tab2d_1=prd, clinfo1=' eos2d: ' ) 
    458458      ! 
    459       IF( wrk_not_released(3, 5) )   CALL ctl_stop('eos_insitu_2d: failed to release workspace array') 
     459      IF( wrk_not_released(2, 5) )   CALL ctl_stop('eos_insitu_2d: failed to release workspace array') 
    460460      ! 
    461461   END SUBROUTINE eos_insitu_2d 
Note: See TracChangeset for help on using the changeset viewer.