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

Changeset 4822 for trunk/NEMOGCM/NEMO


Ignore:
Timestamp:
2014-10-23T15:32:41+02:00 (9 years ago)
Author:
timgraham
Message:

An extra change required in fix to #1402.
taum must also be initialised.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r4624 r4822  
    186186  
    187187      fmmflx(:,:) = 0.0_wp                        ! freezing-melting array initialisation 
     188       
     189      taum(:,:) = 0.0_wp                           ! Initialise taum for use in gls in case of reduced restart 
    188190 
    189191      !                                            ! restartability    
Note: See TracChangeset for help on using the changeset viewer.