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 7303 for branches/2016 – NEMO

Changeset 7303 for branches/2016


Ignore:
Timestamp:
2016-11-22T14:17:00+01:00 (7 years ago)
Author:
flavoni
Message:

fix input variables name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r7282 r7303  
    522522      ! 
    523523      !                                   !- ORCA family specificity 
    524       IF(  iom_varid( inum, 'ORCA'           , ldstop = .FALSE. ) > 0  .AND.  & 
    525          & iom_varid( inum, 'ORCA_resolution', ldstop = .FALSE. ) > 0    ) THEN 
     524      IF(  iom_varid( inum, 'ORCA'       , ldstop = .FALSE. ) > 0  .AND.  & 
     525         & iom_varid( inum, 'ORCA_index' , ldstop = .FALSE. ) > 0    ) THEN 
    526526         ! 
    527527         cd_cfg = 'ORCA' 
    528          CALL iom_get( inum, 'ORCA_resolution', zorca_res )   ;   kk_cfg = INT( zorca_res ) 
     528         CALL iom_get( inum, 'ORCA_index', zorca_res )   ;   kk_cfg = INT( zorca_res ) 
    529529         ! 
    530530         WRITE(ldtxt(ii),*) '       '                                                    ;   ii = ii+1 
Note: See TracChangeset for help on using the changeset viewer.