!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
&namcfcparam   ! Set parameters governing the cfc tracer module 
!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    offset_cfc_year = 0 ! The year that the cfc module sees. For example if the model year is 1000 and offset is 900, the cfc_year is 1900
    cfc_nc_file = 'nemo_cfc_atmhist.nc'
    ln_reset_cfc = .true. ! Enforce that oceanic CFCs should be zero until year nn_reset_cfc
    nn_reset_cfc = 1930   ! Year until which CFCs should be 0
/
!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
&namcfcdia     !   additional 2D/3D tracers diagnostics 
!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
!              !    name   !           title of the field          !     units      !
!              !           !                                       !                !  
   cfcdia2d(1) = 'cfc11qtr  ' , 'CFC-11 surface flux                 ',  'mol/m2/s    '
   cfcdia2d(2) = 'cfc11qint ' , 'CFC-11 integrated surface flux      ',  'mol/m2      '
   cfcdia2d(3) = 'cfc11patm ' , 'CFC-11 atmospheric partial pressure ',  'ppt         '
   cfcdia2d(4) = 'cfc12qtr  ' , 'CFC-12 surface flux                 ',  'mol/m2/s    '
   cfcdia2d(5) = 'cfc12qint ' , 'CFC-12 integrated surface flux      ',  'mol/m2      '
   cfcdia2d(6) = 'cfc12patm ' , 'CFC-12 atmospheric partial pressure ',  'ppt         '
   cfcdia2d(7) = 'sf6qtr    ' , 'SF6 surface flux                    ',  'mol/m2/s    '
   cfcdia2d(8) = 'sf6fint   ' , 'SF6 integrated surface flux         ',  'mol/m2      '
   cfcdia2d(9) = 'sf6patm   ' , 'SF6 atmospheric partial pressure    ',  'ppt         '
/
