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 14145 for NEMO/trunk/src/OCE – NEMO

Changeset 14145 for NEMO/trunk/src/OCE


Ignore:
Timestamp:
2020-12-10T12:42:12+01:00 (3 years ago)
Author:
techene
Message:

initialize ssh at Kaa for agrif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/IOM/restart.F90

    r14139 r14145  
    390390         ENDIF 
    391391         ! 
    392          ssh(:,:,Kmm) = ssh(:,:,Kbb)           !* set now values from to before ones 
    393          ssh(:,:,Kaa) = 0._wp  
    394       ENDIF 
     392         ssh(:,:,Kmm) = ssh(:,:,Kbb)           !* set now values from to before ones  
     393      ENDIF 
     394      ! 
     395      !                            !==========================! 
     396      ssh(:,:,Kaa) = 0._wp         !==  Set to 0 for agrif  ==! 
     397      !                            !==========================! 
    395398      ! 
    396399   END SUBROUTINE rst_read_ssh 
Note: See TracChangeset for help on using the changeset viewer.