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 5195 for branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/NEMO/TOP_SRC/PISCES/trcice_pisces.F90 – NEMO

Ignore:
Timestamp:
2015-04-03T13:28:22+02:00 (9 years ago)
Author:
vancop
Message:

sette modifs 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/NEMO/TOP_SRC/PISCES/trcice_pisces.F90

    r5194 r5195  
    4848      !!                * -1 => the ice-ocean tracer concentration ratio follows the 
    4949      !!                         ice-ocean salinity ratio 
    50       !!                * -2 => tracer concentration in sea ice is prescribed and 
    51       !!                        trc_ice_prescr is used 
     50      !!                * -2 => no ice-ocean tracer concentration is used 
     51      !!                        instead, the tracer concentration in sea ice  
     52      !!                        is prescribed to trc_ice_prescr 
    5253      !!  
    53       !! cn_trc_o          specifies which prescribed tracer concentration 
    54       !!                   should be used 
    55       !! 'GL' use global ocean values making distinction for Baltic Sea only 
    56       !! 'AA' use Arctic/Antarctic contrasted values, + Baltic 
     54      !! cn_trc_o  specifies which disinctions are made for prescribed tracer concentration 
     55      !!                * 'GL' use global ocean values making distinction for Baltic Sea only 
     56      !!                * 'AA' use Arctic/Antarctic contrasted values, + Baltic 
    5757      !! 
    5858      !!---------------------------------------------------------------------- 
     
    223223      trc_ice_prescr(jpnh4) = sn_tri_nh4%trc_prescr 
    224224      cn_trc_o      (jpnh4) = sn_tri_nh4%ctrc_o 
    225  
    226       ! Dummy write 
    227       WRITE(numout,*) ' trc_ice_ratio :', trc_ice_ratio 
    228       WRITE(numout,*) ' trc_ice_prescr:', trc_ice_prescr 
    229       WRITE(numout,*) ' cn_trc_o      :', cn_trc_o 
    230       ! End dummy write 
    231225 
    232226      !-------------------------------------------- 
     
    379373      END DO 
    380374 
    381       ! dummy write 
    382       DO jn = 1, jptra 
    383          WRITE(numout,*) jn, ' zratio : ', zratio(jn,:) 
    384       END DO 
    385       ! end dummy write 
    386  
    387375      !------------------------------- 
    388376      ! Sea ice tracer concentrations 
Note: See TracChangeset for help on using the changeset viewer.