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 6977 – NEMO

Changeset 6977


Ignore:
Timestamp:
2016-10-03T15:52:00+02:00 (8 years ago)
Author:
flavoni
Message:

fix bug in variable name

Location:
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/DOM/domzgr.F90

    r6904 r6977  
    235235 
    236236      !                                   ! ocean top and bottom level 
    237       CALL iom_get( inum, jpdom_data, 'bottom level' , z2d    )  ! nb of ocean T-points 
     237      CALL iom_get( inum, jpdom_data, 'bottom_level' , z2d    )  ! nb of ocean T-points 
    238238      k_bot(:,:) = INT( z2d(:,:) ) 
    239       CALL iom_get( inum, jpdom_data, 'top    level' , z2d     )   ! nb of ocean T-points (ISF) 
     239      CALL iom_get( inum, jpdom_data, 'top_level'    , z2d     )   ! nb of ocean T-points (ISF) 
    240240      k_top(:,:) = INT( z2d(:,:) ) 
    241241      ! 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90

    r6717 r6977  
    8686      ! 
    8787      !                                   ! ocean top and bottom level 
    88       CALL iom_get( inum, jpdom_data, 'bottom level' , zbot    )  ! nb of ocean T-points 
    89       CALL iom_get( inum, jpdom_data, 'top    level' , ztop     )   ! nb of ocean T-points (ISF) 
     88      CALL iom_get( inum, jpdom_data, 'bottom_level' , zbot    )  ! nb of ocean T-points 
     89      CALL iom_get( inum, jpdom_data, 'top_level'    , ztop    )  ! nb of ocean T-points (ISF) 
    9090      ! 
    9191      CALL iom_close( inum ) 
Note: See TracChangeset for help on using the changeset viewer.