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 5601 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90 – NEMO

Ignore:
Timestamp:
2015-07-16T11:04:29+02:00 (9 years ago)
Author:
cbricaud
Message:

commit changes/bugfix/... for crs ; ok with time-splitting/fixed volume

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90

    r4990 r5601  
    525525            ! 
    526526         ENDIF 
    527          IF( ln_zps .OR. ln_sco )   THEN              ! zps or sco : read meter bathymetry 
     527         IF( ln_zps .OR. ln_sco .OR. ln_zco )   THEN              ! zps or sco : read meter bathymetry 
    528528            CALL iom_open ( 'bathy_meter.nc', inum )  
    529529            CALL iom_get  ( inum, jpdom_data, 'Bathymetry', bathy ) 
Note: See TracChangeset for help on using the changeset viewer.