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 4475 for branches/2011 – NEMO

Changeset 4475 for branches/2011


Ignore:
Timestamp:
2014-02-04T13:18:50+01:00 (10 years ago)
Author:
trackstand2
Message:

Commented out dump of bathy in domzgr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90

    r4468 r4475  
    789789      IF(lwp) WRITE(numout,*) '    ~~~~~~~~~~~~~' 
    790790      ! 
    791       CALL dump_array(0, 'mbathy', mbathy, withHalos=.TRUE.) 
     791      !CALL dump_array(0, 'mbathy', mbathy, withHalos=.TRUE.) 
    792792 
    793793      mbkt(:,:) = MAX( mbathy(:,:) , 1 )    ! bottom k-index of T-level (=1 over land) 
     
    830830         END DO 
    831831 
    832          CALL dump_array(0, 'mbkmax', mbkmax) 
     832         !CALL dump_array(0, 'mbkmax', mbkmax) 
    833833 
    834834         ! mbkmax computed in mpp_init3 because needed before ANY halo  
     
    14841484      ENDIF 
    14851485 
    1486       CALL dump_array(0, 'hbatt', hbatt, withHalos=.FALSE.) 
     1486      !CALL dump_array(0, 'hbatt', hbatt, withHalos=.FALSE.) 
    14871487 
    14881488      !                                        ! ============================== 
Note: See TracChangeset for help on using the changeset viewer.