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 6233 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcrst.F90 – NEMO

Ignore:
Timestamp:
2016-01-12T19:42:58+01:00 (8 years ago)
Author:
jpalmier
Message:

JPALM -- 12-01-2016 -- set sbc_???_b to 0.0 at the restart. sbc values very strange in the restart, check first if it causes the pb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcrst.F90

    r6229 r6233  
    147147      DO jn = 1, jptra 
    148148         CALL iom_get( numrtr, jpdom_autoglo, 'TRN'//ctrcnm(jn), trn(:,:,:,jn) ) 
     149         trn(:,:,:,jn) = trn(:,:,:,jn) * tmask(:,:,:) 
    149150      END DO 
    150151 
    151152      DO jn = 1, jptra 
    152153         CALL iom_get( numrtr, jpdom_autoglo, 'TRB'//ctrcnm(jn), trb(:,:,:,jn) ) 
     154         trb(:,:,:,jn) = trb(:,:,:,jn) * tmask(:,:,:) 
    153155      END DO 
    154156 
Note: See TracChangeset for help on using the changeset viewer.