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

Changeset 4834 for trunk/NEMOGCM


Ignore:
Timestamp:
2014-11-06T16:14:54+01:00 (9 years ago)
Author:
flavoni
Message:

cosmetics in trasqr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/TRA/traqsr.F90

    r4832 r4834  
    129129      IF( kt == nit000 ) THEN                     ! Set the forcing field at nit000 - 1 
    130130         !                                        ! ----------------------------------- 
     131         qsr_hc(:,:,:) = 0.e0 
     132         ! 
    131133         IF( ln_rstart .AND.    &                    ! Restart: read in restart file 
    132134              & iom_varid( numror, 'qsr_hc_b', ldstop = .FALSE. ) > 0 ) THEN 
     
    138140            qsr_hc_b(:,:,:) = 0.e0 
    139141         ENDIF 
    140             qsr_hc(:,:,:) = 0.e0 
    141142      ELSE                                        ! Swap of forcing field 
    142143         !                                        ! --------------------- 
Note: See TracChangeset for help on using the changeset viewer.