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.
nampisice in NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/doc/namelists – NEMO

source: NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/doc/namelists/nampisice @ 11830

Last change on this file since 11830 was 11830, checked in by acc, 4 years ago

Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Merge changes to doc from trunk r10740 through r11740

  • Property svn:mime-type set to text/x-fortran
File size: 2.7 KB
Line 
1!-----------------------------------------------------------------------
2&nampisice     !   Prescribed sea ice tracers
3!-----------------------------------------------------------------------
4!========================================================================
5! constant ocean tracer concentrations are defined in trcice_pisces.F90
6!                               (Global, Arctic, Antarctic and Baltic)
7! trc_ice_ratio  : >=0 & <=1 => prescribed ice/ocean tracer concentration ratio
8!                :  = -1     => the ice-ocean tracer concentration ratio
9!                               follows the ice-ocean salinity ratio
10!                :  = -2     => tracer concentration in sea ice is prescribed
11!                               and trc_ice_prescr is used
12! trc_ice_prescr : prescribed tracer concentration. used only if
13!                  trc_ice_ratio = -2. equals -99 if not used.
14! cn_trc_o       :  = 'GL'   => use global ocean values making the Baltic
15!                               distinction only
16!                :  = 'AA'   => use specific Arctic/Antarctic/Baltic values
17!========================================================================
18!    sn_tri_ ! trc_ice_ratio ! trc_ice_prescr !     cn_trc_o
19   sn_tri_dic =           -1.,           -99.,          'AA'
20   sn_tri_doc =            0.,           -99.,          'AA'
21   sn_tri_tal =           -1.,           -99.,          'AA'
22   sn_tri_oxy =           -1.,           -99.,          'AA'
23   sn_tri_cal =            0.,           -99.,          'AA'
24   sn_tri_po4 =           -1.,           -99.,          'AA'
25   sn_tri_poc =            0.,           -99.,          'AA'
26   sn_tri_goc =            0.,           -99.,          'AA'
27   sn_tri_bfe =            0.,           -99.,          'AA'
28   sn_tri_num =            0.,           -99.,          'AA'
29   sn_tri_sil =           -1.,           -99.,          'AA'
30   sn_tri_dsi =            0.,           -99.,          'AA'
31   sn_tri_gsi =            0.,           -99.,          'AA'
32   sn_tri_phy =            0.,           -99.,          'AA'
33   sn_tri_dia =            0.,           -99.,          'AA'
34   sn_tri_zoo =            0.,           -99.,          'AA'
35   sn_tri_mes =            0.,           -99.,          'AA'
36   sn_tri_fer =           -2.,          15E-9,          'AA'
37   sn_tri_sfe =            0.,           -99.,          'AA'
38   sn_tri_dfe =            0.,           -99.,          'AA'
39   sn_tri_nfe =            0.,           -99.,          'AA'
40   sn_tri_nch =            0.,           -99.,          'AA'
41   sn_tri_dch =            0.,           -99.,          'AA'
42   sn_tri_no3 =           -1.,           -99.,          'AA'
43   sn_tri_nh4 =            1.,           -99.,          'AA'
44/
Note: See TracBrowser for help on using the repository browser.