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 10232 for branches/UKMO/dev_r5518_GO6_package_FOAMv14_bgcupdates/NEMOGCM/NEMO/OPA_SRC/ASM/asmbkg.F90 – NEMO

Ignore:
Timestamp:
2018-10-26T15:25:58+02:00 (5 years ago)
Author:
dford
Message:

Merge in revisions 8447:10159 of dev_r5518_GO6_package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_FOAMv14_bgcupdates/NEMOGCM/NEMO/OPA_SRC/ASM/asmbkg.F90

    r8400 r10232  
    5050   USE ice 
    5151#endif 
     52#if defined key_top 
     53   USE asmbgc, ONLY: asm_bgc_bkg_wri 
     54#endif 
     55   USE timing 
    5256   IMPLICIT NONE 
    5357   PRIVATE 
     
    110114            ! 
    111115            !                                      ! Write the information 
     116            IF(nn_timing == 2)  CALL timing_start('iom_rstput') 
    112117            CALL iom_rstput( kt, nitbkg_r, inum, 'rdastp' , zdate             ) 
    113118            CALL iom_rstput( kt, nitbkg_r, inum, 'un'     , un                ) 
     
    121126!            CALL iom_rstput( kt, nitbkg_r, inum, 'gcx'    , gcx               ) 
    122127            CALL iom_rstput( kt, nitbkg_r, inum, 'avt'    , avt               ) 
     128            IF(nn_timing == 2)  CALL timing_stop('iom_rstput') 
    123129            ! 
     130#if defined key_top 
     131            CALL asm_bgc_bkg_wri( kt, inum ) 
     132            ! 
     133#endif 
    124134            CALL iom_close( inum ) 
    125135         ENDIF 
     
    149159            ! 
    150160            !                                      ! Write the information 
     161            IF(nn_timing == 2)  CALL timing_start('iom_rstput') 
    151162            CALL iom_rstput( kt, nitdin_r, inum, 'rdastp' , zdate             ) 
    152163            CALL iom_rstput( kt, nitdin_r, inum, 'un'     , un                ) 
     
    165176            ENDIF 
    166177#endif 
     178            IF(nn_timing == 2)  CALL timing_stop('iom_rstput') 
    167179            ! 
    168180            CALL iom_close( inum ) 
Note: See TracChangeset for help on using the changeset viewer.