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 9853 for branches/UKMO/dev_isf_remapping_UKESM_GO6package_r9314/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90 – NEMO

Ignore:
Timestamp:
2018-06-28T15:00:26+02:00 (6 years ago)
Author:
mathiot
Message:

update to dev_r5518_GO6_package@9321 to avoid conflict during merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_isf_remapping_UKESM_GO6package_r9314/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90

    r8400 r9853  
    213213            &                    'at it= ', kt,' date= ', ndastp 
    214214         IF(lwp) WRITE(numout,*) '~~~~' 
     215         IF(nn_timing == 2)  CALL timing_start('iom_rstput') 
    215216         CALL iom_rstput( kt, nitrst, numrow, 'sbc_hc_b', sbc_tsc(:,:,jp_tem) ) 
    216217         CALL iom_rstput( kt, nitrst, numrow, 'sbc_sc_b', sbc_tsc(:,:,jp_sal) ) 
     218         IF(nn_timing == 2)  CALL timing_stop('iom_rstput') 
    217219      ENDIF 
    218220      ! 
     
    257259               &                    'at it= ', kt,' date= ', ndastp 
    258260            IF(lwp) WRITE(numout,*) '~~~~' 
     261            IF(nn_timing == 2)  CALL timing_start('iom_rstput') 
    259262            CALL iom_rstput( kt, nitrst, numrow, 'fwf_isf_b', fwfisf(:,:)          ) 
    260263            CALL iom_rstput( kt, nitrst, numrow, 'isf_hc_b' , risf_tsc(:,:,jp_tem) ) 
    261264            CALL iom_rstput( kt, nitrst, numrow, 'isf_sc_b' , risf_tsc(:,:,jp_sal) ) 
     265            IF(nn_timing == 2)  CALL timing_stop('iom_rstput') 
    262266         ENDIF 
    263267      END IF 
Note: See TracChangeset for help on using the changeset viewer.