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

Changeset 13634


Ignore:
Timestamp:
2020-10-19T16:12:54+02:00 (3 years ago)
Author:
mathiot
Message:

fix ticket #2553 in NEMO4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/ICE/icedyn_adv_pra.F90

    r13617 r13634  
    10281028            ! 
    10291029            IF( ln_pnd_LEV ) THEN                                    ! melt pond fraction 
    1030                IF( iom_varid( numror, 'sxap', ldstop = .FALSE. ) > 0 ) THEN 
     1030               IF( iom_varid( numrir, 'sxap', ldstop = .FALSE. ) > 0 ) THEN 
    10311031                  CALL iom_get( numrir, jpdom_autoglo, 'sxap' , sxap  ) 
    10321032                  CALL iom_get( numrir, jpdom_autoglo, 'syap' , syap  ) 
     
    10461046                  ! 
    10471047               IF ( ln_pnd_lids ) THEN                               ! melt pond lid volume 
    1048                   IF( iom_varid( numror, 'sxvl', ldstop = .FALSE. ) > 0 ) THEN 
     1048                  IF( iom_varid( numrir, 'sxvl', ldstop = .FALSE. ) > 0 ) THEN 
    10491049                     CALL iom_get( numrir, jpdom_autoglo, 'sxvl' , sxvl  ) 
    10501050                     CALL iom_get( numrir, jpdom_autoglo, 'syvl' , syvl  ) 
Note: See TracChangeset for help on using the changeset viewer.