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 136 for trunk/NEMO – NEMO

Changeset 136 for trunk/NEMO


Ignore:
Timestamp:
2004-07-07T16:36:56+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE080 : Now the previous bathymetry level file (bathy_level) which was in ASCII format must be converted into NetCDF format (bathy_level.nc) to be read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domzgr.F90

    r128 r136  
    266266 
    267267      !! * Local declarations 
    268       CHARACTER (len=15) ::  & 
    269          clexp ,                     &  ! temporary characters 
    270          clname                         !    "           " 
     268      CHARACTER (len=15) ::   clname    ! temporary characters 
    271269      LOGICAL ::   llbon                ! check the existence of bathy files 
    272       INTEGER ::   ji, jj, jl, jn, jk   ! dummy loop indices 
     270      INTEGER ::   ji, jj, jl, jk       ! dummy loop indices 
    273271      INTEGER ::   inum = 11            ! temporary logical unit 
    274       INTEGER ::   & 
    275          iim, ijm, ifreq,            &  ! temporary integers 
    276          il1, il2, ij, ii               ! (user to read "bathy_level" file 
    277272      INTEGER  ::   & 
    278273         ipi, ipj, ipk,              &  ! temporary integers 
Note: See TracChangeset for help on using the changeset viewer.